ad

Tuesday, December 30, 2025

HTML label tag example

HTML  label tag example

web designing theory

This Blog You Will Learn 

What is the <label> Tag

 Syntax of HTML <label> ta

HTML  label tag example

Output

Sunday, December 28, 2025

How to create HTML Dialog Element

How to create  an HTML  Dialog Box

web designing theory blogspot.com








This Blog You Will Learn 

ஃ  what is  the <dialog> element 
ஃ Advantage  of HTML Dialog Box 
ஃ Syntax of HTML <dialog> tag
ஃ Explain Program
ஃ Explain Program

Friday, December 26, 2025

how to use textarea in HTML

how to use textarea in HTML

web designing theory

This Blog You Will Learn 

ஃ What is the <textarea> in HTML?

When Should you use <textarea> tag ?

 Syntax of HTML <textarea> tag

ஃ Summary 

Explain Program

Output

Wednesday, December 24, 2025

How To Add Border To Image in HTML

How To Add Border To Image in HTMLweb designing theory  blogspot.com

This Blog You Will Learn 

What is the Add Border Image?

why add a border to an Image.

How Borders Work in CSS

Syntax 

Summary

Explain Program

Output

Monday, December 22, 2025

how to use the HTML img tag

How To Use The HTML <img> Tag 

web designing theory

This Blog You Will Learn 

What is the <imag> tag?
Syntax of HTML <img im> tag
 How to Write HTML TAG
How src Works
Important Rules for alt
Explain Program
Output

Saturday, December 20, 2025

How to create Nested lists in HTML

How to create Nested lists in HTML

This Blog You Will Learn 

What is a Nested List in HTML

HTML <ul> tag

 Type  of Bullets

Syntax of HTML <ul> tag

Explain Program

Output

Thursday, December 18, 2025

what is HTML sup tag

What  is HTML  sup tag

This Blog You Will Learn 

What is the <sup> tag

 Syntax of HTML <sub>. . .</sub> tag

Explain Program

Output

Tuesday, December 16, 2025

how to use the kbd tag in html

How to use the  kbd tag in html

web designing theory

This Blog You Will Learn 

What is the <kbd> tag ?

Why USe the <kbd> tag?

 Syntax of HTML <kbd> tag

Explain Program

Output

Monday, December 15, 2025

CSS Comment Tag Explain

CSS Comments Tag Explain


web designing theory

This Blog You Will Learn 

What is CSS comment tag

Why use comments in CSS?

Best Practices

Syntax 

Explain Program

Output 

Sunday, December 14, 2025

how to use the footer tag in HTML

how to use the footer tag in HTML

web designing theory

This Blog You Will Learn 

What is the <footer>tag

 What Goes inside a <footer> tag?

 Syntax of HTML <footer> tag

Explain Program

Output 

Friday, December 12, 2025

How To Use Html Search Input Type

How To Use Html Search Input Type

web designing theory

This Blog You Will Learn 

What is the search input type

Attributes Search input 

 Why Use type="search" ?

How it Works 

Syntax of HTML Search tag

Explain Program

Output

Monday, December 8, 2025

what is caption tag in html

what is caption tag in html

web designing theory

This Blog You Will Learn 

What is the <caption> tag 

Why the <caption> tag important.

Why USe The <caption> tag

Syntax of HTML <Caption> tag

Explain Program

Output

Sunday, December 7, 2025

learn HTML summary tag

learn HTML summary tag

https://webdesigningtheory.blogspot.com

This Blog You Will Learn 

What is the <summary> tag?

Why Use <summary> tag?

Syntax of HTML <summary> tag

Explain Program

Output

Saturday, December 6, 2025

how to use section tag in html

How to use section tag in html

web designing theory

This Blog You Will Learn 

What is the <section> tag

Why Use the <section> tag? 

 Syntax of HTML <section> tag

Explain Program

Output

Friday, December 5, 2025

How to Use the HTML iframe Tag with Examples

How to Use the HTML iframe Tag with Examples

web designing theory

This Blog You Will Learn 

what  is the <iframe> tag?

Why Use the <iframe> Tag ?

Important <iframe> Attributes

Syntax of HTML <iframe> tag

Explain Program

Output

Thursday, December 4, 2025

what is the use of thead tag in html

what is the use of thead tag in html

web designing theory

This Blog You Will Learn 

  ஃ what is the use of thead tag in html

 ஃ Why use the <thead> tag

 ஃ How the <thead> tag works

 ஃ Syntax  thead tag

 ஃ Advantages of using <thead>tag

 ஃ Explain Program

 ஃ Output

Wednesday, December 3, 2025

html input type date format

html input type date format 

web designing theory

This Blog You Will Learn 

What is input type=" date" in HTML

How it Works input type="date" in HTML

ஃ Syntax

Explain Program

ஃ Output

Tuesday, December 2, 2025

How to use the HTML datetime Attribute

How to use the HTML datetime Attribute

web designing theory


This Blog You Will Learn

What is the datetime Attribute

ஃ Why Use the datetime Attribute

ஃ When to use the datetime Attribute

 Syntax

ஃ Explain Program

ஃ Output 

Monday, December 1, 2025

what is html TR tag

what is html TR tag

web designing theory

This Blog You Will Learn 

What is the HTML <TR> Tag

Why Use the <tr> Tag. 

ஃ  Syntax of HTML <tr> tag

Explain Program

Output

Sunday, November 30, 2025

what is the HTML title tag

what is the HTML title tag 

https://webdesigningtheory.blogspot.com

What is the HTML <title> tag

✅ html<title> tag  most important element in html.
html <title> tag specifies the title of html document and represents the page   name shown the browser and search engines

