HTML Component Guidelines

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

HTML Component Guidelines:

1. Components should be independent and behave like a widget.


2. Components should be responsive for desktop view.
3. Components should be theme independent (We can apply any theme based of design)
4. We should use LESS CSS framework so we can achieve multi theme feature (LESS reference
http://lesscss.org/ )
5. We should use Bootstrap 3.0 for making it responsive.
6. HTML & CSS should be validated by W3C validator
7. HTML should be semantic and well structured

You might also like