----- tag is used to create body text in HTML.
Answers
Answered by
0
Q) Which tag is used to create body text in HTML?
A. <HEAD>
B. <TEXT>
C. <TITLE>
D. <BODY>
Option( D ) <BODY> text is used to create body text in HTML.
- HTML is the language that is used for creating attractive web content.
- The HTML language can be used with other technologies like cascading style, scripting languages, etc.
- To display the metadata in the HTML the <head> tag is used.
- To present a single line of text on a web page the <text> tag is used.
- <title> tag used when to give HTML document a title.
- The body of the HTML or the main content in the HTML document includes in the body tag.
Answered by
0
Answer:
<body> tag is used to create body text in HTML.
Explanation:
HTML is the language used to create visually appealing web content. HTML can be combined with other technologies such as cascading style sheets, scripting languages, and so on.
Uses of HTML tags:-
- The <head> tag is used to display metadata in HTML.
- The <text> tag is used to display a single line of text on a web page.
- The <title> tag is used to give the title of an HTML document.
- The <body> tag contains the body of the HTML or the main content in the HTML document.
#SPJ3
Similar questions