Basic ID Example

Example showing how to assign an id to an element.

Preview

Code

<h2 id="title">Page Title</h2>
<p>This element has a unique id.</p>

More HTML Id Examples (4)