InterviewSolution
Saved Bookmarks
| 1. |
Write the purpose of HTML. Distinguish between tag and tag. |
|
Answer» HTML is used to create web page(s). <P> tag is used to introduce a paragraph while <BR> tag is used to introduce a line break on a web page. Note: as paragraph tag and as line break tag to be accepted as difference |
|