< ! DOCTYPE html >
< head >
< title >Pages title</title>
< /head >
<body>
<h1> Write Heading 1 </h1>
<h2> Write Heading 2 </h2>
<h3> Write Heading 3 </h3>
<h4> Write Heading 4 </h4>
<h5> Write Heading 5 </h5>
<h6> Write Heading 6 </h6>
<p>Write paragraph in this tag<p>
</body>
</html>
< head >
< title >Pages title</title>
< /head >
<body>
<h1> Write Heading 1 </h1>
<h2> Write Heading 2 </h2>
<h3> Write Heading 3 </h3>
<h4> Write Heading 4 </h4>
<h5> Write Heading 5 </h5>
<h6> Write Heading 6 </h6>
<p>Write paragraph in this tag<p>
</body>
</html>
Result of Coding...
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Description Of tags..
Description Of Heading tags.
Description Of Paragraph tags..
>Paragraph tag we used for paragraph .We used this tag for Write a Paragraph between <p> and </p>.
Paragraph tag mostly used for paragraph that we want to show in sequence and description phases.so paragraph that is written in between Paragraph tag is meaning full..
0 comments:
Post a Comment