KnowledgeBoat Logo
|

Computer Applications

Which of the following is the correct way to create a list using the lowercase letters ?

  1. <ol alpha = a">
  2. <ol type = "a">
  3. <ol letter = "a">
  4. None of the above

HTML Intro

1 Like

Answer

<ol type = "a">

Reason — The type attribute of <OL> tag sets the actual numbering style of an ordered list.

Answered By

1 Like


Related Questions