-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (20 loc) · 899 Bytes
/
index.html
File metadata and controls
26 lines (20 loc) · 899 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Get Set Web</title>
</head>
<body bgcolor="cyan">
<h1>Break at 11</h1>
<h2>i hope you not sleeping</h2>
<h3>workshop is fun</h3>
<h4>arun maurya is the web lead</h4>
<h5>google developer student club</h5>
<h6>vvce</h6>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa voluptate nesciunt eius maxime totam nulla minima corrupti aliquam, voluptates odit accusamus, vel optio fugiat a consequatur modi inventore pariatur aperiam.</p>
<p>how would you <em>yourself</em> in a <i>sentence</i></p>
<p><b>Bold Tag</b></p>
<p><strong>Strong Tag</strong></p>
<p>This is my Insta Profile: <a href="https://www.instagram.com/aniruddha_bagal/" target="_blank">@aniruddha_bagal</a></p>
<img src="index.jpeg" alt="ERRRR! SRC Not Correct" width="300" height="300" >
</body>
</html>