html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>"First Website"</title>
<metaname content="Games,HTML">
</head>
<body>
<header>
<article>
<div style="background-color:gray;
border:2px solid black;border-radius:7px;
text-align:center">
<nav>
<a href="#title">Title</a>
<a href="#hacker">Hacker</a>
<a href="#coder">Coder</a>
<a href="#mft">my favourite things</a>
<a href="#you">you</a>
<a href="#video">video</a>
<a href="#audio">audio</a>
<a href="#humbak_wale">Hubak Wale</a>
</nav>
</div>
</article>
<h1 id="title"
style="text-align:center;
color:white;
background-color:black;border:5px solid
blue">Hello World!</h1>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("This is my first HTML project 🎉 please like❤️ ")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run