ad

Sunday, January 21, 2024

html login in form

 


 How To Create a Login Form


1] The <form> tag in HTML is used to create an HTML form that can be used to collect user input

2] The <form> tag encloses the entire form, defining the boundaries of the form.

3]<form> tag, form elements like <label>, <input>, and <button> for collecting user input.


HTML  login form :-
          
                  Example

<!DOCTYPE html>
<html>
<head>
   <title>Form tag </title>
</head>
<body>
  <center>
   <h2> Login Form </h2>
  <form>
  <input type="text" placeholder="Email address"
id="Email" name="email">
  <br><br>
  <input type ="password" placeholder=
"password" id="pin" name="password"
maxlength="8">
  <br><br>
  <input type ="reset" value ="reset" style=
"background-color: red;
color:white" >
  <input type ="submit" value="submit" style=
"background-color: green;
 color: white">
  </form>
  </center>
</body>


HTML login form :-

       Output 

html form tag /output



Related Post 

e-commerce project for student

how to create a navigation bar

php program to print alphabet pattern D

Wednesday, January 17, 2024

bdo tag in html

 


 HTML <bdo> tag


HTML bdo tag :- output















   1] Bi-Directional is what BOD Tag stands for.

2] The default text direction can be changed by using the HTML tag.

3] To indicate right-to-left text, use the element with the dir property set to "rtl".

4] BDO tag is not commonly used in day-to- day.

5] HTML development unless you're dealing with specific situations involving

bi-directional text.

6] which is use to override the current or default text direction.

7] the html<bdo> tag set the direction of content writing from left - right and right to left.

8] use primarily language reading occurs right to left.

HTML bdo tag :-

Example

 <!DOCTYPE html>
  <html>
  <head>
    <title>html BDO tag </title>
   
    </head>
  <body>
    <h2>Html BDO tag </h2>
     <bdo dir="rtl">Hello friends how are you</bdo>
    </body>
  </html>

 

Related Post :-

program to print inverted pyramid star pattern in php

php program to print alphabet pattern D

what is data type in javascript

Saturday, January 13, 2024

bdi tag in html

 


         HTML <bdi> tag


1]  HTML <bdi> tag  is Bidirectional Isolate Element.

2]  used to inform the browser to isolate to span of text.

3] formatted in different direction from other  text outside.

4]  <bdi> tag text in language that are read from right to left.

5] Within a predominantly left-to-right document. 


HTML <bdi> tag :-


             Example 

<!DOCTYPE html>
<html>

   <head>
      <title>HTML BDI tag</title>
   </head>
        <h2>HTML BDI TAG</h2>
    <ul>
       <li>user<bdi>Aishwarya </bdi> : 60</li>
       <li>user <bdi> Seeta</bdi>  : 70</li>
       <li>user<bdi>  विठ्ठल</bdi>  :80</li>
       <li>user<bdi> Bharat</bdi>  :95</li>
    </ul>
   <body>
   </body>  
   </html>


HTML <bdi> tag :-

           Output

html <bdi> tag /output









Related Post :-

audio tag in html

php data type

php program to print half diamond pattern

Thursday, January 11, 2024

Basefont Tag In Html

    

Html <basefont> tag


  1]  <basefont> tag used in HTML to set a default font size and color text.

 2]   basefont used html fort family for all the text in a web page.

 3]   basefont tag is not supported in HTML5.

 4]   basefont tag is not supported by modern and updated browsers.

 5]   CSS use the style attribute or a separate style sheet apply colors, size, fonts 

      to different html element.

 6]  CSS  provides much more flexibility and control  over styling  compared to the                  <basefont> tag.

7]  <basefont> tag is used the <head> section.


      syntax :-


        <basefont color="red" size="5"font-family="courier-serif">
 


Html <basefont> tag :-

             Program  

<!DOCTYPE html>
  <html>
  <head>
    <title>html basefont tag </title>
     <basefont color="red" size="5"
font-family="courier-serif">
  </head>
  <body>
    <h2>html basefont tag </h2>
    <h3> basefont tag is not support </h3>
    <p> basefont tag used html default
text-color <br>
       and font-size ,font-family  family
html documetn </p>
  </body>
  </html>


Html <basefont> tag :-

            Output

Basefont Tag Tag In Html /OUTPUT










Related Post 

css text align

background color program

static website html tag

bold tag in html

    

 Html Bold Tag


  1]  bold tag is represented by the  <b> tag.

  2]  html <b> tag  display the written text in bold format.

  3]  html <b> strictly a presentational element. 

          Syntax :-

                 <b>

                   :

                 </b>

 html bold tag :-

     Program           

<!DOCTYPE html>
  <html>
  <head>
    <title>html bold tag </title>
  </head>
  <body>
    <p>
       Hi friends
       <b>  how are you </b> <!-- use the bold tag -->
    </p>
    <h5>I am fine</h5>
  </body>
  </html>


 html bold tag :-

         Output

bold tag in html /output









Related Post :-

php program check to even or odd number

contact page design

css element selector

Tuesday, January 9, 2024

