-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (40 loc) · 2.17 KB
/
Copy pathindex.html
File metadata and controls
47 lines (40 loc) · 2.17 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
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The history of web design: a personal journey</title>
<link rel="stylesheet" href="test.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div class="header">
<h1>Web design central</h1>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Archive</a></li>
<li><a href="#">Contact me</a></li>
</ul>
</nav>
<div class="title"> <h3>The history of web design: where it's been and where it's going</h3>
</div>
<time datetime="2015-08-31">August 31, 2015</time>
<article class="post">
<p>
Web design has come a long way. It started with just text and symbols then moved to tables. Then came a period of time dominated by <em>Javascript and Flash</em>. Since the adoption of CSS it seem that the changes have been more conceptual than trying to move
away from the <em>HTML and CSS </em> combination. The future holds promisses of minimize type spent actually typing code and shifting focus to problem solving.
</p>
<p>
Web design started with the simplest of design black background and green text. Thankfully, in 1995 the web browser was created. The problem then became that html had only one real option to communicate with the browser which was tables. The problem with
tables is that they are designed for numbers and are not suited for other content. The introduction of Javascript and Flash seemed to promise many things but ultimately CSS came out on top. With the addition of frame works and grids as well
as conceptual changes <em>HTML and CSS</em> continue to be the major build blocks of modern web pages.
</p>
<p>
The future looks very exciting for web design. It promisses a shift from focusing on typing code to problem solving and design. The eventual goal being moving items around a screen and having clean code output.
</p>
</article>
<span class="author">Posted by Mark Smith</span>
<img src="http://www.epicnewmedia.co.uk/perch/resources/web-design-history-.jpg" alt="" />
</body>
</html>