-
Notifications
You must be signed in to change notification settings - Fork 0
/
ex2.1.html
18 lines (18 loc) · 1.04 KB
/
ex2.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="margin: 0;">
<div style="width: 1200px; height: 2000px; background-color: #ccc; margin: 0px auto; padding: 50px; border: 5px solid #111; box-sizing: border-box;">
<img src="hinh2.jpg" alt="Hình minh họa" style="width: 500px; float: left;">
<a href="#"><h1 style="margin: 0;">Link rỗng</h1></a>
<a href="https://vnexpress.net/">Đọc báo</a><br>
<a href="ex2.2.html">Bài tập 2</a>
<p>Lorem ipsum dolor sit amet <span style="font-weight: bold; font-size: 20px; color: darkblue;">consectetur adipisicing elit</span>. Quia pariatur consequatur oficia veritatis adipisci quod recusandae corrupti. Ex repudiandae nulla, aliquid incidunt unde ducimus temporibus in placeat blanditiis, quas eligendi?</p>
<div style="width: 100%; height: 100px; background-color: yellowgreen; margin: 10px;"></div>
</div>
</body>
</html>