Q:
Which two elements should be added to the html element to make the structure of an HTML document?
Q:
When using the anchor tag , which attribute determines where the hyperlink links to?
Q:
When adding an image to a web page, which of the following is the correct HTML tag?
Q:
How many columns exist on the following HTML table? Falafel $10.00 Pasta Salad $12.00 Dessert $8.00
Q:
When an HTML form is submitted to a web server, which HTTP methods can be used? Select all that apply.
Q:
For the following HTML code, which CSS selectors can be used to select the h1 element? Select all that apply. Welcome
Q:
In the following CSS code, what is the color: purple; part known as? h1 { color: purple;}
Q:
Based on the following CSS, what will be the margin-box width for div elements? div { width: 10px; padding-left: 5px; padding-right: 5px; margin-left: 5px; margin-right: 5px;}
Q:
True or false. In document flow, block-level elements always start on a new line.
Q:
Based on the following CSS code, how will the text be aligned for the p element? p { text-align: justify;}
Subscribe
0 Comments
Find Questions in This Page: "CTRL+F"