Affiliate link

HTML Reference - Events

All HTML elements will have attributes to control the elements's behaviour.

HTML Basic Attributes

An element will have a start tag and closing tag.

<tag attribute="value">..content</tag>

These are the basic attributes for html elements.

  • id
  • class
  • name
  • style
<div id="myDiv" class="div-class" name="myDiv">
    <p style="color: blue">Google</p>
    <p style="color: red">Google</p>
    <input name="inputName" />
</div>

Code result

Google

Google

Affiliate link
Affiliate link
Affiliate link
Advertisment
Fiverr
Ad - SiteGround Web Hosting - Crafted for easy site management. Amazing Speed; Powerful Tools; Top-rated support. Learn more.