0% found this document useful (0 votes)
46 views

HTML Tags: WWW - Soucrseof The Link

The document summarizes several common HTML tags: <h1> to <h6> tags are used for headings, with <h1> being the most important. <p> tags are used for paragraphs of text. <a> tags are used to create links by wrapping text. <img> tags are used to add images and include attributes like src, alt, width, and height. <br> tags break text onto a new line within a paragraph. The title attribute adds a tooltip to an element. <hr> tags create a horizontal line. The document also lists many common HTML tags.

Uploaded by

shivam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

HTML Tags: WWW - Soucrseof The Link

The document summarizes several common HTML tags: <h1> to <h6> tags are used for headings, with <h1> being the most important. <p> tags are used for paragraphs of text. <a> tags are used to create links by wrapping text. <img> tags are used to add images and include attributes like src, alt, width, and height. <br> tags break text onto a new line within a paragraph. The title attribute adds a tooltip to an element. <hr> tags create a horizontal line. The document also lists many common HTML tags.

Uploaded by

shivam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<h1> to <h6> tags used for heading

Where h1 is the most important

<h1>this is a heading</h>

HTML paragraph Tags <p>

Used for writing text

<p>This is a heading</p>

HTML link tags <a>

Used to add links as text

<a href=www.google.com >Google</a>

HTML Images <img>

Used to add images

<img scr=www.soucrseof the link.com alt=Alternative text here width=100px height= 100px>

HTML BreakLine tag <br>

Breaks the line from the point it is used

<p>This is line 1<br>and this is the 2nd</p>

Title attribute

<p title =This is a tooltip>demonstrate title</p>

HTMl horizontal tag

Creates a horizontal line

<p>Above the line</p><hr>

HTML Tags
<!--><!DOCTYPE>

<a>

<abbr>
<acronym>

<address>

<applet>

<area>

<article>

<aside><audio><b><base><basefont><bdi><bdo><big><blockquote><body><br>
<button><canvas><caption><center><cite><code><col><colgroup><data><datalist
><dd><del><details><dfn><dialog><dir><div><dl><dt><em><embed><fieldset>
<figcaption><figure><font><footer><form><frame><frameset><h1> -
<h6><head><header><hr><html><i><iframe><img><input><ins><kbd><keygen>
<label><legend><li><link><main><map><mark><menu><menuitem><meta><met
er><nav><noframes><noscript><object><ol><optgroup><option><output><p><pa
ram><picture><pre><progress><q><rp><rt><ruby><s><samp><script><section><
select><small><source><span><strike><strong><style><sub><summary><sup><ta
ble><tbody><td><textarea><tfoot><th><thead><time><title><tr><track><tt><u>
<ul><var><video><wbr>

You might also like