Computer Science, asked by 123456913jan, 1 year ago

all html tag are enclosed in

Answers

Answered by nagalakshmi80803
11
Most HTML tags come in pairs, an opening and closing set. The text to be formatted by the tags is written between the pair. It is essential for both tags to be present for the document to work correctly. All tags are enclosed in left and right angle brackets (<) and (>). Closing tags are preceded by a backslash (/). The tags are not case sensitive though you may wish to keep paragraph related tags in uppercase and phrase/word related tags in lower case inorder to distinguish them more easily when scanning your file.
Answered by adalixyz
7
Most of the HTML tag will be closed with ( / ) .
Similar questions