Identify the error in the following HTML code and write the correct code.
a) <HR colored=blue width=60 size=10% >
b) <OL type=”a” start = “d”>
c) <UL style: square> <LI> Water Bottles<LI> Lunch Box <LI> Handkerchief </OL>
d) <BODY bgcolour= “ Pink”>
e) <P Align= Center>
Answers
Answered by
0
Explanation:
52 // integer literal
age // variable name
System.out.println("ABC"); // method call
"Java" // string literal
98.6D // double precision floating-point literal
89L // long integer literal
Similar questions