Font size
WorksheetsBài 1: Tạo Trang Web Cơ Bản
Total questions: 83
Worksheet time: 42mins
What does HTML stand for?
HyperText Machine Language
HyperText Markup Language
HighText Machine Language
HyperTool Markup Language
Which primary purpose does HTML serve on the web?
Define and present web content
Design complex graphics
Manage database servers
Program application logic
Which tag begins every valid HTML document?
Which two main sections are inside a basic HTML page?
head and body
title and footer
nav and article
script and style
Which tag sets the page title shown in the browser tab?
Which tag creates a top-level heading in the page content?
Which tag defines a paragraph of text?
HTML is best described as which type of language?
Markup language
Compiled language
Programming language
Scripting language
Why is HTML called a markup language?
It uses tags to mark content
It executes algorithms
It compiles to machine code
It manages databases
What content is typically placed inside the
section?Metadata and page settings
Interactive forms
Main article text
User-visible images
Which statement best describes the role of the
Creates a navigation link
Displays a page heading
Sets the browser tab text
Shows inside the body
When a browser reads an HTML file, what happens to content inside
?It renders for the user
It is ignored
It validates syntax
It is stored only
Which sequence shows a correct minimal HTML structure?
,
,,
,If the tag is missing from a file, what will browsers likely do?
Attempt to render with warnings
Crash immediately
Auto-insert
Display only images
Choose the correct HTML snippet to show title “Grade 12 CS” and body heading “Intro to HTML”.
Intro to HTML
Intro to HTML
Grade 12 CS
Intro to HTML
Which HTML tag makes text appear bold without conveying semantic importance?
tag for italic styling
tag for visual bold
tag for emphasis
tag for stress emphasis
What is the primary purpose of the tag?
Create clickable hyperlinks
Insert line breaks
Underline textual content
Italicize textual content
Which effect is produced by the tag?
Numbered list formatting
Underline selected words
Bold for selected words
Italics for selected words
Which element is used to create a basic hyperlink in HTML?
Which attribute specifies the destination address of an hyperlink?
src attribute for sources
link attribute for targets
href attribute for URLs
ref attribute for references
Which part of an hyperlink is displayed as clickable text to users?
What does the
tag do when placed inside text content?
Starts a new paragraph block
Forces a line break
Creates a navigation link
Generates a heading title
What is the function of the
tag in HTML documents?
Applies bold styling
Wraps a paragraph block
Defines a heading section
Inserts a hard line break
How does differ from in typical usage?
sets semantic headings
conveys importance
is non‑display only
prevents bold styling
Why format web text with tags like , , and ?
Reduce page file size significantly
Alter core HTML structure
Increase overall internet speed
Improve clarity and readability
What happens when a user clicks a hyperlink in a browser?
The browser deletes cache files
The current tab is saved locally
The browser closes immediately
The browser navigates to target
What is the effect of target="_blank" on an link?
Blocks the link entirely
Opens link in same frame
Opens link in a new tab
Opens link in current tab
Choose the correct HTML to display the title 'Tin hoc 12' in bold within a line of text.
Tin hoc 12
Tin hoc 12
Tin hoc 12
Which anchor correctly links to https://www.moet.gov.vn with the visible text 'Bộ GD&ĐT'?
Which anchor tag correctly opens the link in a new tab while displaying the text Trang Bộ GD&ĐT for https://www.moet.gov.vn?
You need two lines: the first says Tin học 12 in bold, the second says Thực hành HTML in italic. Which is valid HTML?
Tin học 12
Thực hành HTML
Tin học 12
Thực hành HTML
Tin học 12
Thực hành HTML
Tin học 12Thực hành HTML
Which snippet correctly makes the phrase tại đây a hyperlink to https://html.com within a sentence Học HTML tại đây?
Phần tử HTML dùng để tạo danh sách không có thứ tự?
Phần tử HTML dùng để tạo danh sách có thứ tự?
b) c)
|

