What are HTML tags and attributes?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• HTML tags are elements enclosed in angle brackets (e.g., <p>, <div>), used to define the structure and content of a webpage.
• Attributes provide additional information about an element, such as class, id, href, etc. Attributes are specified in the opening tag, e.g., <a href="https://example.com">Link</a>.
| Is This Answer Correct ? | 0 Yes | 0 No |
• HTML tags are elements enclosed in angle brackets (e.g., <p>, <div>), used to define the structure and content of a webpage.
• Attributes provide additional information about an element, such as class, id, href, etc. Attributes are specified in the opening tag, e.g., <a href="https://example.com">Link</a>.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a code element?
Name 3 of the minimum html elements needed for an html document.
HTML 5 provides drag and drop facility. How do you make an image draggable?
Explain html formatting elements?
What html5 means?
What is the use of centre tag?
Why we need html language?
When is it appropriate to use frames?
What does the head tag mean?
Explain about canvas.
What is dom in web technology?
How many ways to use colors apply on html elements?