HTML allows mixing uppercase and lowercase letters in attribute names. However, we recommend using lowercase attribute names, because:
|
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
<a HREF="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
Reffered: https://www.w3schools.com/html/html5_syntax.asp
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: | 65 |