-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhat is HTML.html
162 lines (162 loc) · 8.45 KB
/
What is HTML.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog Post</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="kyut.png" type="img/gif">
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700"
rel="stylesheet">
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/preloader.min.css" rel="stylesheet">
<link href="css/circle.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/fm.revealator.jquery.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/skins/red.css" rel="stylesheet">
<script src="js/modernizr.custom.js"></script>
<link rel="stylesheet" href="css/Poppins.css">
<link rel="stylesheet" href="css/Open-Sans.css">
</head>
<body class="blog-post">
<header class="header" id="navbar-collapse-toggle">
<ul class="icon-menu d-none d-lg-block revealator-slideup
revealator-once revealator-delay1">
<li class="icon-box">
<i class="fa fa-home"></i>
<a href="index.html">
<h2>Home</h2>
</a>
</li>
<li class="icon-box">
<i class="fa fa-user"></i>
<a href="about.html">
<h2>About</h2>
</a>
</li>
<li class="icon-box">
<i class="fa fa-briefcase"></i>
<a href="portfolio.html">
<h2>Portfolio</h2>
</a>
</li>
<li class="icon-box">
<i class="fa fa-envelope-open"></i>
<a href="contact.html">
<h2>Contact</h2>
</a>
</li>
<li class="icon-box active">
<i class="fa fa-comments"></i>
<a href="blog.html">
<h2>Blog</h2>
</a>
</li>
</ul>
<nav role="navigation" class="d-block d-lg-none">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul class="list-unstyled" id="menu">
<li><a href="index.html"><i class="fa fa-home"></i><span>Home</span></a></li>
<li><a href="about.html"><i class="fa fa-user"></i><span>About</span></a></li>
<li><a href="portfolio.html"><i class="fa
fa-folder-open"></i><span>Portfolio</span></a></li>
<li><a href="contact.html"><i class="fa
fa-envelope-open"></i><span>Contact</span></a></li>
<li class="active"><a href="blog.html"><i class="fa
fa-comments"></i><span>Blog</span></a></li>
</ul>
</div>
</nav>
</header>
<section class="title-section text-left text-sm-center
revealator-slideup revealator-once revealator-delay1">
<h1>my <span>blog</span></h1>
<span class="title-bg">posts</span>
</section>
<section class="main-content revealator-slideup revealator-once
revealator-delay1">
<div class="container">
<div class="row">
<article class="col-12">
<div class="meta open-sans-font">
<span><i class="fa fa-user"></i> Peter Villanueva</span>
<span class="date"><i class="fa fa-calendar"></i>
2022</span>
<span><i class="fa fa-tags"></i> Introduction</span>
</div>
<h1 class="text-uppercase text-capitalize">What Is HTML?</h1>
<img src="img/blog/html5.png" class="img-fluid"
alt="Blog image"/>
<div class="blog-excerpt open-sans-font pb-5">
<p>HTML stands for HyperText Markup Language, which
can be a confusing term for many beginners.
The best way to explain HTML is to examine the
meaning of each word.
HyperText refers to text that contains links to
other texts.
Every time you click on a highlighted or
underlined link that takes you to another page,
you are using hypertext.
As more and more pages use hypertext to link to
each other, a “web” of pages starts to form.
This is where we get the term World Wide Web.
</p>
<p>Markup refers to the special symbols or codes
that are inserted into a document to tell the
web browser how to display the document data.
For example, markup code may tell the browser to
display a phrase in bold or italic text,
or may tell the browser which parts of the
document are headings and which are paragraphs.
</p>
<p>HTML is just one of a number of languages that
uses markup code. Language refers to the idea
that the code is standardized.
Just like regular spoken languages, there are
certain rules that everyone must follow when
writing HTML.
This is so that all browsers can understand and
interpret the code.
There are many different programming languages,
and you may have heard of some of the popular
ones such as Java, Python and Ruby.
Each language has its own unique set of rules,
and many languages can be used in combination
with HTML to create amazing webpages and
applications.
If we put these three definitions together, we
could say that HTML is “a programming language
that uses unique code which allows you to
display linked documents in a browser”.
</p>
</div>
</article>
</div>
</div>
</section>
<script src="js/jquery-3.5.0.min.js"></script>
<script src="js/styleswitcher.js"></script>
<script src="js/preloader.min.js"></script>
<script src="js/fm.revealator.jquery.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpGridGallery.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/custom.js"></script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>