Computer Science, asked by monishaprakash2007, 3 months ago

which of the following cannot be used as the value for the type attribute of the <OL> tag?

A) <OL type="A" >
B) <OL type="one" >
C) <OL type ="I" >
D) <OL type ="a" >​

Answers

Answered by puneetdevman
4

Answer:

B

Explanation:

<OL type="one" > this cannot be used

HTML | <ol> type Attribute

The HTML <ol> type Attribute defines which type(1, A, a, I and i) of order you want in your list numeric, alphabetic or roman numbers.

Syntax:

<ol type="1 | a | A | i | I">

Attribute Values

   1: This is the default value. It defines the list items in decimal number.(1, 2, 3, 4 .).

   a: It defines the list items in alphabetically ordered lowercase letters .(a, b, c, d …)

   A: It defines the list items in alphabetically ordered uppercase letters.(A, B, C, D ..)

   i: It defines the list items in lowercase roman number order.(i, ii, iii, iv, v, vi …)

   I: It defines the list items in uppercase roman number order.(I, II, III, IV, V, VI ..)

<!DOCTYPE html>

<html>

<head>

<title>HTML ol type attribute</title>

</head>

<body>

<h1 style="color:green;">GeeksforGeeks</h1>

<h3>HTML ol Type attribute</h3>

<p>Type attribute</p>

<p>start attribute</p>

<ol type="1">

 <li>HTML</li>

 <li>CSS</li>

 <li>JS</li>

</ol>

</body>

</html>

Answered by 111168
0

Answer:

hi dud

Explanation:

you are studying in achariya school Pondicherry

you name is monesha I am also achariya

Similar questions