Grade 11 Ict HTML Lesson Under 45 minutes

 


Grade 11 Ict HTML Lesson Under 45 minutes

Here is the code of this video you can copy and paste it on your code editor or notepad.

Here Is The Code

<html>
<head><title> Sri Lanka </title></head>

<body><h2><center><font face="arial" color="blue"> SRI LANKA </font></center></h2>

 <center><img src=" C:\Users\Pictures\srilanka.jpg" ></center>

<center><font face="arial" size="2">Sri Lankan Enviroment</font></center>

<p><center> Sri Lanka is an island located off the southern coast of India. Sri Lanka is<br>
 surrounded by the Indian Ocean. The geography of Sri Lanka includes<br>
coastal plains in the north and hills and mountains in the interior. The<br>
government system is a republic. The chief of state and head of government<br>
 is the President. </center></p>

<ul type = ''disc''
 <li> Sinhala</li>
 <li> Tamil</li>
 <li> Muslim</li>
 <li> Burgher</li>
</ul>

<ol type = ''I'' >
 <li>Sinhala</li>
 <li>Tamil</li>
 <li>Muslim</li>
 <li>Burgher</li>
</ol>

<dl>
  <dt> Main subjects for the science stream </dt>
  <dd> Biology </dd>
<dd> Physics</dd>
<dd> Chemistry </dd>
<dd> Combined Maths </dd>
 <dt> Main subjects for the commerce stream </dt>
  <dd> Economics </dd>
  <dd> Business Studies </dd>
  <dd> Accountancy </dd>
<dl>

<ul type = ''disc''>
     <li>Sinhala</li>
     <li>Tamil
 <ol type = ''1''>
     <li> Sri Lankan Tamil </li>
     <li> Indian Tamil </li>
 </ol> </li>
     <li> Muslim </li>
     <li> Burgher </li>
</ul>

<table border="1">
            <caption>PrincipleForms of land use</caption>
            <tr>
                <th>USE</th>
                <th>EXENT</th>
            </tr>
            <tr>
                <td>Paddy</td>
                <td>500,000</td>
            </tr>
            <tr>
                <td>Tea</td>
                <td>190,000</td>
            </tr>
            <tr>
                <td>Rubber</td>
                <td>163,000</td>
            </tr>
        </table>

</body>
</html>

0 Comments:

Post a Comment