✅ html <title> tag always placed inside <head>tag of html document
 search engine result
 user bookmark a page

 Syntax of HTML <title> tag

<head>
     
  <title> HTML Title  tag </title>
    </head>


why is the <title> tag important

✔ shows page name in browser tabs.

✔ user identify open tabs.

✔ SEO improves search engine optimization

✔ clickable headline in search results 

✔ helps bookmarking pages

How the <title> tag Works.

  1. Browser reads the <title> tag from <head>
  2. title text appears
  3. search engines main page title.
  4.  bookmarks  save text as page name.

what is the HTML title tag 
Example 

<!DOCTYPE html>
<html>
<head>
    <title> HTML Title  tag  </title>
</head>
<body>
   
    <h1> HTML Title Tag </h1>
    <p>learn Free HTML Language<br> https://webdesigningtheory.blogspot.com</p>
   
</body>
</html>

what is the HTML title tag 
Explain Program

Step  1] 

<!DOCTYPE html>

  • This declare the document type.
  • browser that the document is written in html

What is the TD tag in HTML

What is the TD tag in HTML

https://webdesigningtheory.blogspot.com

This Blog You Will Learn 

What is the <td> tag in HTML?
Why use the <td> tag
Syntax of HTML <dl> tag
Explain Program
Output

Saturday, November 29, 2025

what is th tag in HTML

what is th tag  in HTML

https://webdesigningtheory.blogspot.com

This Blog You Will Learn 

what is <th> tag  in HTML

Why Use <th> ?

 Syntax of HTML <th> tag

 ஃ Explain Program

 ஃ Output

Friday, November 28, 2025

what is the dt tag in html

what is the dt tag in html

web designing theory

What is the <dt> tag  in HTML

<dt> tag stands for Definition Term.
Use  Inside a definition list to represent a term

 Syntax of HTML <dt> tag


<dt>
.
.
</dt>

what is th tag  in HTML

Example

<!DOCTYPE html>
<html>
 <title> HTML dt Tag </title>  
<body>
  <h2>HTML dt tag </h2>
  <p>  easy to learn https://webdesigningtheory.blogspot.com/</p>
   <dl>
    <dt>HTML</dt>
    <dt>PHP</dt>
    <dt>C</dt>
   </dl>
  </body>
</html>


what is the dt 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]

<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

<dt>HTML</dt> -> Term 1
    <dt>PHP</dt> -> Term 2
    <dt>C</dt> -> Term 3

Step 6]

   Closing tag  

   
</dl>
</body>
</html>


what is the dt tag in html

Output

what is the dt tag in html







Related Post :-

html how to insert table cells

how to add line breaks in html

how to create paragraphs in html

Thursday, November 27, 2025

what is the dl tag in html

 what is the dl tag in html

web designing theory

what is the dl tag in html

Syntax 

 Syntax of HTML <dl> tag


<dl>
.
.
</dl>

Example 

<!DOCTYPE html>
<html>
  <body>
    <h1> The HTML dl,dd,dt tag element </h1>
    <p>three tag use </p>
    <dl>
      <dt>HTML</dt>
      <dd>Structure of web  content</dd>
      <dt>PHP</dt>
      <dd>create dynamic page</dd>
    </dl>
  </body>
</html>

what is the dl tag in html

Explain Program

Step  1] 

<!DOCTYPE html>

This declare the document type.

browser that the document is written in html

Wednesday, November 26, 2025

how to create table tag in html

How to create table tag in html

https://webdesigningtheory.blogspot.com

Syntax 

 Syntax of HTML <table> tag

<table > . . . . </table>

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

how to create table tag in html

Example 


<!DOCTYPE html>
<html>
  <head>
    <style>
      table, th,td {
         border:1px solid black;
      }
    </style>
  </head>
<body>
<h1>  Table tag html</h1>
  <table>
    <tr>
       <th> subject </th>
       <th> website</th>
    </tr>
    <tr>
      <th> HTML</th>
      <th> webdesigningtheory.blogspot.com</th>
    </tr>
    <tr>
      <th>PHP</th>
      <th> webdesigningtheory.blogspot.com</th>
    </tr>
  </table>
 
</body>
</html>

how to create table 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>.....</head>

head section contain metadata  about the webpage information 

for the browser not display on the webpage.

Step 4]

 
<style>
      table, th,td {
         border:1px solid black;
      }
</style>

 <style> tag is use to write css inside the HTML file.

CSS appearance of the webpage ( border, layout, fonts, color width, height ...etc )
 
   CSS Style 
  •  <table>  :-  create whole table .
  •  <th>      :-  create header cells.
  •  <td>     :-   create table data cells.
     border:1px solid black;
   
  1 px solid black border.  

          entire  table 
          header cell
         data cell

 
    </Style>
     
  End the css section 

</head>

    End the head part
 
Step 5]

 <h1>  Table tag html</h1>

  <h1> is the main heading  of the page
       table tag html


<tr>
       <th> subject </th>
       <th> website</th>
    </tr>



  •  table row ( <tr> )  tag html
  •  <tr> tag defines a single row in table.   
  •  define table row 
 
  •  <th> tag  (table header cells) 
  •  Text  bold and  Text Centered by default
  •   use for column titles 
 Step 6]

   Closing tag


 </table> 
</body>
</html>

 

  • <table>,<body>,<html>  tag contains  all the visible content of the page.
  • </table> ends the table.
  • inside <body> show the browser screen.
  • </html>  ends the HTML document 

how to create table tag in html

Output

how to create table tag in html








Related Post :-

how to use the html button input

how to create ordered lists in html

html alignment tag