An XHTML element is a component of an XHTML document. It is typically comprised of a start tag, an end tag, and some web content in between the start and end tag.
We’ve already learned about the <html>, <head>, <body>, <meta>, and <title> elements. Now let’s learn some elements that we’ll use to present actual text content on our web page:
- <p> Paragraph
- <br> Line Break
- <hr> Horizontal Rule
- <h1> – <h6> Headings
- <ul> Unordered List
- <ol> Ordered List
- <li> List Item
Download Class Notes here: 2–Text-Elements