html basics

 <!DOCTYPE html>

<html>
<body>
<h1> THIS A WORLD </h1>
<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>
<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
contains
a lot of spaces          
in the sourcecode,
 
</p>

c
end this progess 
        

</body>
</html>

Comments

Popular posts from this blog

vidun

Learn HTML - Dasun Nilanjana