Materi : Latihan20.html
Silakan copy paste ke notepad dan simpan dengan nama Latihan20.html.
Kemudian jalankan menggunakan browser.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Page Description">
<title>About Srinivas Vanamala</title>
</head>
<body>
<header>
<div align="center">
<img src="profile.jpeg" >
<h1>It's Me - Srinivas Vanamala</h1>
<p>Hello and Welcome to my Portfolio, I have passion to work in the Web techologies space and enjoy my time teaching to others.</p>
<form action="#">
<input type="submit" value="Access my Resume">
</form>
</div>
</header>
<hr />
<table>
<th>My Skills</th>
<th>My Experience</th>
<th>My Education</th>
<tr>
<td><p>I love to work in WEB Techologies. I have skills to develop web site, create custom wordpress themes and writing ebooks.</p>
<form action="#" align="center"><input type="submit" value="More about my Skills"></form>
</td>
<td><p>I am Freelancer and helps people to build their website on Wordpress with Genesis Framework. I have my own Personal themes selling for $15 each.</p>
<form action="#" align="center"><input type="submit" value="More about my Experience"></form>
</td>
<td><p>I completed by Masters in Mathematics from Hyderabad India. I have also done open university in Computer Science.</p>
<form action="#" align="center"><input type="submit" value="More about my Education"></form>
</td>
</tr>
</table>
<hr>
<footer align="center">© Srinivas Vanamala</footer>
</body>
</html>
Output