HTML
Overview of HTML
Introduction to HTML
• Description:
• Introduction to HTML
Diagram Placeholder
– Example:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
HTML Elements and Attributes
• Description:
• HTML Elements and Attributes
Diagram Placeholder
– Example:
<p title='tooltip'>Hello World!</p>
HTML Forms and Tables
• Description:
• HTML Forms and Tables
Diagram Placeholder
– Example:
<form><input type='text'></form>
HTML Media: Images, Audio, Video
• Description:
• HTML Media: Images, Audio, Video
Diagram Placeholder
– Example:
<img src='[Link]' alt='Image'>
HTML5 Features
• Description:
• HTML5 Features
Diagram Placeholder
– Example:
<canvas>Canvas not supported</canvas>