Mid
From PDF
JavaScript
JavaScript
What are HTML tags and attributes?
Short answer: Tags define the structure and content (e.g., <p>, <h1>, <div>). Attributes provide additional details about an element (e.g., src, href, alt). Follow me on LinkedIn:
Example code
<img src="logo.png" alt="Company Logo"> Here, <img> is a tag, and src & alt are attributes. Key Takeaway: Tags = structure; Attributes = extra information.
Say this in the interview
- Define — one clear sentence (the short answer above).
- Example — relate it to a project like ShopNest or your real work.
- Trade-off — when you would not use it.
Share this Q&A
Share preview image: https://www.toolliyo.com/images/toolliyo-logo.png