Monday, January 8, 2024

Article tagin 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>


READ MORE

html address tag

html abbr tag

Date time html form

Html Color tag

file upload html

html audio tag

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 


line break html

html datetime picker

file upload html

drop down button html

color tag in html

html abbr tag

client side script language

table attribute in html

table attributes tag html [1]

comment tag is used html

mean card html

html article tag

html aside tag

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

html datetime picker

drop down button

html file upload

login form

responsive image grid-html css

Client -side Scripting Language

html address tag