Computer Science, asked by aashi525, 6 months ago

Tags are special codes in an HTML document and they are markedwith curly brackets.


True

False​

Answers

Answered by sourasghotekar123
0

Answer:

The answer is false.

Tags are special codes in HTML marked with angular<> backets

Explanation:

The following information about HTML tags (plus some information about XHTML tags):

All that exists on a website is text. Use any text editor to examine or modify the source code.

Web browsers are given information about a web page via "tags," such as where to display graphics and the document's structure.

Angle brackets are used to encompass tags at all times: >.

Tags are made up of characteristics and elements. A heading, paragraph, or image is an example of an element, and an element's attributes are its defining characteristics (such as width and height).

Tags frequently move in pairs. A chunk of page content is introduced with an opening tag and concluded by a closing tag. For instance, to highlight a portion of If you wanted to format the content as a paragraph, you would use a beginning paragraph tag.

(Closing tags usually come after the element after a slash.)

Some tags are referred to as non-container tags since they exist independently of any content. Line breaks and graphics are two examples. Even though they are not container elements, all open tags must be closed in XHTML, which is a stricter standard than HTML. Non-container tags therefore end in />. The tag for a line break, for instance, is. Although this requirement is not present in HTML, it is a good habit to develop in case you ever need to code in XHTML.

While XHTML requires all tags to be capitalized, HTML tags are not case sensitive.

See more:

https://brainly.in/question/24140168

#SPJ1

Similar questions