XHTML Basics
Character Format
P tag = Defines a paragraph.
br tag = Inserts a single line break
hr tag = Defines a horizontal rule
Defines a comment
i tag = Defines italic text
em tag = Defines emphasized text
big tag = Defines big text
strong tag = Defines strong text
small tag = Defines small text
B tag = Defines bold text
Defines strong text
Defines small text
Unordered list
Ordered list
- Red
- Blue
- White
Links
A link is an absolute link if the URL and file name can be found from anywhere on the Web, not just from a single Web site.
Absolute link - W3schools
A relative link specifies the name of the file to be linked to only as it is related to the current document.
For example, if all the files in your Web site are contained within the same directory (or folder), and you want to establish a link from page1.html to page2.html.
Adding Images

Adding a link to an image