HTML Tags: WWW - Soucrseof The Link

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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