We can add element inside the body tag to define the Page layout.
HTML Element
Everything from starting to the ending tag.
<body>➡️ opening Tag
This is your content Between Body Tag.
</body>
HTML Attributes
Used to add More information corresponding to an HTML tag
Example➡️ <a href ="Enter your link"> Title your link</a>
<a> ➡️This is Anchor tag
href➡️ This is href Attributes
We can either use sinfls or double quote in attribute.
The Header Tag
Heading Tag is used to make heading in Your website or blog.
Heading Tag used by <h1> Tag.
We have Tag for the most Important to the least important heading Tag.
Like
<h1> Most Important heading </h1>
<h2> Another heading H2</h2>
<h3> Another heading h3 </h3>
<h4>Another heading h4 </h4>
<h5> Another heading h5 </h5>
<h6> Another heading h6 </h6>
The Paragraph Tag
Paragraph tags are used to add Paragraph in an HTML pagr
<P> THIS IS PARAGRAPH </P>
The Anchor Tag
The Anchor Tag is used to add Links to an existing content inside an HTML page
<a href =" Link.com"> CLICK HERE </a>
The IMG Tag
IMG Tag is used to add image in HTML page
< img src = "image.jpeg">
Bold Italic underline Tags
We can use bold,Italic and underline Rahati highlight the text as foloof
<b>This is bold</b>
<i>This is italic</i>
<u>This is underline tag</u>
Br Tag
The br tag is used to create line break in an HTML code/documetd.
Big and small Tags
We can make the text a bit larger and bit smaller using big and small tag respectively.
Hr Tags
<hr>Tag in HTML is used to crwcre a Horizontal line after used to separate the content .
Subsript and Superscript
We can add subscript and superaSuper in HTML as follow
<sub>This </sub> is subscript.
<sup>this </sup>is Superscript.
Thanks for the reading this Article
I hope you understand the Html Tags.
I will try to upload new chapter quickly
So Bookmark this websites. and Any Problem comment. You did not read Previous chapter
Click This Link ➡️
Again Thank you
0 Comments