032.1 HTML Document Anatomy
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 032.1
- Weight
-
2
- Key knowledge areas
-
-
Create a simple HTML document
-
Understand the role of HTML
-
Understand the HTML skeleton
-
Understand the HTML syntax (tags, attributes, comments)
-
Understand the HTML head
-
Understand meta tags
-
Understand character encoding
-
- Partial list of the used files, terms and utilities
-
-
<!DOCTYPE html>
-
<html>
-
<head>
-
<body>
-
<meta>
, including thecharset
(UTF-8),name
andcontent
attributes
-