Computer Science, asked by gurjotsingh43, 11 months ago

list the tags that form the basic structure of an HITNI document


fanoffootball7: it is HITNI or HTML
gurjotsingh43: HTML

Answers

Answered by royalsachin16nov2004
0

HTML Tags

The most important characters in HTML are:

1 -- angle brackets (< >), which enclose HTML codes, and

2 -- the forward slash (/), which is used to "close" HTML expressions

HTML tags enclose the elements or sections of the web page they're intended to affect. Tags are differentiated -- and hidden -- from the content of the web page by the presence of angle brackets, i.e., < >. If I wanted to bold the word HTML in code it would look like <b>HTML</b>, or <strong>HTML</strong>

Note that tags affecting a section of the text must be closed. This means adding a forward slash (/) before the tag is repeated at the end of the section, e.g., </p>

Similar questions