Use of HTML codings are ...
Answers
HTML is also known as Hyper Text Mark Up language. It was developed by Tim Berners Lee in 1990.
- HTML is used to create electronic documents called pages. The electronic documents are hosted on WWW or World Wide Web.
- The pages can be beautifully decorated using HTML coding.
- HTML CODES are easy to use.
- The codes are edited in less tims
- Each page may be connected to other page by hyperlinks.
━━━━━━━━━━━━━━━
What are uses of HTML tags?
<strong> is used to denote emphasises text
<p>....</p>is used to show different paragrphs
<head>....</head>shows the header of document
<body></body> represents body of document
━━━━━━━━━━━━━━━━
The format is
<html>
<head>
<title>........</title>
</head>
<body>....................</body>
</html>
Answer:
Explanation:
HTML is also known as Hyper Text Mark Up language. It was developed by Tim Berners Lee in 1990.
HTML is used to create electronic documents called pages. The electronic documents are hosted on WWW or World Wide Web.
The pages can be beautifully decorated using HTML coding.
HTML CODES are easy to use.
The codes are edited in less tims
Each page may be connected to other page by hyperlinks.
━━━━━━━━━━━━━━━
What are uses of HTML tags?
<strong> is used to denote emphasises text
<p>....</p>is used to show different paragrphs
<head>....</head>shows the header of document
<body></body> represents body of document
━━━━━━━━━━━━━━━━
The format is
<html>
<head>
<title>........</title>
</head>
<body>....................</body>
</html>