Computer Science, asked by Anonymous, 7 months ago

How to use Html codes and what is its formula.Meaning of <body>,or others formula​

Answers

Answered by niveshsanjaygarg
1

Answer:

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.

Explanation:

Tag Description

<!DOCTYPE> Defines the document type

<html> Defines an HTML document

<head> Contains metadata/information for the document

<title> Defines a title for the document

<body> Defines the document's body

<h1> to <h6> Defines HTML headings

<p> Defines a paragraph

<br> Inserts a single line break

<hr> Defines a thematic change in the content

<!--...--> Defines a comment

Answered by palllavi40
0

Explanation:

thx dear.....

Thanks for your kind words

Have a nice day...

Similar questions