InterviewSolution
Saved Bookmarks
| 1. |
Two HTML tags are given. They are <BODY>and <FONT>. Identify and write the attribute of each from the following list. (Size, Text, Link, Bgcolor, Color) |
|
Answer» The attributes of <BODY> tag are Text, Link and Bgcolor the attributes of <FONT> tag are size and color. |
|