-
Notifications
You must be signed in to change notification settings - Fork 2
/
open_this.html
28 lines (20 loc) · 931 Bytes
/
open_this.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
<!--BOOM!, we welcome you to celebrate Open Source with us in this festival called "Hacktober Fest"-->
<!--Just follow these quick steps, to get started on the journey of getting cool swags and a lot of learning opportunities!!-->
<HTML>
<head>
<link rel="stylesheet" href="Some Advance Stuff/looks.css">
<TITLE>A simple list</TITLE>
</head>
<body>
<center>
<h1 class = "some-cool-font temporary-cool-font">Here's the list of all the geeks who are attending HacktoberFest at </h1>
<h1 class = "yellow-highlight temporary-cool-font">IIIT Ranchi</h1>
</center>
<!--Step 1 - Change the text inside <div> tags-->
<div id="wrapper">
<div id = "name"><p><!--Enter your name here--></p></div>
<div id = "bio"><p><!--Tell us something more about yourself...--></p></div>
</div>
<!--Step 2 - If you are already into web development, go to the "Some Advance Stuff" folder and make it more advanced-->
</body>
</HTML>