InterviewSolution
Saved Bookmarks
| 1. |
Is HTML5 tags are case sensitive? |
|
Answer» No, HTML is not case sensitive. It MEANS that <P> is the same as <p>. HOWEVER, W3C advises writing HTML in LOWERCASE especially when WORKING on an XHTML document. |
|