write some html tags with their definition, syntax and examples
Answers
Answered by
1
<html>
<br>
<title>
<body>
<hr>
<p>
<b>
<br>
<title>
<body>
<hr>
<p>
<b>
prince10052004:
this is not the complete answer
Answered by
1
<TITLE> = the tag has to be given within the <HEAD>tag.it contain the title of the document
<HEAD> = the head tag is the first element contained inside the <HTML>element.it contain no text within itself.
<BODY> = the boys tag contain the text which gets displayed on the web page along with other tags and attributes.
<HEAD> = the head tag is the first element contained inside the <HTML>element.it contain no text within itself.
<BODY> = the boys tag contain the text which gets displayed on the web page along with other tags and attributes.
Similar questions