html basics
<!DOCTYPE html>
<html><body>
<h1> THIS A WORLD </h1>
<p>we change it.</p>
<p>we change it.</p>
<h2>table<h2/>
table making by html you want use(<table>,<th>,<tr>
<h3>example<h3/>
<table>
<tr>
<th>name</th>
<th>age</th>
<th>Country</th>
</tr>
<tr>
<td>sampath senanayake</td>
<td>43</td>
<td>Germany</td>
</tr>
<tr>
<td>harry potter</td>
<td>12</td>
<td>Mexico</td>
</tr>
</table>
<tr>
<th>name</th>
<th>age</th>
<th>Country</th>
</tr>
<tr>
<td>sampath senanayake</td>
<td>43</td>
<td>Germany</td>
</tr>
<tr>
<td>harry potter</td>
<td>12</td>
<td>Mexico</td>
</tr>
</table>
<h2>paragraphes<h2/>
paragrhaphe make by html you want use<p>
<h3>example<h3/>
<p>This is a paragraph.</p>
<p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
<p>
This paragraph
containsa lot of spaces
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
<p>
This paragraph
containsa lot of spaces
in the sourcecode,
</p>
c
end this progess </body>
</html>
</html>
Comments
Post a Comment