Computer Science, asked by vaidehi5547, 8 months ago

Identify error(s) in the following HTML code and write the correct code. <OL Type = "a" Start = "d">​

Answers

Answered by itzankit21
4

Answer:

this coding is wrong because first we have to start from the basislc of the coding basic means the f

Answered by jchcdhjggdfjjgbjccc
12

Answer:

<OL> tag’s attributes should be placed in between <and>. In the <OL> list, the start attribute must be set to a numeric value and type attribute specifies ‘A’, ‘a’, T ‘i’ or ‘1’. So, the correct code is

<OL type=“a” start="4”>

Similar questions