KnowledgeBoat Logo
|

Computer Studies

What is meant by HTML tags?

HTML Intro

39 Likes

Answer

Tags are special codes in an HTML document. They are marked by angle brackets (< and >) which are understood by the web browsers.

Syntax:

<tag name>String of text</tag name>

Answered By

22 Likes


Related Questions