36.1k views
0 votes
Create and test an HTML document that describes nested ordered lists of cars. The outer list must have three entries: compact, midsize, and sports. Inside each of these three lists there must be two sublists of body styles. The compact- and midsize-car sublists are two door and four door; the sports-car sublists are coupe and convertible. Each body-style sublist must have at least three entries, each of which is the make and model of a particular car that fits the category. The outer list must use uppercase Roman numerals, the middle lists must use uppercase letters, and the inner lists must use Arabic numerals. The background color for the compact-car list must be pink; for the midsize-car list, it must be blue, for the sports-car list, it must be red. All styles must be in a document style sheet. Modify your index.html page to include a link to this page.

1 Answer

5 votes

Answer:

Check the explanation

Step-by-step explanation:

All website around the world/internet is a collection of different web pages, HTML can be referred to as the single most essential standard when it comes to web design, as well as it being the only one that’s enormously required or needed if you plan to create a web page.

to answer the question above, we will be creating an HTML document that describes nested ordered lists of cars, kindly check the attached images below to see the written codes to solve the question.

Create and test an HTML document that describes nested ordered lists of cars. The-example-1
Create and test an HTML document that describes nested ordered lists of cars. The-example-2
Create and test an HTML document that describes nested ordered lists of cars. The-example-3
User Pavel Reznikov
by
4.3k points