Lab1 Solution

You might also like

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

<HTML>

<head>
<title>Welome Page</title>
</head
<body>
<h1>Welcome Message</h1>
<p>This is my webpage. Welcome!</p>
<p>I studey in <b>Majmaah University</b></p>
<img src='logo.jpg'>
<h2>These are <i>some</i> of the things I like to do:</h2>
<ul>
<li>Reading</li>
<li>Swimming</li>
<li>Cooking</li>
</ul>
<h3>My favortie websites:</h3>
<ol>
<li><a href="http://mu.edu.sa" target="_blank">Majmaah University</a></li>
<li><a href="http://facebook.com">Facebook</a></li>
<li><a href="http://twitter.com">Twitter</a></li>
</ol>
</body>
</HTML>

You might also like