What is the default font size of HTML?
Which of the following is not a tool to build responsive websites?
Which of the following applications/software can be used to create a favicon?
The _____ attribute specifies the width (in characters) of an input field in HTML forms.
How to resize a background image in CSS?
The _________________ CSS property sets the line style of an element's left border.
The @media rule makes it possible to define different style rules for different media types in the same stylesheet.
What happens if the height and width of a video are not set while the video loads?
Which CSS is to be added to display the following div element:
div {
height: 500px;
width: 500px;
background: #04aa6d;
}
Which is the shorthand way of writing the CSS code:
margin-top: 10px;
margin-right: 20px;
margin-bottom: 30px;
margin-left: 40px;