Computer Science, asked by prince10052004, 1 year ago

write some html tags with their definition, syntax and examples

Answers

Answered by saklanijuhi
1
<html>
<br>
<title>
<body>
<hr>
<p>
<b>

prince10052004: this is not the complete answer
saklanijuhi: sorry
Answered by garvverma
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.
Similar questions