WorksheetsHTML Formatting Tags
Total questions: 10
Worksheet time: 8mins
To create a webpage, Isla uses
Tabs
Tags
Punctuation
Quotations
In creating a website for a school project, Evelyn decides to emphasize certain words in a paragraph. Which HTML tag should she use to make text bold?
Highlight text
Bold text
Underline text
Italicize text
While updating her personal blog, Evelyn wants to emphasize a quote by italicizing it. Which HTML tag should she use?
br
hr
b
i
In creating a website for a school project, Aria used the <p> tag to organize her content. What does the <p> tag stand for in HTML?
Page
Paragraph
Position
While working on a personal website, Maya realized she needed to add line breaks between paragraphs for better readability. Which HTML tag should she use?
hr
b
i
br
When designing a personal blog for Grace, what does the hr tag create in the HTML layout?
Highlight region
Header row
Hyperlink reference
Horizontal rule
In creating a website for a school project, Noah decides to use the h1 tag for the main heading of the page. What does the h1 tag represent in HTML?
No heading
Largest heading
Medium heading
Smallest heading
In creating a website for a school project, Aria decides to use the h6 tag for a section title. What does the h6 tag represent in HTML?
Smallest heading
Medium heading
Largest heading
No heading
Grace is working on a web project for her class. She wants to display a picture of the campus on her webpage. Which HTML tag should she use to provide the source reference for the image?
<link>
<input>
<img>
Arjun is building a personal website and wants to include a JavaScript file for interactivity. Which attribute should he use in the HTML <script> tag to specify the URL of his external JavaScript file?
src
href
type
script
