Computer Science, asked by amlankumarghada6899, 11 months ago

___________ Tag is used to define the elements of a list.

Answers

Answered by DMani3
3
<li> and </li> tag are used..
Answered by amitnrw
0

Answer:

<li>

Explanation:

<li>  Tag is used to define the elements of a list.

The type attribute of the <ol> tag, defines the type of the list item marker:

Type  Description

type="1"  The list items will be numbered with numbers (default)

type="A"  The list items will be numbered with uppercase letters

type="a"  The list items will be numbered with lowercase letters

type="I"  The list items will be numbered with uppercase roman numbers

type="i"  The list items will be numbered with lowercase roman numbers

HTML - Hyper Text Mark up Language

Hypertext Markup Language (HTML) is the standard markup language for

documents designed to be displayed in a web browser.

It can be assisted by technologies such as Cascading Style Sheets (CSS) and

scripting languages such as JavaScript.

There are some WYSIWYG editors (What You See Is What You Get),

in which the user lays out everything as it is to appear in the HTML document

using a graphical user interface (GUI), often similar to word processors.

Similar questions