What is the difference between id and class attributes?
Answer Posted / nashiinformaticssolutions
• id: Unique identifier for an element. Can only be used once per page. Example: <div id="main">.
• class: Used to group multiple elements with similar styling or behavior. Example: <div class="container">.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does yw mean?
What is the best html css editor?
What is the importance of doctype in html?
How do I enable html5 in safari?
How to increase 12 grids of bootstrap to 18 grids.
How do I start html coding?
Login form located at the home page acepting the name of the customer and its address, credit card and name of the products, a customer wnats to purchase, after the form has been accepted the website will issue order number for knowing the status.
What are Web Workers?
What does html stand for?
What is istable?
What is html directive?
How is web design?
How do I set the focus to the first form field?
How do you get a picture in html?
What is list tag in html?