Font size
WorksheetsHTML Basics Worksheet
Total questions: 27
Worksheet time: 13mins
What does HTML stand for?
Hyperlinks and Text Markup Language
Home Tool Markup Language
Hyper Text Markup Language
Hyperlinks Text Making Language
What attribute is used to provide an image URL?
link
href
src
url
HTML files are saved with which extension?
.htl
.html
.xml
.htx
Which attribute specifies an inline style?
font
style
class
design
Which tag is used for comments?
// comment
/* comment */
Which attribute is used to make a field mandatory in a form?
must
required
need
mandatory
Which tag is used to create a hyperlink?
link
url
anchor
href
What does HTML stand for?
HyperText Markup Language
HyperText Markup Code
HighText Markup Language
HyperText Multi Language
What does the acronym MERN stand for?
MongoDB, Express.js, React, Node.js
MongoDB, Express.js, Vue.js, Node.js
MongoDB, Angular, React, Node.js
MySQL, Express.js, React, Node.js
What is React primarily used for?
Designing network protocols
Managing database connections
Building user interfaces
Creating server-side applications
What is the purpose of a web server?
The purpose of a web server is to store, process, and deliver web content to clients.
A web server is designed to run operating system updates.
The purpose of a web server is to manage user accounts.
A web server is used to create software applications.
What is the difference between RAM and ROM?
RAM is used for permanent storage; ROM is used for temporary storage and is volatile.
RAM is volatile and used for temporary storage; ROM is non-volatile and used for permanent storage.
RAM and ROM are both volatile and used for temporary storage.
RAM is non-volatile and used for permanent storage; ROM is volatile and used for temporary storage.
What programming language is primarily used for web development?
Python
JavaScript
Ruby
Java
What is the significance of the 'alt' attribute in an tag?
The 'alt' attribute is used to link images to other web pages.
The 'alt' attribute specifies the image size and dimensions.
The 'alt' attribute enhances image quality and resolution.
The 'alt' attribute describes the image for accessibility and provides fallback text.
What are the three foundational coding languages of the internet?
HTML, CSS, and JavaScript
Python, Java, and C++
French, Dutch, and German
Firefox, Chrome, and Internet Explorer
Which language is used for adding interactivity to a webpage?
HTML
CSS
JavaScript
Python
Email stands for:
Everywhere Mail
Express Mail
Electronic Mail
External Mail
What does RAM stand for?
Read Any Memory
Random Access Memory
Remote Access Machine
Required Access Module
A web document must have which of the following tags?(multiple choice qn)
<html>
<body>
<p>
<img>
<head>
Which tag is used to add an image?
<image>
<img>
<<img>>
</image>
To make your site available to anyone with access to the web, you need to copy the files to a web _______, which is a computer optimized to store and share the documents and that has an extremely high-speed Internet connection.
portal
server
publisher
client
When creating a closing tag the opening angle bracket is followed by a(n) ___________.
? (question mark)
/ (slash)
! (exclamation point)
# (number symbol)
Which of the following built-in tags do not require a closing tag?
<a>
<form>
<img>
<table>
Which tag is used to create a hyperlink in HTML?
<a>
<link>
<href>
<url>
Where does the <title> tag appear on web page?
URL
At the top of a web page
In the browser tab
At the bottom of a web page
Which tag is where the web page content is placed?
<html>
<head>
<body>
<title>