audio tag in html



         html audio tag 


 1] Html <audio> tag used to define sound and music ,audio .

2]  audio tag  support file format  

            MP3

            WAV

            OGG

 3]  <audio> tag  contains one or more <source> tag .

   syntax  :-  audio tag

        <audio>

              :

       </audio>


 html <audio> tag :-

          Program 


<!DOCTYPE html>
  <html lang="en">
  <head>
    <title>html audio tag </title>
  </head>
  <body>
    <audio controls>
        <source src="cat.mp3" type="audio/mpeg">
        your browser does not
support the html audio tag.

    </audio>
  </body>
  </html>




 html <audio> tag :-
                
                     Output
HTML audio tag/output

Related Post 

inline css in html

bdo tag in html

php using leap year program

html aside tag


                 

Aside tag in html


  HTML <aside> tag provide information about the main content.

ஃ  HTML <aside> tag content should be indirectly related to the main  content.

ஃ  HTML <aside> tag commonly used as a sidebar in the document.

 

HTML Aside tag:-

                  Program

<!DOCTYPE html>
<html>
<head>
   
    <title>aside tag </title>
</head>
<body>
    <h3>html aside tag use </h3>
    <p> html aside tag defines some content
from the content is placed<br>
   html aside tag new tag introduced
 use commonly as a sidebar in the document. </p>
</body>
</html>

HTML aside tag  :-

                   Output

html aside tag/output







Related Post :-

php program print squar number pattern

php program to print Alphabet pattern U

css element selector

Monday, January 8, 2024

Article tag in html


         HTML Article Tag

 

  1]  html <article> tag independent self contained content.

  2] <article> tag content makes sense on its own.

  3]  article tag use

  1.  Blog post
  2. Comment
  3. News story
  4. Forum post  

   

Html Article Tag :-

                         Output 

html article tag/output






   Html Article Tag :-

                         Program                     


<!DOCTYPE html>
<html>
<head>
   
    <title>html article tag</title>

</head>
<body>
    <h3>HTML article tag</h3>
    <p>article tag defines independent self
contained <br>
      use to Blog post, comment etc .</p>
   <article>
    <h2> chhatrapati shivaji Maharaj</h2>
    <p>
        chhatrapati shivaji Maharaj Was the
founder of the Maratha<br>
         kingdom of India. studying Ramayana
and also Mahabharata etc .<br> his
         father shahji Bhosale.and his mother
jijabai was a great he was
         the founder<br> of the great Maratha
Kingdom of India.
    </p>
   </article>
       
</body>
</html>


Related Post

what is document.getElementById in javascript

how to create a footer page design

php program to print alphabet pattern Y

Wednesday, January 3, 2024

html address tag

Address tag in html


 i]  address tag use to contact information for the author or owner of a document.

ii]   address tag   most of the time generate  in the italic format.

iii]  address tag useful for the business information, URL, phone number,            email address  etc .

iv]  The <address> tag  supports EVENT Attributes in the html.

   

     Syntax :-          

         HTML <address> Tag


Address tag in html

                     Html program :-  

<!DOCTYPE html>
<html>
<head>
      <title>html address tag</title>
</head>
<body>
   <h3>address tag in html</h3>
<!--h3 tag use -->
    <p>
      <address> tag use authorship information
and article ,article    
   </p>
     <address>
      written by authorship  :-<b>
aishwarya</b><br>
      contact Author :-
<a href=
"https://webdesigningtheory.blogspot.com">
web designing theory</a><br>
       visit our blog:-
<a href=
"https://webdesigningtheory.blogspot.com">
blogger website visit</a>
     </address>    
    <!--address  tag use -->
</body>
</html>


Address tag in html

              output :-

address tag in html/output










Read more 

php data type

css id selector

bdi tag in html

Tuesday, January 2, 2024

abbr tag in html

 



abbr tag in html

1] The <abbr> tag define an abbreviation or acronym.

2]  abbr tag used to global  title attribute.

3] abbr tag  is the content write with dotted underline.

 4] abbr tag is typically used to provide explanation or expansion of an abbreviation
      or acronym for user.
 
5]  <abbr> tag help make web content more accessible and understandable for user.
 
 Syntax :-
  
          <abbr title="abbreviation" >abbr</abbr>

Title :- 

 1] attribute is used to provide the full explanation  or  expansion of the abbreviation.
 2]  browser usually display a tooltip with the content of the title attribute.

abbr tag html

    Html program :-  

<!DOCTYPE html>
<html>
<head>
      <title>Abbreviation tag html</title>
</head>
<body>
   <h3>abbreviation tag in html</h3>
<!--h3 tag use -->
    <p>
<h4>abbr tag use a title attribute an
abbreviation or acronym </h4>
<!-- h4 tag use -->    
   </p>


<abbr title="ABBREVIATION "><b>abbr</b></abbr>
<!--abbr tag use -->
</body>
</html>

abbr tag html

        output :-  

abbr tag html /output








Read more

program to print square pattern in php

php program to print alphabet pattern N

php increment/decrement operators