The document is an HTML example demonstrating various HTML tags and their usage, including headings, paragraphs, text formatting, and hyperlinks with images. It showcases tags like <a>, <h1> to <h6>, <p>, and others for different purposes. Additionally, it includes comments and examples of special text formatting tags.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views1 page
HTML Tags
The document is an HTML example demonstrating various HTML tags and their usage, including headings, paragraphs, text formatting, and hyperlinks with images. It showcases tags like <a>, <h1> to <h6>, <p>, and others for different purposes. Additionally, it includes comments and examples of special text formatting tags.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
<!
DOCTYPE html> <html> <head> <title>HTML Tags and Anchor Control</title> 24bcd10033... (this is in head tag) </head> <body> <br>I USED BODY TAG TO WRITE HERE.
<!-- Creating a Hyperlink with an Image -->
<p>Using "a" with "<>" for creating a hyperlink:</p> <a href="https://uims.cuchd.in/"> <img border="0" alt="CUIMS" src="logo_cuims.gif" width="100" height="100"> </a>