what is html element?

Report
Question
780 views

The HTML element is everything from the start tag to the end tag: <tagname>Content goes here...</tagname>

Please explain why do you think this question should be reported?

Report Cancel

<!DOCTYPE html>  

    <html>  

    <head>  

    <title>WebPage</title>  

   </head>  

    <body>  

   <h1>This is my first web page</h1>  

    <h2>How are you?</h2>  

     <p>I am good!!!!!</p>  

     </body>  

     </html>  

Thread Reply

Leave an comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>