InterviewSolution
Saved Bookmarks
| 1. |
3. Container tags are HTML tags that have start tags and end tags. is this is true or false |
|
Answer» Most HTML elements or components are containers, meaning they have a start tag and an end tag. The text enclosed WITHIN the tags follows the tag's instructions. In the FOLLOWING example, the CONTAINER tags make the enclosed text italic: The WEATHER is gorgeous today.Explanation: |
|