Saved Bookmarks
| 1. |
Write the purpose of HTML. Distinguish between <P> tag and <BR> tag. |
|
Answer» HTML is used to define the layout and attributes of a WWW (world wide web) document as well as to create link between web pages. <P> tag is used to separate our text by paragraphs, while <BR> tag is used to insert a line break. |
|