You are on page 1of 2

<html>

<head>
<meta charset="utf-8">
<title> olalere's personal site </title>
<style>
hr {
border-style: dotted none none;
border-color: grey;
border-width: 5px;
width: 5%;
}
ul {
color: red;
}
</style>
</head>
<body style="background-color: orange;">
<img source="abiodun.png" alt="David's profile picture">
<p> <em> chemical engineering <strong> OAU IFE </strong></em> </p>

<p> i am a web developer and i love football <em> it is my favourite sport </em>
</p>

<hr>

<p> my preferred position is attacking midfield </p>

<ul>
<li> the complete midfielder </li>
<li> the complete striker </li>
<li> the complete goalkeeper </li>
</ul>
<h3> my hobbies </h3>
<ol>
<li> reading </li>
<li> running </li>
<li> playing consoles </li>
</ol>
<hr>
<a href = "http//:twitter.com">my twitter</a>
<hr>
<table>
<tr>
<th>course code</th>
<th>course</th>
</tr>
<tr>
<td>mee 203</td>
<td>mechanical engineering</td>
</tr>
<tr>
<td>chm 201</td>
<td>chemistry</td>
</tr>
</table>
</body>
</html>

You might also like