Saved Bookmarks
| 1. |
Given below is a code.<message> <text>Hello, world! </text></message>Which language is used to write the above code ? What are <message>, </message>, <text> and </text> ? |
|
Answer» HTML(Hyper text Markup Language) is used to write the above code. <message>,</message> <text> and </text> are predefined tags of the HTML language. |
|