-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
30 lines (26 loc) · 1.08 KB
/
3.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
<!doctype html>
<html>
<head>
<title>WEB1 - html</title>
</head>
<body>
<h1><a href="index.html">WEB</a></h1>
<ol>
<li><a href="1.html">HTML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JavaScript</a></li>
</ol>
<h2>JavaScript</h2>
<p><a href="https://www.w3.org/TR/htm15/"target="_blank"title="abcd">
Hypertext Markup Language (HTML)</a> is the standard markup language for
<strong>creating <u>web</u> pages</strong> and web applications.web applications.
Web browsers receive HTML documents from a web server or from local storage
and render them into multimedia web pages. HTML describes the structure of
a web page semantically and originally included cues for the appearance
of the document.</p>
<img src="coding.jpg"width="100%">
<p style="margin-top:40px;">HTML elements are the building blocks of HTML pages,
With HTML constructs, images and other objects, such as interactive forms,
may be embedd brackets.</p>
</body>
</html>