NEW
Font size
WorksheetsComputers
Total questions: 40
Worksheet time: 20mins
Câu 1. Từ HTML là từ viết tắt của từ nào?
Hyperlinks and Text Markup Language
Home Tool markup Language
Hyper Text Markup Language
Home Text Markup Language
Câu 2. Ai (tổ chức nào) tạo ra Web Standards?
The World Wide Web Consortium
Microsoft
Netscape
Apple
Câu 3. Đâu là tag tạo ra tiêu đề web kích cỡ lớn nhất.
<heading>
<h1>
<h6>
<head>
Câu 4. Đâu là tag để xuống dòng trong web?
</br>
<lb>
<br>
<break>
Câu 5. Đâu là tag tạo mầu nền của web?
<body color="yellow">
<body bgcolor="yellow">
<background>yellow</background>
<body font="yellow">
Câu 6. Đâu là tag tạo ra chữ in đậm
<b>
<bold>
<bld>
<bb>
Câu 7. Đâu là tag tạo ra chữ in nghiêng
<ii>
<italics>
<i>
<b>
Câu 8. Đâu là tag tạo ra liên kết (links) trong web
<a url=“http://www.w3schools.com”>W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a href=“http://www.w3schools.com”>W3Schools</a>
<a name=“http://www.w3schools.com”>W3Schools.com</a>
Câu 9. Đâu là tag tạo ra liên kết đến email?
<a href=“xxx@yyy”>
<a href=“mailto:xxx@yyy”>
<mail>xxx@yyy</mail>
<mail href=“xxx@yyy”>
Câu 10. Làm sao để khi click chuột vào link thì tạo ra cửa sổ mới?
<a href=“url” target=“_blank”>
<a href=“url” new_window>
<a href=“url” target=“new”>
<a href=“url” new>
Câu 11. Đâu là những tag dành cho việc tạo bảng?
<table><tr><td>
<thead><body><tr>
<table><head><tfoot>
<table><tr><tt>
Câu 12. Đâu là tag căn lề trái cho nội dung 1 ô trong bảng?
<tdleft>
<td valign=“left”>
<td align=“left”>
<td leftalign>
Câu 13. Đâu là tag tạo ra 1 danh sách đứng đầu bằng số
<ul>
<list>
<ol>
<dl>
Câu 14. Đâu là tag tạo ra 1 danh sách đứng đầu bởi dấu chấm?
<list>
<ul>
<ol>
<dl>
Câu 15. Tag nào tạo ra 1 checkbox?
<check>
<input type="check">
<checkbox>
<input type="checkbox">
Câu 16. Tag nào tạo ra 1 text input field?
<textfield>
<textinput type=“text”>
<input type=“text”>
<input type=“textfield”>
Câu 17. Tag nào tạo ra 1 drop-down list?
<select>
<list>
<input type="list">
<input type="dropdown">
Câu 18. Tag nào tạo ra 1 text area?
<input type="textbox">
<textarea>
<input type="textarea">
<fontarea>
Câu 19. Tag nào dùng để chèn 1 hình vào web?
<image src=“image.gif”>
<img>image.gif</img>
<img src=“image.gif”>
<img href=“image.gif>
Câu 20. Tag nào dùng để tạo hình nền cho web?
<body background=“background.gif”>
<background img=“background.gif”>
<img src=“background.gif” background>
<video src=“background.gif”
Câu 21. CSS là viết tắt của?
Creative Style Sheets
Computer Style Sheets
Cascading Style Sheets
Colorful Style Sheets
Câu 22. Muốn liên kết xHTML với 1 file định nghĩa CSS ta dùng dòng nào sau đây?
<style src=”mystyle.css”>
<stylesheet>mystyle.css</stylesheet>
<link rel=”stylesheet” type=”text/css” href=”mystyle.css”>
<style src=”mystyle.html”>
Câu 23. Đặt dòng liên kết với file CSS ở vùng nào trong file xHTML?
In the <body> section
In the <head> section
At the top of the document
At the end of the document
Câu 24. Tag nào định nghĩa CSS ở ngay trong file xHTML?
<css>
<script>
<style>
<body>
Câu 25. Thuộc tính nào định nghĩa CSS ngay trong 1 tag?
Font
Class
<style>
Styles
Câu 26. Dòng nào tuân theo đúng cú pháp của CSS?
body {color: black}
{body;color:black}
body:color=black
{body:color=black(body}
Câu 27. Dòng nào thể hiện đúng một comment (lời chú thích) trong CSS?
/* this is a comment */
// this is a comment //
‘ this is a comment
// this is a comment
Câu 28. Dòng nào dùng để thay đổi màu nền?
color:
bgcolor:
background-color:
fontcolor:
Câu 29. Làm thế nào thêm màu nền cho tất cả các phần từ <h1>?
h1.all {background-color:#FFFFFF}
h1 {background-color:#FFFFFF}
all.h1 {background-color:#FFFFFF}
h1 {color: #FFFFFF}
Câu 30. Làm thế nào thay màu nền của chữ (text)?
text-color=
fgcolor:
color:
text-color:
Câu 31: Thuộc tính nào thay đổi kích cỡ chữ?
font-style
font-size
text-style
text-size
Câu 32. Thuộc tính nào làm chữ trong tag p trở thành chữ đậm?
{text-size:bold}
<p style="font-size:bold">
<p style="text-size:bold">
p {font-weight:bold}
Câu 33. Làm sao để hiển thị liên kết mà ko có gạch chân bên dưới?
a {decoration:no underline}
a {text-decoration:no underline}
a {underline:none}
a {text-decoration:none}
Câu 34: Làm sao để mỗi từ trong 1 dòng đều viết hoa ở đầu từ?
text-transform:capitalize
text-transform:uppercase
text-transform:lowercase
You can't do that with CSS
Câu 35. Làm sao để thay đổi font của mỗi phần tử?
font=
f:
font-family:
font:
Câu 36. làm sao để tạo chữ đậm?
font-weight:bold
style:bold
font:b
text:bold
Câu 37. Làm thế nào để hiển thị viền 1 phần tử với kích thước đường viền như sau: The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1 pixel?
border-width:5px 20px 10px 1px
border-width:10px 5px 20px 1px
border-width:10px 1px 5px 20px
border-width:10px 20px 5px 1px
Câu 38. Làm sao để thay đổi lề trái của một phần tử?
margin-left:
text-indent:
margin:
indent:
Câu 39. làm sao để thay đổi lề phải của một phần tử?
margin-right:
text-indent:
margin:
indent:
Câu 40. Làm thế nào để hình ở đầu mỗi dòng của 1 list (danh sách) có hình vuông?
type: 2
type: square
list-type: square
list-style-type: square
