• Overview
  • Programming
    • Web Development
      • HyperText Markup Language (HTML)
        • Markup
        • Tags
      • Cascading Style Sheets (CSS)
      • JavaScript
      • Web Application Frameworks
      • NextJS
        • React
        • Hooks

Page 5/12

Cyber Bilby

Markup

What does the term mark up mean anyway?

Mark up means to add annotations (the act of adding highlights, notes, or markings).

For example, take this plain text:

This is a title
This is a subtitle

In HTML I would annotate (mark up) this text using HTML tags:

<h1>This is a title</h1>
<p>This is a subtitle</p>

The browser reads these tags and displays the content between the tags appropriately:

This is a title

This is a subtitle

Quiz

Answer all the questions in this quiz.

Time per question:

00:00:

Previous Next

Licencia: public domain