Code Web HTML Css Js Full
Code Web HTML Css Js Full
BÀI TẬP
MÔN THIẾT KẾ WEB
Giáo viên:
Sinh viên:
MSV:
BT TKW lần 1
SVTH 10
BT TKW lần 1
SVTH 10
BT TKW lần 1
SVTH 10
<body>
<div class=" w3-container ">
<h1 style="color: orangered"> Cafe </h1>
<img src= "Pictures/cafe.jpg" style="width:600px;max-width:100%;">
<p>Wikipedia says:</p>
<blockquote cite="https://en.wikipedia.org/wiki/Coffee"><i>Coffee is a brewed drink prepared
from roasted coffee beans, which are the seeds of berries from the Coffea
plant.</i></blockquote>
<p>Read more about coffee on <a href="https://en.wikipedia.org/wiki/Coffee"
target="blank">https://en.wikipedia.org/wiki/Coffee</a></p>
</div>
</body>
</html>
b) Kết quả:
BT TKW lần 1
SVTH 10
2. Bài 2
a) Mã nguồn:
<!DOCTYPE html>
<html lang="en">
<head>
<title>BÀI TẬP IFRAME</title>
</head>
<body>
<h2 align="center" style ="color: #F80000 ">BÀI TẬP IFRAME</h2>
<div>
<iframe src="https://vnexpress.net" width="727" height="300" align="right"></iframe>
<iframe src="https://www.24h.com.vn" width="727" height="300"
align="right"></iframe>
<iframe src="https://ute.udn.vn/default.aspx" width="595" height="600"></iframe>
</div>
</body>
</html>
b) Kết quả:
BT TKW lần 1
SVTH 10
3. Bài 3
a) Mã nguồn:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bài Tập Bảng</title>
</head>
<body>
<table align="center" border="1" cellpadding="20" cellspacing="0" style="width:300px;
height: 300px ">
<tr>
<td align="center"><b>1</b></td>
<td colspan="3" align="center"><b>2</b></td>
</tr>
<tr>
<td align="center" colspan="2" rowspan="2"><b>3</b></td>
<td align="center"><b>4</b></td>
<td align="center"><b>5</b></td>
</tr>
<tr>
<td align="center"><b>6</b></td>
<td align="center"><b>7</b></td>
</tr>
<tr>
<td align="center"><b>8</b></td>
<td colspan="2" align="center"><b>9</b></td>
<td align="center"><b>10</b></td>
</tr>
</table>
BT TKW lần 1
SVTH 10
</body>
</html>
b) Kết quả:
4. Bài 4
a) Mã nguồn:
<!DOCTYPE html>
<html lang="en">
<head>
<title>From đặt hàng online</title>
</head>
<body>
<h3 style="color: blue">CHÀO MỪNG BẠN ĐẾN VỚI SHOP HOALONGTC </h3>
<h1 style="color: red">HÓA ĐƠN ĐẶT HÀNG OLINE</h1>
<div class="baitap4">
BT TKW lần 1
SVTH 10
BT TKW lần 1
SVTH 10
</body>
</html>
b) Kết quả:
BT TKW lần 1
SVTH 10
BT TKW lần 1