+1 (845) 317-8489 [email protected]

Learning Goal: I’m working on a html / css question and need guidance to help me learn.

Question 1:What does CSS stand for?

A) Creative Style SheetsB) Cascading Style SheetsC) Computer Style SheetsD) Colorful Style Sheets

Question 2:Which HTML tag is used to define a table row?

A) <tr>B) <td>C) <th>D) <table>

Question 3:Which CSS property is used to change the text color of an element?

A) colorB) background-colorC) font-colorD) text-color

Question 4:What is the purpose of the alt attribute in the HTML img tag?

A) It specifies the alternative text for an image.B) It sets the alignment of the image.C) It defines the source of the image.D) It controls the width and height of the image.

Question 5:Which CSS property is used to add spacing between the borders of an element?

A) marginB) paddingC) border-spacingD) border-collapse

Question 6:Which HTML tag is used to define an unordered list?

A) <ul>B) <ol>C) <li>D) <dl>

Question 7:What is the correct way to include an external CSS file in an HTML document?

A) <style src=”styles.css”>B) <link rel=”stylesheet” href=”styles.css”>C) <css src=”styles.css”>D) <script src=”styles.css”>

Question 8:Which CSS property is used to control the transparency of an element?

A) opacityB) visibilityC) displayD) background-opacity

Question 9:What is the purpose of the HTML <head> tag?

A) It defines the main content of the document.B) It contains metadata about the document.C) It defines a section of a web page.D) It specifies the title of the document.

Question 10:Which HTML tag is used to create a line break?

A) <br>B) <hr>C) <p>D) <div>