-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (91 loc) · 3.28 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
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Rose Website</title>
</head>
<body>
<nav class="navbar">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i style="font-size:24px" class="fa"></i>
</label>
<div id="logo" title="logo">
<img src="logo.jpg">
</div>
<ul>
<li><a href="index2.html" title="photo">Radha Img</a></li>
<li><a href="javascript:void(0);" onclick="alert('Sorry, your page isn\'t available!')" title="video">Radha Vid</a></li>
</ul>
</nav>
<section class="firstsection" style="background-color: red; padding-top: 20px; padding-bottom: 80px;">
<div class="box-main">
<div class="second">
</div>
</div>
</section>
<section class="secondsection" style="background-color: green; padding-top: 20px; padding-bottom: 300px;">
<div class="box-main">
<div class="second">
<h1 class="text-big" id="web">
<div class="row" id="Web Technology">
<div class="para">
<p><b>Web Technology</b></p>
</div>
</div>
</h1>
<p class="paradesc">
HTML stands for HyperText Markup
Language. It is used to design
web pages using a markup language.
HTML is the combination of Hypertext
and Markup language. Hypertext
defines the link between the web
pages. A markup language is used
to define the text document within
tag which defines the structure of
web pages. HTML is a markup language
that is used by the browser to
manipulate text, images, and other
content to display it in the required
format.
</p>
</div>
</div>
</section>
<section class="thirdsection" style="background-color: blue; padding-top: 20px; padding-bottom: 300px;">
<div class="box-main">
<div class="second">
<h1 class="text-big" id="program">
<div class="row" id="C Programming">
<div class="para1">
<p><b>C Programming</b></p>
</div>
</div>
</h1>
<p class="paradesc1">
C is a procedural programming language.
It was initially developed by Dennis
Ritchie as a system programming
language to write operating system.
The main features of C language include
low-level access to memory, simple set
of keywords, and clean style, these
features make C language suitable for
system programming like operating system
or compiler development.
</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p><center>Copyright © 2027 - Rose WEB App. - All rights reserved.</center></p>
</div>
</footer>
</body>
</html>