Write the HTML code to start a list with number 3. *
Answers
Answered by
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
Computer Science,
4 months ago
English,
4 months ago
Math,
4 months ago
World Languages,
8 months ago
History,
8 months ago
Science,
11 months ago
Chemistry,
11 months ago
Math,
11 months ago