CBSE PRACTICE QUESTIONS
Q1 HTML tag to draw horizontal line: a. <hl> b. <hr> c. <hline> d. None of the above Q2, The correct HTML code to display(P+Q) 2 is: a. <SUB>(P+) 2</SUB> b. P+Q <SUP> 2 </SUP> c. ( P + Q)<SUP> 2 </SUP> d. <SUP> (P+Q) 2</SUP> Q3. Which HTML tags cause browsers to render text as italics? a. <text style = “italics”></text> b. <ital.></ital.> c. <i></i> d. <b></b> Q4. Which attribute is NOT valid for the <body> tag? a. background b. color c. vlink d. bgcolor Q5. Which is the correct way to comment out something in HTML? a. Using ## and # b. Using <!-- and --> c. ...