-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bai_5.html
34 lines (28 loc) · 909 Bytes
/
Bai_5.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
<html>
<head>
<title> Bài tập 1 - thiết kế web đơn giản </title>
</head>
<body>
<h1 style="background-color:yellow; color:red; text-align:center;">Tam tấu</h1>
<p style="text-align:center">Tác giả: Trịnh Hoài Giang</p>
<pre style="text-align:center; color:blue;">
Đây là thẻ < pre >
Bài thơ nhảm nhảm
Học front-end tại myclass.vn
Học jsp-servlet tại myclass.vn
</pre>
<pre style="text-align:left; color:red;">
Đây là thẻ < pre >
Bài thơ nhảm nhảm
Học front-end tại myclass.vn
Học jsp-servlet tại myclass.vn
</pre>
<hr style="width: 60%; background: red;" align="center" noshade size="10" />
<pre style="text-align:right;">
Đây là thẻ < pre >
Bài thơ nhảm nhảm
Học front-end tại myclass.vn
Học jsp-servlet tại myclass.vn
</pre>
</body>
</html>