-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
46 lines (41 loc) · 1.39 KB
/
welcome.html
File metadata and controls
46 lines (41 loc) · 1.39 KB
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
<html>
<head>
<title>My Website</title>
<link rel="stylesheet" type="text/css" href="indexstyle.css">
</head>
<body>
<header id="main-header">
<div class="container">
<h1>Welcome to Our Community</h1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contacts.html">Contact</a></li>
</ul>
</div>
</nav>
<section id="showcase">
<div class="container">
<h1>Welcome To My Website</h1>
</div>
</section>
<div class="container">
<section id="main">
<h1>Welcome</h1>
<p>A website (also written as web site) is a collection of web pages and related content that is identified by a common domain name and published on at least one web server. Notable examples are wikipedia.org, google.com, and amazon.com.All publicly accessible websites collectively constitute the World Wide Web..</p> </section>
<aside id="sidebar">
<p>A website (also written as web site) is a collection
All publicly accessible websites collectively constitute the World Wide Web. There are also private websites that can only be accessed on a private network, such as a company's internal website for its employees.</p>
</aside>
</div>
<div
<footer id="main-footer">
<p>Copyright & copy; 2017 My Website</p>
</footer>
</body>
</html>