Elements
Tags
Self closing Tags
are a way of adding some text that is primarily targeted towards human readers.
Comments
Basically, a given element on your Web page can be distinguished by any number of unique or common _. You can identify it uniquely with an id _, or group it with a class of other elements by setting the class _.
Attributes
Character Encoding
Examples of character encoding:
Do’s and Don’ts
<!doctype>
<html>
</html>
<head>
</head>
<body>
</body>
<h1>
</h1>
<p>
</p>
<q></q>
<blockquote>
</blockquote>
<ul>, <ol>
</ol></ul>
<li>
</li>
<hr></hr>
<br></br>
<pre>
</pre>