CBSE Class 10 Computer Applications Question 94 of 125

HTML II — Images, Links and Tables — Question 8

Back to all questions
8
Question

Question 8

Write the HTML code to create the following indentation effect :

Apple pie,
pudding,
and pancake,
All begin with an A.
Answer
Apple pie, <BR>  
pudding, <BR>
and pancake, <BR>
All begin with an A.