HTML5 Basic Elements
Objectives
HTML Basic Elements
HTML Links
HTML Links – Syntax and Semantic
HTML Links – target Attribute
The <img> element
<img src=“path-to-the-image-file-to-be-displayed”>
HTML File Paths
Absolute File Paths
Relative File Paths
Nested HTML Elements
HTML List Tags
Unordered HTML List Element
<ul>� <li>Lehman College</li>� <li>City College of New York</li>� <li>John Jay College of Criminal Justice</li>�</ul>
Ordered HTML List
<ol>� <li>CMP 128</li>� <li>CMP 167</li>� <li>CMP 168</li>�</ol>
Empty HTML Elements
HTML <hr> Tag
Tables
Table Header, body, and footer
Spanning multiple columns and rows
Readings