HTML5 - Tags & Attributes

 Tags in HTML5 :

Tags are used to mark up the start of an HTML element and they are usually enclosed in angle brackets like this "<>". An example of a tag is: <Head>.

Most tags must be opened <head> and closed </head> in order to function.

<div class='widget LinkList' data-version='1' id='LinkList94'></div>


Attributes in HTML5 :

Attributes contain additional pieces of information. Attributes take the form of an opening tag and additional info is placed inside.

An example of an attribute is "class" mentioned in the below <div> tag

<div class='tutespace' id='LinkList94'></div>