The id attribute

The id attribute specifies a unique id for the HTML element { p } inside this body. It must be unique. No two can be alike.

Inside the body is a { p } element with an id attibute with a value of "demo". The string literal "demo" could be anything you wish to name it. The id attributes value can be used by both Javascript and CSS to perform tasks.

Edit in JS Bin