table html
<!DOCTYPE html>
<html>
<head>
<title> table html</title>
</head>
<body>
<h1>Drinks</h1>
<ol type="1">
<li>tea</li>
<ol type="a">
<li>Green Tea</li>
<li>Black Tea</li>
</ol>
<li>Milk</li>
<ol type="a">
<li>Flavoured Milk</li>
<li>Almond Milk</li>
</ol>
<li>COffee</li>
<ol type="a">
<li>black coffee</li>
<ol type="i">
<li>with milk</li>
<li>without milk</li>
<li>ciffee</li>
</ol>
</ol>
<li>Soft drinks</li>
</ol><br>
<table border="4">
<tr>
<th>text</th>
<th>text</th>
<th colspan="2">text</th>
<th colspan="2">text</th>
</tr>
<tr>
<td>text</td>
<td>text</td>
<td colspan="2">text</td>
</tr>
<tr>
<td rowspan="2">text</td>
<td rowspan="2">text</td>
<td>text</td>
<td>text</td>
<td>text</td>
<td>text</td>
</tr>
<tr>
<td>text</td>
<td>text</td>
<td rowspan="2">text</td>
<td rowspan="2">text</td>
</tr>
<tr>
<td>text</td>
<td>text</td>
<td rowspan="2">text</td>
<td rowspan="2">text</td>
</tr>
</table><br>
<h1>My first Heading</h1>
<h6>My first paragaraph</h6>
<h4 style="color: red">this is heading 2 </h4>
<a href="https://www.google.com/maps/uv?pb=!1s0x3afe95143614b221:0xde6aadeb026500c!3m1!7e115!4shttps://lh5.googleusercontent.com/p/AF1QipNFR9ZndpJmSxz130iJ7b57eWMX-oe7X4HxJUS2%3Dw173-h175-n-k-no!5suki+-+Google+Search!15zQ2dJZ0FRPT0&imagekey=!1e10!2sAF1QipNFR9ZndpJmSxz130iJ7b57eWMX-oe7X4HxJUS2&hl=en&sa=X&ved=2ahUKEwiC6521_oz8AhWR3XMBHQt8ApkQ7ZgBKAF6BAgQEAM">uki</a>
<pre>
uki is steping
stong to tech
</pre>
<p>
<b>uki</b><br>
<i>uki</i><br>
21<sup>st</sup>Birthday<br>
H<sub>2</sub>o<br>
X<sup>2</sup>+Y<sup>2</sup>=Z<SUP>2</SUP><BR>
<del>uki</del>
</p>
<ol type="1">
<li>OL</li>
<ul type="disc">
<li>tamil</li>
<ul type="square">
<li>TL</li>
</ul>
<li>scinece</li>
<li>maths</li>
</ul>
<li>al</li>
<ul type="disc">
<li>bio</li>
<li>maths</li>
<li>commerce</li>
</ul>
</ol>
</body>
</html>
Drinks
- tea
- Green Tea
- Black Tea
- Milk
- Flavoured Milk
- Almond Milk
- COffee
- black coffee
- with milk
- without milk
- ciffee
- Soft drinks
| text | text | text | text | ||
|---|---|---|---|---|---|
| text | text | text | |||
| text | text | text | text | text | text |
| text | text | text | text | ||
| text | text | text | text | ||
My first Heading
My first paragaraph
this is heading 2
uki uki is steping
stong to tech
uki
uki
21stBirthday
H2o
X2+Y2=Z2
uki
- OL
- tamil
- TL
Comments
Post a Comment