-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
34 lines (31 loc) · 1.25 KB
/
1.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
<!doctype html>
<html>
<head>
<title>WEB1 - Welcome</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="coding.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>HTML</h2>
<p>Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and
hyperlink <strong>effects</strong> on <u>really</u>World Wide Web pages.</p>
<p><a href="https://w3c.github.io/html-extensions/" target="_blank" title="specification">Hypertext Markup Language
(HTML)</a> is the
standard markup
language for documents designed to be displayed in
a web
browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as
JavaScript.</p>
<img src="coding.png" width="100%">
<p>Web browsers receive HTML documents from a web server or from local storage and render the documents into
multimedia
web pages. HTML describes the structure of a web page semantically and originally incded ßß</p>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>