Anuj
Anuj
1. Heading tag
<h1> to <h6> heigher to smaller
2. Para tag
<p> define paragraph
3. Anchor tag
<a> link the web page or website
<a href= www.google.com> google</a>
5. Brake tag
<br> line break
It’s a empty tag which means it has no end tag
6. Horizontal rule
<hr> its also empty tag
7. Pre tag
<pre> for poem type content </pre>
8. Bold tag
<b>
9. Important
<strong>
Attributes of html
href: defines page url
width and height: define height and width of image (in pixle)
alt: it’s a attribute of <img>. Alt defines the alternative text of image
lang: it used inside the html tag to declare the language of web page.
<html lang = “en”>
Image type:
APNG animated portable network graphic .apng
GIF
Html table
<table>
<tr>
<th> dawas </th>
</tr>
</table>
Colspan
<th colspan= “2”>
Rawspan
<th rawspan= “2”>
Caption of table
<table>
<caption> markes table</caption>