What does the <li> HTML tag stand for?
The _________ tag is used to group footer content in an HTML table.
Which of the following is not a property of the Map() object?
Which of the following properties in CSS is used to change the text color of an element?
_____________ defines a group of content that should be used as a figure and may be labeled by a legend element.
Which CSS property determines whether the table cells share a common or separate border?
The ___________ CSS pseudo-class represents any <input> or other <form> element whose contents fail to validate.
How can you create a circular image using CSS?
The border-block-start CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.
In a web server, ten WebPages are stored with the URLs of the form http://www.yourname.com/var.html; where, var is a different number from 1 to 10 for each Webpage. Suppose, the client stores the Webpage with var = 1 (say W1) in local machine, edits and then tests. Rest of the WebPages remains on the web server. W1 contains several relative URLs of the form “var.html” referring to the other WebPages. Which one of the following statements needs to be added in W1, so that all the relative URLs in W1 refer to the appropriate WebPages on the web server?