14 lines
161 B
HTML
14 lines
161 B
HTML
<html>
|
|
|
|
<head>
|
|
<title> School of Computing </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>
|
|
Hello World
|
|
<img src = "im1.jpg" alt = "Not there">
|
|
|
|
</body>
|
|
</html>
|