Explain all the Tags used in Html?
Tell their usage in short.
Answers
Answered by
3
⇛
⇛<html> it is used to indicate the starting of the document.
⇛<head> defines the head of the document.
⇛<style> defines the style css encoding.
⇛<body> defines the content syntax of the document.
⇛<JavaScript> defines java codes for the document basically java script
⇛Fotter defines foot
Hope it helps!
@Aniketchouhan
⇛<html> it is used to indicate the starting of the document.
⇛<head> defines the head of the document.
⇛<style> defines the style css encoding.
⇛<body> defines the content syntax of the document.
⇛<JavaScript> defines java codes for the document basically java script
⇛Fotter defines foot
Hope it helps!
@Aniketchouhan
Answered by
4
Hey!!
Tag Description
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph
Table Styles - <thead>, <tbody>, and <tfoot>
<thead>
Wrap table rows with <thead></thead>.
<tfoot>
Wrap table rows with <tfoot></tfoot>. The <tfoot> rows must also be above <tbody>. This is so that the footer row is rendered before the remaining data rows.
<tbody>
Wrap table rows with <tbody></tbody>.
➶➶➶➶➶ thαnk чσu ➷➷➷➷➷
ayushsingh0115:
Thanks a lot !
Similar questions