HTML5 Paragraph, Anchor tag

Sunday, March 3, 2013







Anchor tag:
                      This is use to create links between two pages Suppose you have to redirect your visitor to one Facebook, Google , yahoo or anywhere else , you can redirect to your own developed page.

Syntax :

<a href="Link provided here" > Redicetion discription </a>


Example 

<A href="https://www.google.com"> Google </a>

Demo :

Google





 Paragraph tag:


Pretty Simple and as like olde version of HTML

<hi>Text </hi>

Where i =1,2,3,4,5,6

Means that

<h1> Text </h1>

<h2> Text </h2>

<h3> Text </h3>

<h4> Text </h4>

<h5> Text </h5>

<h6> Text </h6>


Demo

Text

Text

Text

Text

Text
Text

No comments:

Post a Comment

 

Most Reading