NEW
Font size
WorksheetsHTML, CSS and Java Script
Total questions: 10
Worksheet time: 5mins
Which language is responsible for defining the content, text, images, and links of a website?
HTML
CSS
JavaScript
Python
Which language adds styling to a website, including colors, fonts, and content positioning?
HTML
CSS
JavaScript
Java
Which web browsers translate HTML, CSS, and JavaScript into visual webpages?
Firefox and Chrome
Internet Explorer and Safari
Opera and Edge
All web browsers
Which language is responsible for outlining the colors, fonts, and positioning of content?
HTML
CSS
JavaScript
Java
What is the purpose of HTML in web development?
It is used for adding interactivity to the website
It is used for defining the structure and layout of web content
It is used for adding styling to the website
It is used for backend programming
Which language is used for adding interactivity to a webpage?
HTML
CSS
JavaScript
Python
JavaScript is used to make websites respond to user interaction.
True
False
CSS is reusable.
True
False
To add an image in HTML we use the tag ________
<img src>
<img scr>
<image scr>
None of the above
HTML is a __________ language
programming
markup
scripting
None of the above
