Elements & Tags of HTML with Examples

What is the difference between elements & tags?

"An element is a set of opening and closing tags in use"&"Tags are labels which you will use to mark up the beginning and end of an element". All tags have the same format: they begin with a less-than sign "<" and end with a greater-than sign ">". ... The only difference between an opening tag and a closing tag is the forward-slash "/".The examples of the ELEMENTS & TAGS are as follow:-


                                                                                                                                                     Home

Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming