Một trang web php được thiết kế gồm các thẻ (tag)
-các loại thẻ:
+thẻ mở đầu: <body>
+thẻ kết thúc </body>
+thẻ đặc biệt <meta>, <img>
+thẻ đơn: <b>in dam van ban</b>
+thẻ phức: <font size="20" color="red" face="arial">dinh dang kich co chu , mau chu, kieu font</font>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta charset="UTF-8"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML page</title>
</head>
<body>
<h1>Hoc HTML</h1>
<font size="20" color="red" face="arial">Cau truc 1 trang HTML</font>
</body>
</html>
No comments:
Post a Comment