Create Your websites with HTML [ HTML Tags ] | Our PC Solution

Create Your websites with HTML [ HTML Tags ]

HTML Heading Tags:
HTML heading tags are defined with the <h1> to <h6> tags.

Try this Example:>>
  
    <h1> HTML h1 Tag test</h1>
    <h2> HTML h2 Tag test</h2>
    <h3> HTML h3 Tag test</h3>
    <h4> HTML h4 Tag test</h4>
    <h5> HTML h5 Tag test</h5>
    <h6> HTML h6 Tag test</h6>


  
Others Tags: 


1. <p> & </p> tag use to display the text as paragraph view.
  Example:<p>This text use paragraph mode</p> 


2. Bold tag defined with the <b> & </b>. This tag use to display the text as bold view.
   Example:<b>This text use Bold tag.</b>


3. <i> & </i> tag use to display the text as italic view.
   Example: <i>This text use italic mode.</i>


4. <u> & </u> tag use to display the text as underline view.
  Example:<u>This text use underline mode</u>


5. <blink> & </blink> tag use to display the text as blink mode.
Example:<blink>This text use blink tag</blink>
 

6. <pre> & </pre> tag use to display the text as you write.
 Example: <pre>This text use   pre  tag</pre>
   

7. <s> & </s> tag or <strike> & </strike> use to display the text as strike view.
  Example: <s>This text use italic mode.</s>
    

8. <br /> tag use to line break, here not closing tag are available.
 Example: Md. Ismail Hossen Rana <br /> Bangladesh.

  
9. <hr /> tag use to creat a line, here not closing tag are available.
 Example: Md. Ismail Hossen Rana <hr /> Bangladesh.


10. <sub> & </sub> tag use to display the text as Subscript view. You write "Water=H2O" by following Example.
   Example: Water=H<sub>2</sub>O.


11. <sup> & </sup> tag use to display the text as Superscript view. You write "Today is 1st June" by following Example.
   Example: Today is 1<sup>st</sup>June. 


12. &nbsp; tag use to blank space, here not closing tag are available.
  Example: Md. Ismail Hossen Rana &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bangladesh.


13. <div> & </div> tag use to select a division & design necessary layout.

14. Anchor Tag defined with the <a> & </a> tags.
  Example: <a href="http://www.google.com"> Google</a>
           

NOTE: The link address is specified in the href attribute.(You will learn about attributes in a later chapter of this tutorial).

15.Others tags:
        You will learn about others tag in a later chapter of this tutorial. So try and try you will be success at last. If you have any problem to use these tags then write your problem with comment,i will solve your problem.


You can use more than one tags at a text.
    Example: <blink><u><b><i>This text use more tags at a time.</i></b></u></blink>
    Note: You close the tag at first which start at last and do this respectively.


1.Create Your websites with HTML (HTML Introduction)
2.Basic structure of HTML

0 Comments :

Post a Comment