Computer Science, asked by deepaksindhi78, 8 months ago

which list defines the order of the document​

Answers

Answered by BrainlyPrince727
3

HTML offers authors several mechanisms for specifying lists of information. All lists must contain one or more list elements. Lists may contain :-

  • Unordered information.  
  • Ordered information.  
  • Definitions.

Thanks me

Mark me as brainliest :-)

Rate my answers ;)

Answered by muhammadanaf2623
1

Answer: HTML

EXPLANATION:

HTML offers authors several mechanisms for specifying lists of information. All lists must contain one or more list elements. Lists may contain:

Unordered information.

Ordered information.

Definitions.

The previous list, for example, is an unordered list, created with the UL element:

<UL>

<LI>Unordered information.

<LI>Ordered information.

<LI>Definitions.

</UL>

An ordered list, created using the OL element, should contain information where order should be emphasized, as in a recipe:

Mix dry ingredients thoroughly.

Pour in wet ingredients.

Mix for 10 minutes.

Bake for one hour at 300 degrees.

Similar questions