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
Math,
4 months ago
Physics,
4 months ago
Social Sciences,
4 months ago
World Languages,
9 months ago
History,
9 months ago
Science,
1 year ago
Chemistry,
1 year ago
Math,
1 year ago