-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (75 loc) · 4.08 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<meta name="viewport" content="width=360px, initial-scale=1.0">
<title>MY FIRST WEBSITE</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Homestylesheet.css">
</head>
<body>
<div>
<a href="index.html"><abbr title="go to home page">HOME</abbr>  </a>
<a href="queries.html"> <abbr title="Ask queries"> Q/A </abbr>  </a>
<a href="https://html5-editor.net">  <abbr title="code on the online editor"> CODING GROUND </abbr>  </a>
<a href="https://www.gkduniya.com/current-affairs"> <abbr title="Yearwise G.K questions"> CURRENT AFFAIRS </abbr>  </a>
<a href="signin.html">  <abbr title="go to your account">SIGN IN/SIGN UP</abbr>  </a>
<a href="mailto:[email protected]"> EMAIL US</a>
</div>
<div class="i" >
<marquee behavior="alternate" direction="left" scrollamount="15"><h1><i>You are Browsing the Best Resources for HTML</i></h1></marquee>
<img src="logo.jpg"/>
<br>
<div class="o">
<p><i>"Most good programmers do programming not because they expect to be paid or get adultation
by the public,but because it is fun to program."</i>  ~Linus Torvalds </p>
<h3>LET'S BEGIN OUR HTML TUTORIALS</h3>
<div class="intro">
<h4 class="options">
<a href=".\prajjyal\A1.html">
INTRODUCTION TO HTML
</a></h4>
</div>
<div class="tables">
<h4 class="options">
<a href=".\wt\srijan.html">TABLES TAG</a></h4>
</div>
<div class="frame">
<h4 class="options"><a href="frame.html">FRAMES TAG</a></h4>
</div>
<div class="lists">
<h4 class="options"><a href=".\shounak\a.html">ORDERED AND UNORDERED LISTS</a></h4>
</div>
<div class="heading">
<h4 class="options"><a href=".\utkarsh\links.html">LINKS</a></h4>
</div>
<div class="blocks">
<h4 class="options"><a href=".\presentation\htmlass.html">BLOCKS</a></h4>
</div>
<div class="quotations">
<h4 class="options"><a href=".\project\preo.html">QUOTATIONS & CITATIONS</a></h4>
</div>
<div class="markings">
<h4 class="options"><a href=".\SHSWAT\htmlStyles.html">STYLES</a></h4>
</div>
<div class="last">
<h5><b>FOLLOW US ON:</b></h5>
<a href="https://www.facebook.com"><img src="facebook.jpg" class="images"/></a>
<a href="https://www.instagram.com/accounts/login/?hl=en"><img src="instagram.png" class="images1"/></a>
<a href="https://plus.google.com/discover"><image src="google+.png" class="images2"/></a>
<a href="https://www.youtube.com/"><image src="youtube.png" class="images3"/></a>
<a href="https://twitter.com/login"><image src="twitter.png" class="images4"/></a>
<h6>©Copyright 2018.All Rights Reserved.</h6>
</div>
<image src="IMG-20181023-WA0001.jpg" class="logo"/>
<h3 class="contact">CONTACT US</h3>
<pre>ADDRESS:<address>KP-9 C BLOCK,KIIT UNIVERSITY
BHUBANESHWAR-751024,ODISHA.</address>
MOBILE NUMBER:9556901757,9471202947
</pre>
</div>
</div>
</body>
</html>