Computer Science, asked by dhruvi5790, 5 months ago

give ful form and explain them

<html>
<head>
<title>
<body>
<ul>
<ol>
</html>
<bg>
<b>
<p>
<f>
<tr>
</bg>
</ol>
<td>​

Answers

Answered by tabassumtamanna777
1

Answer:

<html> HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).

<head> The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. Metadata is data about the HTML document. Metadata is not displayed. Metadata typically define the document title, character set, styles, scripts, and other meta information.

<title> A title is one or more words used before or after a person's name, in certain contexts. It may signify either generation, an official position, or a professional or academic qualification. In some languages, titles may be inserted between the first and last name. Some titles are hereditary.

<body> noun, plural bod·ies. the physical structure and material substance of an animal or plant, living or dead. a corpse; carcass. the trunk or main mass of a thing: the body of a tree. ... the physical structure of a human being or animal, not including the head, limbs, and tail; trunk; torso.

<ul> Underwriter Laboratories

Underwriter LaboratoriesUL stands for Underwriter Laboratories, a third-party certification company that's been around for over a century. UL was founded in 1894 in Chicago. They certify products with the aim to make the world a safer place for both workers and consumers.

<ol> Usage. The ol element is used to define an ordered list. This is a list where each list item is preceded by a numerical or alphabetical identifier (as opposed to an unordered list, ul , which has list items preceded by bullet points).

</html> Hypertext Markup Language

Hypertext Markup LanguageStands for "Hypertext Markup Language." HTML is the language used to create webpages. "Hypertext" refers to the hyperlinks that an HTML page may contain. ... doctype html>" means the page is written in HTML5.

<bg> Remove Image Background: 100% automatically – in 5 seconds – without a single click – for free.

have a nice day and love you all......

Answered by divyanshshyam71411
1

<html>

This tag marks the beginning of an html document.

<Head>

It includes title tag.

<title>

Title of the document is written in this.

<title>marks the starting and </title> marks the ending of this tag.

<body>

All the main content of the document is included in body tag.

<ul>

Unordered list tag. It is used to make a list with bullets.

<ol>

Ordered list tag. This tag is used to make a list with numbers.

</html>

It marks the ending of a html document.

<bg>

This tag is used to add background colour to a document.

<b>

It is used to make the text bold.

<p>

It is paragraph tag. It is used to decide the alignment of the text.

<tr>

It is table row. Used to add rows to a table in a html document. <tr> marks the beginning and </tr> marks the ending of table tag.

</bg>

It is used to close the background colour tag.

</ol>

It is used to close an ordered list.

<td>

This is table data tag. This is used to add data to a table, tags like, <tr>, <tc> are used within this tag.

I have typed a lot...

Mark Me BRAINLIEST plzzz plzzz plzzz

Similar questions