WHAT IS AN HTML ELEMENT ?

 An HTML elements is defined by a star tag , some content , and an end tag .

 < tagname > content goes here ..... < /tagname >

The HTML elements is everything from the start tag to the end tag : 

 < h1 > first heading < h 1>

 < p > my first paragraph < /p >

START  TAG         ELEMENT CONTENT       END TAG

< h1 >                        my first heading                     </h1>

<p>                              my first paragraph                 </p>

<br>                            none                                        none

                         


                 

No comments:

Post a Comment

CPU vs GPU Architecture

  CPU vs GPU Architecture CPU (Central Processing Unit) and GPU (Graphics Processing Unit) have distinct architectural differences, optimize...

Best for you