InterviewSolution
Saved Bookmarks
| 1. |
Write a explanation of the following tags used in HTML ,,, |
|
Answer» HTML tags contain THREE main parts: opening tag, CONTENT and closing tag. But some HTML tags are unclosed tags. When a web BROWSER READS an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and RENDER their properties. |
|