write the uses of following
tags
a) <html> b) <title> c) <body> d)<bt> d) <sub>
Answers
Answer:
this will not work
Explanation:
Answer:
<html>
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
<title>
A title tag is an HTML element that specifies the title of a web page. Title tags are displayed on search engine results pages (SERPs) as the clickable headline for a given result, and are important for usability, SEO, and social sharing.
<body>
The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body> element in an HTML document.
<bt>
The Bachelor of Technology (bt) in computer science at Charleston Southern University is a full four-year degree combining a liberal arts education with a cognate of mostly junior/senior professional courses that prepare the individual to enter the job market at the bachelor degree level. (e.g., computer technology, telecommunications management or engineering technology).
<sub>
The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2O. Tip: Use the <sup> tag to define superscripted text.