-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
22 lines (22 loc) · 882 Bytes
/
Copy pathhello.html
File metadata and controls
22 lines (22 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome to Web Programming class</title>
</head>
<body>
<h1>Welcome to the Jungle </h1>
<h2></h2>
<h2><img src="presidentlogo.jfif" alt="President University Logo" heigh="25" width="25"> President University</h2> <br>
<strong>Cikarang </strong><br>
<del>Predident</del> <br>
<sup>1</sup>&<sub>2</sub> <br>
© & < ¼ <br>
<a href="https://google.com">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Google_Chrome_icon_%28February_2022%29.svg/800px-Google_Chrome_icon_%28February_2022%29.svg.png" alt="a google image" height="200" width="200" />
</a> <br>
<a href="fav.html">My Favorite Website</a> <br>
<a href="sites.html">Favorite Sites</a>
<h1>© <a href="https://yuelhost.id">YuelHost.ID</a></h1>
<p>Test</p>
</body>
</html>