NEW
Font size
WorksheetsWeb Programming Essentials for Beginners
Total questions: 15
Worksheet time: 8mins
What does HTML stand for?
HighText Markup Language
HyperText Multi Language
HyperText Markup Logic
HyperText Markup Language
Which HTML tag is used to define an unordered list?
What is the purpose of the
tag in HTML?The
tag is used to display the main content of the page.The
tag is used to contain meta-information about the HTML document.The
tag is used to define the layout of the webpage.The
tag is used to create hyperlinks to other pages.What is responsive web design?
A way to increase website loading speed
A method for optimizing images
A technique for creating mobile apps
Responsive web design is a method that allows websites to adjust their layout and content based on the screen size and device used.
Which CSS property is used to change the background color?
background-style
color-background
background-color
bg-color
What does CSS stand for?
Creative Style Sheets
Cascading Style System
Computer Style Sheets
Cascading Style Sheets
What tool can be used to inspect HTML and CSS in a web browser?
Developer Tools
HTML Validator
Web Server
CSS Preprocessor
What is the purpose of a wireframe in the design process?
To gather user feedback on color schemes and fonts.
To create a detailed visual representation of the final product.
The purpose of a wireframe is to outline the structure and layout of a design.
To define the marketing strategy for the product.
What is the difference between padding and margin in CSS?
Margin is used for text alignment.
Padding is inside the element, margin is outside the element.
Padding is the space between elements.
Padding and margin are the same thing.
What is a CSS framework?
A CSS framework is a type of HTML document.
A CSS framework is a tool for managing server-side code.
A CSS framework is a JavaScript library for animations.
A CSS framework is a library of pre-written CSS code that helps in designing websites more efficiently.
What does the term 'mobile-first design' mean?
An approach that focuses only on tablet design
A method that ignores mobile devices entirely
Mobile-first design is an approach that prioritizes designing for mobile devices before larger screens.
Designing exclusively for desktop screens first
Which HTML tag is used to define a table?
