What is the TD tag in HTML
Syntax
Syntax of HTML <dl> tag
.
.
What is the TD tag in HTML
Example
What is the TD tag in HTML
Explain Program
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]
- <head> contains metadata webpage resources.
- <title> title tag webpage browser tab.
HTML code Apply the Style <table>,<th>,<td>.
1px solid black color
CSS applies
- <style> Tag
- <style> tag use to include CSS (Cascading Style Sheets) directly within HTML Document .
- Inside the <head> Section html.
CSS code defines HTML element
<body>.....</body>
- <body> tag contains all the visible content of the page.
- inside <body> show the browser screen.
Step 4]
- <body> contains data visible of your webpage.
- <h2> 2-level heading displaying HTML TD TAG on page.
Step 5]
- <table> creates table on the webpage.
- <tr> tag -> tr tag define a table row.
- <td> tag -> td tag define table cell (Data call) within row.
- first row contains 2- cell HTML & PHP.
- Second row Contains 2- cell C & JavaScript

