![]() |
HTML allows mixing uppercase and lowercase letters in element names. However, we recommend using lowercase element names, because:
|
Example:
HTML
<body>
<p>This is a paragraph.</p>
</body>
Example:
HTML
<BODY>
<P>This is a paragraph.</P>
</BODY>
Good: | HTML Style Guide |
Bad: | HTML Style Guide |
Read Full: | HTML Style Guide |
Category: | Web Tutorial |
Sub Category: | HTML Style Guide |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 89 |
Reffered: https://www.w3schools.com/html/html5_syntax.asp