Bank. Exam Study Guide –
Practice Questions with
Answers. GRADED A+. Latest
2026/2027 Update.
You are trying to build a set of rules for an element named productList that
happens to be a table. The rules must be as follows:-The table width will be
50% of the screen width and will adjust based on the screen width.-The table
width cannot exceed 800 pixelsWhat is the correct answer to set the width of
the table? - Ans✔✔-width:50%
The paragraph will have the Georgia font - Ans✔✔-False
1: Text Decoration
2: Font-Weight
3: Font-Style - Ans✔✔-1: Underline
2: Bold
,3: Italic
The paragraph will have a color of steelblue. - Ans✔✔-True
You have a web page with that includes the following HTML code in the <head>
section. What will be the background color of the text "New Items"? - Ans✔✔-
Light Green
What is the correct answer to make sure the table does not exceed 800 pixels
in width? - Ans✔✔-max-width: 800px
What is the correct ID? - Ans✔✔-#productlist
You are in the process of building a style sheet. You want to make sure that
paragraphs inside of articles have a beige background. Using the drop-down
arrow, choose the correct syntax for the line of code to make this happen. -
Ans✔✔-article>p {background-color: beige;}
You have an image of a kazoo in the images folder, inside the folder of the
current webpage, to display on a webpage. You want to make sure that if for
some reason the kazoo does not display, the word kazoo does display. Using
the drop-down arrows, complete the HTML code needed to display the picture
and, if necessary, text. - Ans✔✔-<img src= "images/kazoo.jpg" alt="kazoo">
You are a member of a web development team building a style sheet. You want
to indicate to the rest of your team members the hexadecimal color of the
color chosen for the body text, but without including that as an actual
property. In the blank area, choose the appropriate code to indicate that
message to your team - Ans✔✔-/* indigo is #4B0082 in hexadecimal code */
, 1: Internal
2: Inline
3: External - Ans✔✔-1: A sales page needs to have a lightgray background, and,
as a result, its text needs to be in dark gray.
2: An address tag at the bottom of a new items page needs to have a color of
dark magenta. No other address tags need formatting.
3: The body tag needs to have the Segoe UI font throughout the entire website
Setting the body element to have a font of Segoe UI will ensure every device
that views the website will see that font. - Ans✔✔-False
1: ID
2: Class
3: Element
4: Pseudo-Class - Ans✔✔-1: A style indicator used once per webpage.
2: A style indicator used on any HTML tag
3: A style indicator used on a specific HTML tag
4: A style indicator used for a specific behavior
1: src
2: alt
3: img - Ans✔✔-1: Defines the location of a picture
2: Used to display text when a picture does not load properly
3: HTML tag used to display a picture