DEV Community

Karthick (k)
Karthick (k)

Posted on • Edited on

Day-2 ____ 12-05-2026

*HTML-HyperText Markup Language
*

  1. What is markup language?
    The system for annotating a document with tags or symbols to define its structure, formatting, and presentation for computer interpretation.

  2. What is an element?
    An HTML element is a fundamental building block of a webpage that defines its structure of content

  3. What is metadata?
    Metadata is information about an HTML document that describes its content, structure, and behaviour, but is not displayed on the webpage itself.
    *Where is metadata located?
    All metadata must be placed inside the

    element of the HTML document.
  4. What isan IDE?
    IDE is an Integrated Development Environment, a specialised software application that provides all the essential tools for writing, testing and debugging code in one place

  5. What is extension?

adding features to existing code, the file types used for source code, or tools that enhance development environments.

  1. What is the difference between a tag and an element in HTML

A Tag is the code you write to make up text, while an element is the complete unit consisting of those tags and the content inside.

  1. What attribute in HTML?

In HTML, an attribute is a modifier of an HTML element that provides additional information about it.

Top comments (0)