Master Frontend Development: Zero to Hero | Day 3 With D1codes
—————
Save the changes and refresh your web page in the browser. You will now see additional headings, paragraphs, and lists on your web page.
Explanation:
-
<h2>: The <h2> element represents a subheading.
- <h3>: The <h3> element represents a subheading of a lower level.
- <ul>: The <ul> element creates an unordered list.
- <ol>: The <ol> element creates an ordered (numbered) list.
- <li>: The <li> element represents a list item within <ul> or <ol>
————————————
Result:-
Leave a Comment