DEV Community

Karthick (k)
Karthick (k)

Posted 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?

extension methods (adding logic to existing types), file extensions (indicating the language a file is written in, or IDE extensions(adding features to a code editor).

  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)