what is th tag in HTML
what is th tag in HTML
Syntax
Syntax of HTML <th> tag
.
.

Syntax of HTML <th> tag
Syntax of HTML <dt> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Step 2 ]
<html>.... . </html>
html is the root element of the html page.
Every thing inside it is part of the webpage.
Step 3]
<body>.....</body>
<body> tag contains all the visible content of the page.
inside <body> show the browser screen.
<h2>HTML dt tag </h2>
<h2> tag is a heading.
<h2> second level heading tag.
Step 4]
<p> easy to learn https://webdesigningtheory.blogspot.com/</p>
<p> tag Paragraph tag.
display the text.
Step 5]
<dl>
<dl> tag means Definition list.
<dl> tag use list terms and definition.
<dt>
<dt> tag stands for Definition term
<dl> tag represents a word defines in <dl> list .
<dt> tag use page will show list of term
Step 6]
Closing tag
what is the dl tag in html
Syntax
Syntax of HTML <dl> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
How to create table tag in html

<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Step 2 ]
<html>.... . </html>
html is the root element of the html page.
Every thing inside it is part of the webpage.
Step 3]
<head>.....</head>
head section contain metadata about the webpage information
for the browser not display on the webpage.
Step 4]
<style> tag is use to write css inside the HTML file.
Syntax of HTML <Pre> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Syntax of HTML <Br> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Step 2 ]
<html>.... . </html>
html is the root element of the html page.
Every thing inside it is part of the webpage.
Step 3]
<body>.....</body>
<body> tag contains all the visible content of the page.
inside <body> show the browser screen.
Step 4]
<h2> Web designing theory blogspot.com</h2>
<h2> level 2 heading tag.
this line displays web designing theory blogspot .com heading bold & larger font.
Step 5]
<p>.....</p>
<p> is paragraph tag use regular text.
inside <p> treated as paragraph.
<br >
<br> tag line break tag.
Step 6]
closing the Tag
<!DOCTYPE html> → Declares HTML5
<html> → Starts HTML document
<body> → Contains visible content
<h2> → Heading
<p> → Paragraph
<br> → Line break
</body> and </html> → Close body and HTML
<body> tag is the part of html document that contains all the content that appears on the webpage.
webpage use anything see text, videos, images, link, buttons, forms inside the <body> tag.
Syntax
Syntax of HTML <body> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Step 2 ]
<html>.... . </html>
html is the root element of the html page.
Every thing inside it is part of the webpage.
Step 3]
<body>.....</body>
<body> tag contains all the visible content of the page.
inside <body> show the browser screen.
Step 4]
<h2> Web designing theory blogspot.com</h2>
<h2> is heading tag.
displays text in a larger bold style.
headings from<h1> (largest) to <h6> (smallest).
Step 5]
<p>...</p>
<p> tag paragraph tag.
contains your normal text content.
<br>
<br> tag line break.
moves text to the next line inside a paragraph.
Step 6]
closing the Tag
what is the use of big tags in html
Syntax of HTML <big> tag
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html