mytja / html5-css3-test-page

A page filled with common HTML elements to be used for testing purposes. Useful when building CSS systems for projects big and small.

Home Page:https://cbracco.github.io/html5-test-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Test Page

npm version

This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.

I have not been able to find a dead-simple, standalone test page out there, so I made one. The HTML elements are loosely categorized as either text, embedded content, or form elements.

Versioning

HTML5 Test Page will be maintained using the Semantic Versioning guidelines. From here on out, releases will be numbered using the following format:

major.minor.patch

  • Breaking backwards compatibility increments major, while resetting minor and patch.
  • New code that does not break backwards compatibility increments minor, while resetting patch.
  • Bug fixes and other small changes increment patch.

Credits

Made by @cbracco. This project is based on the test file included in @necolas’s normalize.css project.

About

A page filled with common HTML elements to be used for testing purposes. Useful when building CSS systems for projects big and small.

https://cbracco.github.io/html5-test-page

License:MIT License


Languages

Language:HTML 100.0%