Lesson 3 of 8
Elements, tags & attributes
Elements, tags & attributes
HTML is made of elements, written with tags. Most have an opening and closing tag wrapping content: <p>Hello</p>.
Attributes add information: <a href="https://chika.ng">Visit</a>. The browser reads this structure to build the page.
Common elements: headings <h1>–<h6>, paragraphs <p>, links <a>, images <img>, lists <ul>/<li>.
Q&A · 0
Enrol to ask questions and join the discussion.
No questions yet — be the first to ask.