Computer Science, asked by guptaraj805, 7 months ago

Q. Consider the following HTML code given below and identify the errors.

<HTML><BODY>

<UL type = “bullet”>

<LI> Apple

<LI> Mango

<LI> Orange </UL></BODY></HTML>

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
16

\mathtt{\huge{\underline{\red{Incorrect:-}}}}

<HTML><BODY>

<UL type = “bullet”>

<LI> Apple

<LI> Mango

<LI> Orange </UL></BODY></HTML>

\mathtt{\huge{\underline{\green{Correct:-}}}}

<HTML>

<HEAD>

<TITLE> Javatechig | List Example </TITLE>

</HEAD>

<BODY>

<H1> Fruits </h1>

<ol>

<LI> Apple

<LI> Mango

<LI> Orange

</UL>

</BODY>

</HTML>

________________________________

Here, The <ul> tag defines an unordered (bulleted) list. The <ul> tag together with the <li> tag to create unordered lists.

Answered by MasterMindGirl10
13

{\huge{\purple{\underline{\underline{\bf{\pink{\mathfrak{Incorrect:-}}}}}}}}

<HTML><BODY>

<UL type = “bullet”>

<LI> Apple

<LI> Mango

<LI> Orange </UL></BODY></HTML>

\mathtt{\huge{\underline{\green{Correct:-}}}}

<HTML>

<HEAD>

<TITLE> Javatechig | List Example </TITLE>

</HEAD>

<BODY>

<H1> Fruits </h1>

<ol>

<LI> Apple

<LI> Mango

<LI> Orange

</UL>

</BODY>

</HTML>

________________________________

Here, The <ul> tag defines an unordered (bulleted) list. The <ul> tag together with the <li> tag to create unordered lists.

&lt;marquee&gt;Thanks❤️&lt;/marquee&gt;

Similar questions