032.2 HTML Semantics and Document Hierarchy
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 032.2
- Weight
-
2
- Key knowledge areas
-
-
Create markup for contents in an HTML document
-
Understand the hierarchical HTML text structure
-
Differentiate between block and inline HTML elements
-
Understand important semantic structural HTML elements
-
- Partial list of the used files, terms and utilities
-
-
<h1>
,<h2>
,<h3>
,<h4>
,<h5>
,<h6>
-
<p>
-
<ul>
,<ol>
,<li>
-
<dl>
,<dt>
,<dd>
-
<pre>
-
<blockquote>
-
<strong>
,<em>
,<code>
-
<b>
,<i>
,<u>
-
<span>
-
<div>
-
<main>
,<header>
,<nav>
,<section>
,<footer>
-