html: hyper text markup language
We created a html link. Index is always the first web browser, because the web browser will recognise it as the first page.
<html>
<head>
<title>AS MEDIA STUDIES MAGAZINE WEBSITE DESIGN</title>
</head>
<body bgcolor=#FFFF00>
<h1>My Yellow Web Page</h1>
<p>Is yellow your favourite color?<br>
To go back to my home page click <a href=”colors.html”>here!</a href>
</p>
</body>
</html>