ad

Tuesday, January 9, 2024

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

No comments:

Post a Comment