Q. The attribute 'alt' in HTML's <img>
tag is used for:
Mark the correct option.
.
Q. Which HTML tag is used to define a column as heading:
Q. Which HTML tag is used to define content to be displayed if JavaScript is disabled in a web browser?
Q. Which attribute of the anchor tag can be used to specify an iframe to reload a new URL in the specified iframe:
Q. Fill in the blank: The HTML 4 tag <acronym>
is __________ in HTML 5.
Q. HTML 5 <svg>
tag can be used to draw a rectangle, how?
Q. When we create a table using HTML’s <table>
tag, the default border is double border. Using which CSS property can we change it to single border:
Q. To change the shape of the list item marker for list items to square, which CSS property should be used:
Q. If the following CSS property is applied to any HTML element, then the top, bottom, left and right property will have no affect on it:
Q. For a <div>
tag having multiple <p>
tags inside, how can we apply CSS style to all of its immediate <p>
children:
Q. Which CSS 3 property is used to define rules for animation for any HTML element:
Q. Which CSS 3 property is used for using web fonts to set a font family for any HTML element:
Q. How can we make a webpage adjust its view as per the screen size of the device to make the webpage’s design responsive?
Q. The following CSS styling specifies which of the following:
[class*="row-"] {
background-color: cyan;
}
Q. Which CSS property out the properties specified below has no impact on the box model?