Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

<!

DOCTYPE html>

<html>

<head>

<title> ww.cs.com</title>

<link rel="icon" href="mee.PNG" type="mee/PNG"> <!-- inorder to add icon to the title-->

</head>

<body>

<!--how to set background color -->

<body style="background-color:green;"></body>

<center>

<p style="color:white;"><b>Debre Markos Univesity</b></p></center>

<center>

<p> <img src="mee.PNG"/></p> </center>

<p><a href="www.dmu.edu.et">Debre Markos Univesity</a></p>

<hr><p><b><font color="red" size="6"> This the first html program </b> and is very intersting mark-up
language </font> </p>

<hr>

<p>HTML is a<i><u> markup language</u></i>, a markup language is a set of markup tags </p>

<p><mark>HTML documents are also called web pages</mark></p>

<!--this is unorder list-->

<ul>

<li> html</li>

<li> css</li>

<li> javascript</li>

<li> php</li>

</ul>
<!-- this is order list-->

<ol type="A" >

<li>html</li>

<li>css</li>

<li>javascript</li>

<li>php</li><br>

<ul>

<li>Cs

<ol>

<li>java</li>

</ol>

<ul>

<li>database

<ol>

<li>programming</li>

</ol>

</li>

</ul>

<li>software</li>

</li>

</ul> <br>

<form>

FirstName <input type="text" name="First_Nmae"/><br><br>

LastName <input type="text" name="last_Nmae"/><br>

comments:<br>
&nbsp; &nbsp; &nbsp; &nbsp;<textarea rows="10" cols="20"name="comments">

</textarea>

<br><br>

&nbsp; &nbsp;<input type="button" name="ok" value="login"><br>

<input type="radio" name="genger">Male

<input type="radio" name="genger">female<br>

<input type="checkbox" name="subject">java

<input type="checkbox" name="subject">HTML

<input type="checkbox" name="subject">CSS &nbsp; &nbsp;

<select>

<option> programming language</option>

<option> c++</option>

<option> java</option>

<option> c#</option>

</select>

</form>

<!--

&nbsp; <label>Name</label> &nbsp; <input type='text'><br><br>

&nbsp; &nbsp; <input type='button' value='login'><br><br>

<input type='radio'>F<br><br>

<input type='radio'>M<br><br>

<input type='checkbox'>java<br><br>

<input type='checkbox'>html<br><br>

<input type='checkbox'>css<br><br>

<select>
<option> select gender</option>

<option> male</option>

<option> female</option>

</select>

-->

</body>

</html>

You might also like