-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbank1.html
More file actions
23 lines (21 loc) · 743 Bytes
/
bank1.html
File metadata and controls
23 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<title>WEB DESIGN </title>
<link rel="stylesheet" href="styled.css">
<body>
<h1> WELCOME TO WEB DESIGN </h1>
<hr>
<h2> links </h2>
<a class="one" href="https://www.w3schools.com/default.asp" target="_blank"> [* W3 SCHOOL *] </a>
<a class="two" href="https://www.youtube.com/" target="_blank"> [*YOUTUBE*]</a>
<hr>
<hr>
<p style="color: red;"> ALL THE <i style="color: blue";> BEST</i> </P>
<p><mark> congratulations</mark> </p>
<p style="color: red;"> THANK <i style="color: blue";> YOU </P></i>
<p>THE <abbr title="hyper test makeup language"> html</abbr></p>
<hr>
<hr>
<marquee> ****I LOVE MY INDIA ****</marquee><hr><hr>
</body>
</html>