-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (88 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
86
87
88
89
90
91
92
93
94
95
96
97
<html>
<head>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="navbar">
<a href="#" class="navtext">Home</a>
<a href="#" class="navtext">About</a>
<a href="#" class="navtext">Brand</a>
<div style="display:block; margin-left:90%;position:fixed; top:0px;">
<a href="#" class="navtext">Log Out</a>
</div>
</div>
<div class="overlay">
</div>
<div class="leftcontent">
<span class="ltitle">Notices made easy!!</span>
<br>
<br>
<div class="ltext">
Now you can update your audience anytime anyday..... with notifying made more easy and fun.
easy steps to upload a notice.<br>
<ol type="I">
<li>Step1</li>
<li>step2</li>
<li>step3</li>
</ol>
The World Wide Web (WWW), commonly known as the Web, is an information space where documents and other web resources are identified by Uniform Resource Locators (URLs, such as https://www.example.com/), which may be interlinked by hypertext, and are accessible over the Internet.[1] The resources of the WWW may be accessed by users by a software application called a web browser.
English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser in 1990 while employed at CERN near Geneva, Switzerland.[2][3] The browser was released outside CERN in 1991, first to other research institutions starting in January 1991 and then to the general public in August 1991. The World Wide Web has been central to the development of the Information Age and is the primary tool for billions of people to interact on the Internet.[4][5][6]
Web resources may be any type of downloaded media, but web pages are hypertext media that have been formatted in Hypertext Markup Language (HTML).[7] Such formatting allows for embedded hyperlinks that contain URLs and permit users to navigate to other web resources. In addition to text, web pages may contain images, video, audio, and software components that are rendered in the user's web browser as coherent pages of multimedia content.
Multiple web resources with a common theme, a common domain name, or both, make up a website. Websites are stored in computers that are running a program called a web server that responds to requests made over the Internet from web browsers running on a user's computer. Website content can be largely provided by a publisher, or interactively where users contribute content or the content depends upon the users or their actions. Websites may be provided for a myriad of informative, entertainment, commercial, governmental, or non-governmental reasons.
Contents
1 History
2 Function
2.1 HTML
2.2 Linking
2.3 WWW prefix
2.4 Scheme specifiers
2.5 Web page
2.5.1 Static web page
2.5.2 Dynamic web pages
2.6 Website
2.7 Web browser
2.8 Web server
2.9 HTTP (web) cookie
2.10 Search engine
2.11 Deep web
3 Web security
4 Privacy
5 Standards
6 Accessibility
7 Internationalisation
8 Web caching
9 See also
10 References
11 Further reading
12 External links
Historys
</div>
</div>
<div class="sidebar">
<span class="rtitle">Login</span>
<br>
<br>
<form>
<input class="textinput" type="email" name="email" placeholder="email">
<br>
<br>
<span style="text-align: center; position:relative; left:160px;">OR</span>
<br>
<br>
<input class="textinput" type="text" name="username" autofocus="autofocus" placeholder="Username">
<br>
<br>
<input class="textinput" type="password" name="password" placeholder="Password">
<br>
<br>
<button class="submit" type="submit">
sign in
</button>
</form>
</div>
</body>
</html>