-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (61 loc) · 2.8 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Making a website</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style>
</head><body alink="#D6D6D6">
<div id="wrapper">
<div id="banner"></div>
<div id="navbar">
<ul id="nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Design</a>
<ul>
<li><a href="layout.html">Layout</a></li>
<li><a href="visuals.html">Visuals</a></li>
</ul>
</li>
<li>
<a href="#">Code</a>
<ul>
<li><a href="html.html">HTML</a></li>
<li><a href="css.html">CSS</a></li>
</ul>
</li>
<li>
<a href="#">Content</a>
<ul>
<li><a href="maintaininginterest.html">Maintaining Interest</a></li>
<li><a href="visualaids.html">Visual Aids</a></li>
</ul>
</li>
<li>
<a href="#">Publishing</a>
<ul>
<li><a href="hostingandservices.html">Hosting and Services</a></li>
<li><a href="bounderies.html">Bounderies</a></li>
<li><a href="mainteanence.html">Mainteanence</a></li>
<li><a href="copyright.html">Copy Right</a></li>
</ul>
</li>
</ul>
</div>
<div id="title"><h1><font face="Arial, Helvetica, sans-serif"> Welcome</font></h1>
</div>
<center>
<div id="maintext">
</div>
<div id="subtext">
<p>In this new age of technology and fast-paced advancements in just about everything, it is key to know how to connect to people and make your point known. Reading the newspaper or writing a letter is seen as old-fashioned now - for our generation, it's all about communicating through texting and social media. The most common way to share one's ideas is by using the internet; many people who want to stand out as individuals build their own websites. There are many ways to go about creating your own page, and it is actually relatively easy to do, once you have the skills and some ideas. After that, there are infinite possibilities for where your site can go- you are only restricted by your creativity.</p>
<p>This website is going to help guide you through the basics of building your own website. We have included the foundations, such as how to code your pages and how to publish your website, as well as concepts of using color and fonts to captivate your readers. Don't think of this website as a strict rulebook or blueprints, but rather as some helpful reminders and tips for making your site as original and effective as possible.</p>
</div>
</center>
</div>
</body>
</html>