Computer Science, asked by Bhaieab4509, 8 months ago

Write the HTML code to start a list with number 3. *

Answers

Answered by Anonymous
1

QUESTION:

Write the HTML code to start a list with number 3.

ANSWER:

<Html>

<Head>

<title>ordered list </title>

</head>

<body>

<OL start = " 3">

<LI> x </LI>

<LI> Y </LI>

<LI> Z </LI>

</OL>

</BODY>

</Html>

Additional information :

We use here ordered list because list starts with numbers not with symbol or bullets.

HTML stand for Hypertext Markup Language.

Html is a high level language.

Html is not a case sensitive language that is we can use any case while writing code.

Html used predefined tags.

plz Mark as brainliest

Similar questions