InterviewSolution
Saved Bookmarks
| 1. |
What Is A Tag? |
|
Answer» In HTML, a tag tells the browser what to do. When you write an HTML page, you enter tags for many REASONS -- to change the APPEARANCE of text, to show a GRAPHIC, or to make a link to another page. In HTML, a tag tells the browser what to do. When you write an HTML page, you enter tags for many reasons -- to change the appearance of text, to show a graphic, or to make a link to another page. |
|