0 of 12 lessons completed
HTML5 organizes elements into content categories to define their purpose and behavior.
<meta>
, <title>
(in <head>
)<body>
(e.g., <p>
, <div>
)<article>
, <section>
<span>
, <strong>
HTML<section> <p>This is flow and phrasing content.</p> </section>
Create a webpage with:
<section>
containing a heading<span>
for emphasized text