html input type date format
SyntaxSyntax of HTML <date> tag
html input type date format
Example
html input type date format
Explain Program
Syntax of HTML <date> tag
Syntax of HTML <datetime> tag
HTML tag <tr> tag use create row inside a Table.
row define a row within an html table.functions as container table cells.
Syntax
Syntax of HTML <tr> tag
Example
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Syntax of HTML <title> tag
<!DOCTYPE html>

Syntax
Syntax of HTML <dl> tag
Step 1]
<!DOCTYPE html>
Step 2 ]
<html>.... . </html>
Step 3]
HTML code Apply the Style <table>,<th>,<td>.
1px solid black color
CSS applies
CSS code defines HTML element
<body>.....</body>
Step 4]
Step 5]

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

Syntax of HTML <table> tag
HTML <table> tag use create and structure the tabular data.
html table tag information in rows and columns.
html <table> :- defines the table.
html <tr> :- table row
html <th> :- table header cell center bold default th
html <td> :- table data cell
html <caption> :- table description or title
<!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.