Course Content
Part 3: Basic of Web Hosting
Now we know how to build a website, it's time to show our work to the universe. Yeah, let's start.
0/5
Part 9: WordPress Theme Development
Part 10: WordPress Plugin Development
What’s Next
Web Development Career: The Easiest Way
About Lesson

A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: <div> and <span> – Tells nothing about its content. Examples of semantic elements: <form>, <table>, and <article> – Clearly define its content.
Most used semantic elements:

<header>
<nav>
<article>
<aside>
<main>
<section>
<footer>

0% Complete
Scroll to Top