Computer Science, asked by taranvirsingh113, 9 months ago

html tag are enclosed in () braces . (True / False )​

Answers

Answered by nikitasingh79
1

Html tags are enclosed in () braces is FALSE.

Explanation:

HTML TAGS:

A tag is an HTML command that controls the structure and appearance of the web page created.

The tags are always enclosed within angular brackets, < and >.

For e.g  <TITLE>, <HEAD>, <FONT> etc.

HTML tags are of two types:

Non-Empty or Container Tags:

Non-empty tags require an opening tag and a closing tag.

Opening tags are written with angular brackets, and closing tags are written within the angular brackets, with a slash / before the command.

For example:

<TITLE> Creating a web page </TITLE>

Empty Tags:

Empty tags that do not require a closing tag.

These tags are also written within angular brackets. For example: <HR>, <BR>.

Some more information:

  • HTML (Hyper Text Markup Language) is used to create web pages.
  • There are two kinds of HTML editors: WYSIWYG editors and text editors.
  • The <HTML> tag indicates that the document has been written in HTML.
  • The <TITLE> tag gives a title to the HTML document.
  • The <HEAD> tag is used to give the web page's heading.
  • The <BODY> tag contains the body of the web page.
  • The <Hn> tag adds a heading to a web page.
  • The <P> tag is used to add paragraphs.
  • The <BR> tag is used to begin a new line.

.

Learn more on Brainly:

HTML tags are enclosed in { } braces./HTML true or false

https://brainly.in/question/23493323

HTML stands for _______________

https://brainly.in/question/6419528

#SPJ3

Similar questions