Pages

Monday, 23 March 2015

HTML Tags and Uses of Tags

CHAPTER 3 (HTML TAGS AND USES OF TAGS)

Dear viewers today we learn HTML tags documents, headings, paragraphs, links and images tags and adjustment of these tags.

  • HTML DOCUMENTS:
(Html documents )

<!doctype html>
</html>
  <head>
    <title>
    <title>
  </head>
<body>
</body>

  • HTML HEADINGS:
(html Headings. <h1>, <h2>, <h3>, <h4>, <h5>, <h6>

<h1>heading example</h1>
<h2>heading example</h2>
<h3>heading example</h3>
<h4>heading example</h4>
<h5>heading example</h5>
<h6>heading example</h6>

  • HTML PARAGRAPHS:
(Paragraph  HTML tag  <P>

<p> paragraph 1 </p>
<p> paragraph 2 </p>
<p> paragraph 3 </p>
<p> paragraph 4 </p>
<p> paragraph 5 </p>
  • HTML LINKS ANCHORE TAG:
(HTML Anchore tag is known as <a> )

<a href="http://www.example.com">EXAMPLE 1</a>
<a href="http://www.example.com">EXAMPLE 2</a>
<a href="http://www.example.com">EXAMPLE 3</a>
<a href="http://www.example.com">EXAMPLE 4</a>
<a href="http://www.example.com">EXAMPLE 5</a>
<a href="http://www.example.com">EXAMPLE 6</a>
  • HTML IMAGES And adjustment:

<img src="1 image.jpg" alt="width="100" hight="150">
<img src="2 image.jpg" alt="width="100" hight="150">
<img src="3 image.jpg" alt="width="100" hight="150">
<img src="4 image.jpg" alt="width="100" hight="150">
<img src="5 image.jpg" alt="width="100" hight="150">
<img src="6 image.jpg" alt="width="100" hight="150">


No comments:

Post a Comment