0% found this document useful (0 votes)
5 views2 pages

HTML Code

The document provides an overview of HTML structure, including unordered and ordered lists, links, and tables. It showcases various HTML elements with examples, such as headings, lists of subjects, and links to other pages. Additionally, it emphasizes the importance of correct coding practices to avoid errors.

Uploaded by

zerdegudilago571
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

HTML Code

The document provides an overview of HTML structure, including unordered and ordered lists, links, and tables. It showcases various HTML elements with examples, such as headings, lists of subjects, and links to other pages. Additionally, it emphasizes the importance of correct coding practices to avoid errors.

Uploaded by

zerdegudilago571
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<head>

Structure and Attributes Code <title>html.Lists</title>


</head>
<!DOCTYPE> <body>
<html> <h1>unorderd List</h1>
<head> <ul style=list-style:circle;"</ul>
<title>html style</title> <li>IT</li>
</head> <li>Maths</li>
<body style="background-color:blue;"> <li>Bioloigy</li>
<h1 style ="background-color:yellow;text-align:center; <li>Physics</li>
font-size:300%;"> Koshe Secondary School Webpage</h1> </ul>
<h2 style ="background-color:green;text-align:left; <ul style=list-style:square;"</ul>
color:yellow;font-familly:Time Roman;font-size:400%;text- <li>Geography</li>
align:center"> <li>History</li>
Department</h2> <li>Economics</li>
<h3 style ="font-size:400%;background-color:yellow;text- <li>Citiznship</li>
align:center"> IT</h3> </ul>
<h4 style ="font-size:400%;background-color:yellow;text- <ol type="A";>
align:center">Maths</h4> <h1>Orderd List</h1>
<h5 style ="font-size:400%;background-color:yellow;text- <li>HPE</li>
align:center "> Biology</h5> <li>Agriculture</li>
<h6 style ="font-size:400%; background-color:yellow;text- <li>Bioloigy</li>
align:center "> Chemstry</h6> <li>Physics</li>
<h7 style ="font-size:400%; background-color:yellow;text- </ol>
align:center "> Physics</h7> <ol type="a";>
</body> <h1>Orderd List</h1>
</html> <li>HPE</li>

Other structure Code


<li>Agriculture</li>
<li>Bioloigy</li>
<li>Physics</li>
<!DOCTYPE> </ol>
<html> </ol>
<head> <ol type="I";>
<title>html style</title> <h1>Orderd List</h1>
</head> <li>HPE</li>
<body style="background-color:blue;"> <li>Agriculture</li>
<h1 style ="background-color:yellow;text-align:center; <li>Bioloigy</li>
font-size:500%;"> Koshe Secondary School Webpage(የቆሼ <li>Physics</li>
2 ኛ/ደ/ት/ቤት ድረ-ገጽ)</h1> </ol>
<h2 style ="color:green;text-align:left; <ol start="54";>
color:yellow;;font-size:500%;text-align:center"> <h1>Orderd List</h1>
Department List</h2> <li>HPE</li>
<o1 <li style="color:white;font-size:400%"> List</o1> <li <li>Agriculture</li>
style="color:white;font-size:300%">IT</li> <li>Bioloigy</li>
<li style="color:white;font-size:300%">Economics</li> <li>Physics</li>
<li style="color:white;font-size:300%">Maths</li> </ol>
<li style="color:white;font-size:300%">Physics</li> <ol type="A";>
<li style="color:white;font-size:300%">Bioloigy</li> <h1>Nested List</h1>
<li>HPE</li>
<li style="color:white;font-size:300%">Chemestry</li> <li>Agriculture</li>
<li style="color:white;font-size:300%">English</li> <li>Bioloigy</li>
<li style="color:white;font-size:300%">Amharic</li> <li>Physics</li>
<li style="color:white;font-size:300%">_____</li> <li>IT</li>
<ol>
<li style="color:white;font-size:300%">_____</li> <li>Hardware part of IT</li>
<li style="color:white;font-size:300%">_____</li> <li>Software part of IT</li>
</body> <li>Ntworking part of IT</li>
</html> </ol>
</body>

List Code
</html>

Link
<!DOCTYPE>
<!DOCTYPE html> <html>
<html> <head>
<title> Links in html</title> <td>__</td>
</head> <td>__</td>
<body> </tr>
<h1> links in html </h1> </tr>
<p>Use <strong>a</strong> tag to add links in your html web <tr>
page</p> <td>KSS0</td>
<p>click <a href="www.google.com">here</a> to go to <td>__</td>
Google</p> <td>__</td>
<p>click <a href="Best Lists.html">me</a> to see Best Lists in <td>__</td>
html</p> <td>IT</td>
<p><a href="KSSWP.html">go to KSSWP html<a></p> <td>__</td>
</body> <td>__</td>
</html> </tr>
</tr>
<tr>
Best Table Code <td>KSS0</td>
<td>__</td>
<td>__</td>
<!DOCTYPE>
<html> <td>__</td>
<head> <td>IT</td>
<title> Table</title> <td>__</td>
</head> <td>__</td>
<body style="background-color:yellow"> </tr>
<h1 style="font-size:500%;text-align:center"> Table in html</h1> </tr>
<h2 style="font-size:300%"> G-11 Section A-D the Subject of IT <tr>
Grade Report</h2> <td>KSS0</td>
<table style="font-size:300%;text-align:center"border=5> <td>__</td>
<tr> <td>__</td>
</th> <td>__</td>
<tr> <td>IT</td>
<th>SID</th> <td>__</td>
<th >SName</th> <td>__</td>
<th >Sex</th> </tr>
<th >Age</th> </tr>
<th >Subject</th> <tr>
<th >Mark</th> <td>KSS0</td>
<th >Grade</th> <td>__</td>
</tr> <td>__</td>
<tr> <td>__</td>
<td>KSS01</td> <td>IT</td>
<td>Nademe Challa</td> <td>__</td>
<td>F</td> <td>__</td>
<td>24</td> </tr>
<td>IT</td> </tr>
<td>78</td> </table>
<td>A</td> </body>
</tr> </html>
</tr>

ሁሉንም የ html
<tr>
<td>KSS02</td>
<td>Helemo Hatiso</td>
<td>M</td> ኮዶችን ስጠቀሙ በጥንቃቄ መሆን
<td>27</td>
<td>IT</td>
አለበት፡፡
<td>74</td> ምክንያቱም፤ አንዲት ነጥብ ስህትት ካለ
<td>B</td>
</tr> ኮዱ አያነበውም፡፡
<tr>
<td>KSS0</td>
This means GIGO
<td>__</td>
<td>__</td>
<td>__</td>
<td>IT</td>

You might also like