HTML Tag vs Attribute vs Elements

HTML Tag vs. Attribute vs. Elements

Hello everyone, I am going to share the basic information of HTML. The most of developers have little bit confusion over the Tag vs. Attribute vs. Elements

Please see the detail with example about it. i.e.

The example over Tag vs. Attribute vs. Elements

<p>
     Tag vs. Attribute vs. Elements
</p>
<div>
    <input type="text" id="txtIds" style="width:120px;" class="alert" />
    <button>Submit</button>
</div>

HTML Tags:   
  • <p> </p>
  • <div></div>
HTML Attributes:
  • type="text"
  • id="txtIds"
  • style="width:120px;"
  • class="alert"

HTML Elements:  
  • <input />
  • <button></button>




ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^