-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.html
More file actions
67 lines (59 loc) · 1.99 KB
/
2.html
File metadata and controls
67 lines (59 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<title>WEB2 - css</title>
<meta chaindex.html"set="uft-8">
</head>
<bod>
<h1><a href="index.html">web</a></h1>
<o>
<li><a href="1.html">HTML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JavaScript</a></li><br>
</ol>
<h2>css</h2>
<p>
<a href="https://www.w3schools.com/html/default.asp" target="_blank"> Hypertext Markup Language </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>
<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 included cues for the appearance of the document.
</p>
<p>
<img src="toby-yang-Liwl_BaEN6o-unsplash.jpg" width="100%">
</p>
</body>
</html>
<ul>
<li>4</li>
<li>5</li>
<li>6</li>
</ul>
<table>
<tr>
<td>
kkk
</td>
<td>
ggg
</td>
</tr>
<tr>
<td>
kkk
</td>
<td>
ggg
</td>
</tr>
</table>
<strong><a href="https://www.w3schools.com/html/default.asp" target="_blank">Hypertext Markup Language</a> (<u>HTML</u>)</strong> 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 style="margin-top:40px;">
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 included cues for the appearance of the document.
</p>
<strong>Hello</strong>
<strong> Hello</strong>
<strong> Hello</strong>
<h1>W3C</h1>
View -> Toggle Soft Wrap
unsplash.com free
<img src="toby-yang-Liwl_BaEN6o-unsplash.jpg" width="100%">