You are on page 1of 1

EXERCISE 3

Enter the following HTML code in a notepad and


save it as “Your Name, Y8, T1, EX3.html”. View
the output in your browser
<html>
<head>
<title> Introduction to HTML</title>
</head>
<body>
<h1>Light International School – Malindi<h1>
<p>This is the first practical lesson of Website
Design for a purpose using Hypertext Markup
Language
</body>
</html>

You might also like