NEW
Font size
WorksheetsHTML & CSS Quiz
Total questions: 50
Worksheet time: 25mins
What does HTML stand for?
Hyper Text Markup Language
High Text Machine Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Which HTML tag is used to define an internal style sheet?
How do you insert a comment in HTML?
// this is a comment
/* this is a comment */
# this is a comment
Which attribute is used to define inline styles in HTML?
class
style
styles
font
What is the correct syntax for adding a background color in CSS?
background-color: red;
color-background: red;
bg-color: red;
background: color red;
Which CSS property is used to change text color?
font-color
text-color
color
text-style
How do you make text bold in CSS?
font-weight: bold;
text-bold: true;
bold: yes;
font-style: bold;
What does the z-index property control in CSS?
The position of an element
The visibility of an element
The stacking order of elements
The font size of text
Which HTML tag is used for creating an ordered list?
Which CSS property is used to control the spacing between lines of text?
line-height
spacing
text-indent
margin-top
What is the correct way to link an external CSS file in HTML?
Which CSS property makes an element invisible but still takes up space?
display: none;
visibility: hidden;
opacity: 0;
none of the above
What is the default position property of an HTML element?
relative
absolute
static
fixed
In HTML, which input type is used for a password field?
text
password
secure
hidden
Which CSS property is used to create rounded corners?
border-style
corner-radius
border-radius
round-corner
What is the correct HTML tag for inserting a line break?
Which HTML element is used to define the footer of a document?
How can you center a div using CSS?
margin: auto;
text-align: center;
align: center;
center: yes;
Which of the following is NOT a valid CSS unit?
px
em
pt
sec
Which of the following is the correct way to add a background image in CSS?
background: url("image.jpg");
bg-image: "image.jpg";
background-image: "image.jpg";
img-background: url("image.jpg");
Which of the following is NOT a valid CSS property?
font-size
padding
border-width
text-spacing
What is the default value of the position property in CSS?
absolute
relative
static
fixed
Which HTML element is used for the largest heading?
How do you make a list that displays items with numbers?
Which CSS property controls the space between elements?
spacing
margin
padding
gap
What is the correct HTML tag to emphasize text?
Which HTML tag is used to display data in a tabular format?
29. How can you apply a style to all elements? a) p { color: red; } b) .p { color: red; } c) #p { color: red; } d) p-style { color: red; } 30. What does float: left; do in CSS? a) Moves the element to the left side of the screen b) Makes the element float over others c) Removes the element from the document flow d) Aligns text to the left 31. Which of the following CSS properties is used to make text uppercase? a) font-transform b) text-transform c) text-case d) uppercase 32. How do you create a checkbox in HTML? a) b) c) d) 33. Which CSS property is used to increase or decrease the size of an element? a) resize b) scale c) transform d) width 34. Which tag is used to embed a video in HTML? a) b) c) d) 35. How do you add a border to an element in CSS? a) border: 1px solid black; b) border-width: 1px; c) border-style: black solid; d) border-color: 1px black solid; 36. What does overflow: hidden; do in CSS? a) Hides content that overflows its container b) Expands the container to fit content c) Makes the content scrollable d) None of the above 38. How do you make an element disappear but still occupy space? a) display: none; b) visibility: hidden; c) opacity: 0; d) overflow: hidden; 39. What is the default font size in most web browsers? a) 12px b) 14px c) 16px d) 18px 40. Which CSS property is used to set the text alignment? a) text-align b) align-text c) text-style d) text-position 42. Which of the following is NOT a valid border style? a) dotted b) groove c) double d) filled 43. Which tag is used to define a navigation menu in HTML5? a) b) c) d) 44. How do you specify a flex container in CSS? a) display: flex; b) position: flex; c) flex: container; d) container-flex: true; 45. Which of the following CSS pseudo-classes selects an element only when the user hovers over it? a) :focus b) :hover c) :active d) :checked 46. What is Bootstrap? a) A programming language b) A CSS framework c) A JavaScript library d) A web browser 47. Which Bootstrap class is used to create a responsive grid? a) .grid-container b) .container-fluid c) .flex-grid d) .grid-responsive 48. What Bootstrap class is used to create a button? a) .btn b) .button c) .btn-class d) .bttn 49. Which Bootstrap class is used to make an image responsive? a) .img-responsive b) .responsive-img c) .img-fluid d) .img-resize 50. In Bootstrap, which class is used to create a navigation bar? a) .nav-bar b) .navbar c) .navigation d) .menu-bar Reset Similar Resources on Wayground50 questions Propiedades de los Sistemas U2 Worksheet • University 50 questions Round 1 STARBURST START Worksheet • University 50 questions React Quiz Worksheet • University 55 questions PRESSURE CHANGE MEASUREMENT TESTING METHOD I Worksheet • 7th Grade - University 45 questions CHƯƠNG 21: METEOROLOGICAL SERVICES FOR AVIATION Worksheet • University 47 questions BANCO DE PREGUNTAS MARCOS DE DESARROLLO II Worksheet • University 48 questions GIGA QUIZ 50 PYTAŃ MME Worksheet • University 50 questions M4- Electronics Fundamentals Worksheet • University |
