NEW
Font size
WorksheetsLecture 3 - IT 1020SEF
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
HyperText Markup Language
HyperTool Markup Language
HyperTransfer Markup Language
HighText Markup Language
What is the purpose of the <body> tag in HTML?
To contain metadata
To display the contents of the webpage
To specify CSS styles
To store JavaScript functions
Which of the following is an example of an HTML self-closing tag?
<div>
<h1>
<p>
<img>
What attribute is used with the <a> tag to create a hyperlink?
src
href
name
link
What is CSS primarily used for?
To structure web content
To add styles to HTML elements
To create hyperlinks
To add metadata to a webpage
Which HTML tag is used to define a table in HTML?
<table>
<tr>
<td>
<th>
Which of the following is NOT a correct characteristic of HTML?
HTML is a programming language
HTML is used to structure content on a webpage
HTML uses nested tags
HTML allows adding links to other documents
Which tag is used to define a paragraph in HTML?
<div>
<h1>
<p>
<span>
A programming language used to create HTML elements
A programming language used to create HTML elements
A tree-like structure that represents the HTML document and its elements
A tool used to style HTML pages
A type of server used to host HTML documents
Which of the following best describes an HTML attribute?
A comment that explains the purpose of an element
A property added to an HTML tag to provide additional information or behavior
A tag that defines the structure of a webpage
A type of media element embedded in HTML
