Basics of Web Design: HTML5 & CSS3 (3rd Edition)
Basics of Web Design: HTML5 & CSS3 (3rd Edition)
3rd Edition
ISBN: 9780133970746
Author: Terry Felke-Morris, Terry Morris
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 5, Problem 1RQ
Program Description Answer

The “list-style-type: square” is used to configure an unordered list element with a square list marker.

Hence, the correct answer is option “B”.

Expert Solution & Answer
Check Mark

Explanation of Solution

Unordered list:

The HTML tag <ul> defines an unordered list. The <li> tag is used to create unordered lists within the <ul> tag.

Unordered list markers using CSS:

The default display for an unordered list is “bullet” and it will display in front of each list item; but using CSS, the markers of an unordered list can be configured using “list-style-type” property.

  • One of the properties of CSS list marker is “list-style-type: square”. It is used to configure an unordered list element with a square list marker.

Consider the following example CSS code for making square list marker as follows:

ul { list-style-type: square; }/*making unordered square list marker*/

Explanation for incorrect options:

a)

list-bullet: none;

The “list-bullet: none;” is not a property for CSS unordered list marker, used to configure a square list marker.

Hence, the option “A” is wrong.

b)

list-style-image: square;

The “list-style-image: square;” property is used to configure an image in front of each list item and it required image url using url keyword.

Hence, the option “C” is wrong.

c)

list-marker: square;

The “list-marker: square;” is not a property for CSS unordered list marker to configure a square list marker.

Hence, the option “D” is wrong.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
File Edit Shell Debug Options Window Help tions & Lists\Lab 4 Solution.py Enter the current date in the format m/d/yyyy: 10/12/2021 Name Age Season born Leap year? James B W Bevis Henry Bemis Romney Wordsworth Osborne Cox Somerset Frisby Revis Jacara Bartlet Finchley Penthor Mul Walter Bedeker Clegg Forbes Jeremy Wickwire Luther Dongle Klim Dokachin Archibald Beechcroft Oliver Crangle Agnes Grep William Feathersmith Kalin Tros Clovis Bagwell Wallace V Whipple Jeff Myrtlebank Latham Bine Jim Pembry ———- 78 13 9 32 11 86 19 192IN 93 25 17 21 43 46 30 67 7 54 65 827 ∞8T8 ONONG 18 82 20 72 29 Average age of contact is 40 fall summer summer winter fall winter fall spring spring spring winter summer fall summer spring fall winter winter summer spring summer winter spring No Yes Yes No No No No Yes Yes Yes No No No No No No No No No No No No Yes
According to the text's specifications, a collection is a list. True False
An item in a list has another .synonyms, which is index True O False O baython
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education