A
A
h - hyper
t - text
m - markup
l - language
<> - tag
<> - angular tags
ex: <india>,<h1>,<table>
opening : <h1>
closing : </h1>
browser
ex: chrome,mozilla,firfox,internet explorer
-Heding tags
<h1>This is heading 1</h1>
<h2>This is Heding 2 </h2>
<h3>This is Heding 3 </h3>
<h4>This is Heding 4 </h4>
<h5>This is Heding 5 </h5>
<h6>This is Heding 6 </h6>
-praragraph tag
<p> </p>
<dl>
<dt>google:
<dd>it is a search engine</dd>
</dt>
</dl>
Border:
-Determines the thickness of the table border
example:<table border = "2">
Cellpading: 10,20,40
-Determines the distance between the border of a cell
and the content of the cell
example:<table cellpadding = "2">
Cellspacing:
-Determines the space betweenthe borders of the
two adjacent cells
example:<table cellspacing="1">
<table>,<tr>,<th>,<td> attributes
-ALIGN
$Possible values:Center,Left,Right
$example : <th align = "center">
-BGCOLOR
$example : <td bgcolor = "red">
-WIDTH
$example : <tr width = "40%"
-HEIGHT
$example : <table height = "200">
& ......;
<
<
© <br>
® <br>
₹ <br>
This is
Tab   space
<pre> this is my name