Trắc nghiệm (tiếng Việt) về HTML
Thursday, 3. May 2007, 03:22:31
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
2. Ai (tổ chức nào) tạo ra Web standards?
The World Wide Web Consortium
Microsoft
Netscape
3. Đâu là tag tạo ra tiêu đề web kích cỡ lớn nhất.
<heading>
<h1>
<h6>
<head>
4. Đâu là tag để xuống dòng trong web?
<lb>
<br>
<break>
5. Đâu là tag tạo ra mầu nền của web?
<body color="yellow">
<body bgcolor="yellow">
<background>yellow</background>
6. Đâu là tag tạo ra chữ in đậm
<b>
<bold>
<bld>
<bb>
7. Đâu là tag tạo ra chữ in nghiêng
<ii>
<italics>
<i>
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>
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">
10. Làm sao để khi click chuột vào link thì tạo ra cửa sổ mới?
<a href="url" new>
<a href="url" target="new">
<a href="url" target="_blank">
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>
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>
13. Đâu là tag tạo ra 1 danh sách đứng đầu bằng số
<ul>
<list>
<ol>
<dl>
14. Đâu là tag tạo ra 1 danh sách đứng đầu bởi dấu chấm?
<list>
<ul>
<ol>
<dl>
15. Tag nào tạo ra 1 checkbox?
<check>
<input type="check">
<checkbox>
<input type="checkbox">
16. Tag nào tạo ra 1 text input field?
<textfield>
<textinput type="text">
<input type="text">
<input type="textfield">
17. Tag nào tạo ra 1 drop-down list?
<select>
<list>
<input type="dropdown">
<input type="list">
18. Tag nào tạo ra 1 text area?
<input type="textbox">
<textarea>
<input type="textarea">
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>
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>















Thủy Hiền # 4. May 2007, 08:18
Dang # 4. May 2007, 08:30
à, blog danquynh đẹp lắm.
Phạm Lâm # 4. May 2007, 09:04
Thủy Hiền # 4. May 2007, 09:13
Chuyên môn chính: Đại học Luật
Chuyên môn phụ: Đại học ngoại ngữ (tiếng Anh)
Tự học HTML tại W3Schools, và mò CSS từ các bài của Phạm Lâm
Nhưng không thích học đâu, chỉ thích mò để có sản phẩm liền. Giờ già rồi (35 tuổi ta, 1 chồng, 2 đứa con phải chăm), học không nổi. Sorry nha, tìm người khác để dạy free hén?
Nói vậy thôi, sẽ thường xuyên vào học ké nếu có thời gian. Học nhiều quá mất công đổi nghề
Đỗ Nam Khánh # 4. May 2007, 11:13
Dang # 6. May 2007, 05:18
@namkhanh: Is is true?
Ten more CSS tricks you may not know!!!
http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml
6. Disappearing text or images in IE?
IE has a very strange bug where text or background images sometimes disappears from sight. These items are still actually there, and if you highlight everything on screen or hit refresh they'll often re-appear. Kind of strange, huh?
This problem mostly occurs on background images and on text next to a floated element. To remedy the problem, simply insert position: relative into the CSS command for the disappearing element, and for some bizarre reason that'll usually fix the problem. If this doesn't work (it sometimes doesn't), assign a width to the offending element in the CSS and that should fix the problem.
Thủy Hiền # 6. May 2007, 11:42
Dang # 6. May 2007, 15:00
Thôi, tạm thời làm quả trắc nghiệm xHTML tiếng Anh xem bà con có hứng thú ko
Đỗ Nam Khánh # 6. May 2007, 17:12
Dang # 7. May 2007, 03:18
Thủy Hiền # 7. May 2007, 04:10
Dang # 7. May 2007, 07:22
Thủy Hiền # 22. June 2007, 07:31
htlcnn # 28. December 2007, 12:02