NEW
Font size
WorksheetsHTML and CSS cơ bảng
Total questions: 25
Worksheet time: 16mins
What does HTML stand for??
Home Training Metric Length
Homogenous Technical Support
Hype Tense Microsoft Level
Hyper Text Markup Language
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
Which of the tag is used to create a numbered list?
<L> </L>
<LI> </LI>
<li> </lo>
<ol> </ol>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
HTML controls the _________ of a webpage.
feel
precision
structure
style
<p> is the opening tag for a _____________
page
paragraph
preorder
period
What is the correct syntax for defining a hyperlink in HTML?
<a href=”url”> Link text </a>
<a href=”url”> Link text <a>
<a=”url”> Link text <a>
<ref=”url”> Link text <a>
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
You need a closing tag for an image without text
True
False
src attribute and then displays it.The select field in a form
is used inside an input element.
provides users with a set of options to choose from.
auto-completes as the user types data.
cannot have a default option setting.
To help users know what to put in field, use
<input name="firstname">
<label for="firstname">
<input type="text" id="firstname>
<input type="text" id="firstname" name="label">
<input label="First Name" type="text">
Thẻ <video> dùng để làm gì?
chạy file .mp4 theo 1 đường dẫn file
chạy file .mp3 theo 1 đường dẫn file
Thẻ nào dùng để in đậm ký tự?
<a>
<b>
<i>
<del>
Thẻ nào dùng để tạo đường gạch ngang?
<br>
<hr>
<li>
<border>
Chèn tập tin CSS vào trong trang HML phải dùng thẻ nào sau đây?
<link rel="styles" href="stylesheet.css">
<link href="stylesheet">
<link rel="stylesheet" src="styles.css">
<link rel="stylesheet" href="styles.css">
Ký hiệu nào sau đây dùng để chỉ class trong CSS?
.
#
+
-
Ký hiệu nào sau đây dùng để chỉ id trong CSS?
.
#
id
id:
Thẻ nào tạo danh sách không đánh số thứ tự?
ul
ol
il
li
Thẻ nào hiển thị kích cỡ chữ to nhất?
h2
h3
h4
h6
Độ ưu tiên CSS theo thứ tự là gì?
inline > id > class > tag
tag > class > id > inline
inline > class > id > tag
tag > id > inline > class
Phần mở rộng của tệp tin HTML là gì?
HTML
TMHL
HTMLX
HTML5
Thẻ nào định nghĩa CSS ở ngay trong tệp HTML?
<css>
<script>
<style>
styles
