Computer Science, asked by rickybanik61, 1 year ago

the information on a website must be specially coded using the 1.http 2.html 3.tcp ip 4 url

Answers

Answered by rahul2103
1
The answer should
be HTML
Answered by siddhartharao77
44

The Information on a website must be specially coded using the "HTML".

Short notes on HTML:

⇒ HTML stands for Hyper text Markup Language.

⇒ It is a language devised to allow website creation.

⇒ It is a global language which is used to create static web pages.

⇒ It contains group of tags and elements. tags contains attributes

⇒ It is a case sensitive language which can be understood by all browsers.

Structure of HTML:

<html>

<head>     ----- Optional

<title></title>    ------ Optional

</head>

<body>      ------ Mandatory

Welcome to brainly.in

</body>

</html>

<!Hope it helps...>

Similar questions