-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathass1.html
67 lines (57 loc) · 2.56 KB
/
ass1.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
<!-- Create web pages using the following tags
*Heaading tags
*Paragraphs tags
*Phrase tags -->
<!DOCTYPE html>
<html>
<head>
<title>HTML</title>
</head>
<body>
<style>
h {
color:#009900;
font-size:46px;
}
mark {
background-color: silver;
color: black;
}
</style>
<h>
<strong>
<u><center>HTML History</center></u>
</strong>
</h>
<p><address>
<abbr title="Hyper Text Markup Language">HTML</abbr> was created by <strong><mark color="grey">Sir Tim Berners-Lee</mark></strong> in late <em>1991</em> but was not released officially, which was published in <em>1995</em> as <acronym>HTML 2.0. HTML 4.01</acronym> was published in late <em>1999</em> and was a major version of <abbr title="Hyper Text Markup Language">HTML
</abbr>.</address>
</p>
<p>
<abbr title="Hyper Text Markup Language">HTML</abbr> is a very evolving markup language and has evolved with various versions updating. Long
before its revised standards and specifications are carried in, each version has allowed its user to create web pages in the much easier and
prettier way and make sites very efficient.
</p>
<p>
<blockquote>
<dfn><kbd>HTML 1.0</kbd> was released in <em>1993</em> with the intention of sharing information which can be readable and accessible via web
browsers. But not much of the developers were involved in creating websites. So the language was also not growing.
</dfn>
</blockquote>
</p>
<p><blockquote>Then comes the <kbd>HTML 2.0</kbd>, published in <em>1995</em>; which contains all the features of <kbd>HTML 1.0</kbd> along with that
few additional features; which remained as the standard markup language for designing and creating websites until January <em>1997</em> and
refined various core features of <strong>HTML</strong>.
</blockquote></p>
<p><blockquote>
Then comes the <kbd>HTML 3.0</kbd>, where Dave Raggett who introduced a fresh paper or draft on <strong>HTML</strong>. It included improved new
features of <strong>HTML</strong>, giving more powerful characteristics for webmasters in designing web pages. But these powerful features of new
<strong>HTML</strong> slowed down the browser in applying further improvements.
</blockquote></p>
<p><blockquote>
Then comes the <kbd>HTML 4.01</kbd> which is widely used and was a successful version of <strong>HTML</strong> before <kbd>HTML 5.0</kbd>, which
is currently released and used worldwide. <q>HTML 5 can be said for as an extended version of HTML 4.01 which was published in the year
<em>2012</em>.</q>
</blockquote></p>
</body>
</html>