DEV Community

Cover image for A brief Introduction of HTML.
Akbar Ali
Akbar Ali

Posted on

A brief Introduction of HTML.

Let me break the term HTML(HyperText Markup Language) in one by one and define them .

1.HyperText means the text that move us to another text or page when we click on it like when we click on www.google.com then it move us onto Google's website.

2.Markup means to wrap up or do mark something like in normal English language we wrap up or marked up some text in double quotes to make it some meaningful or some attractable e.g; "Hello lazy programmers" so this makes some focus on itself to get focus of reader and much like it we wrap up or markup some content inside different tags to make some meaningful element e.g
"

Wellcome

",

Some text goes here

,
welcome world
so these are some examples which make some meaningful content on our web pages.

let summarize it hypertext is a text that move us to another text or page when we click on it and markup is wrapping some content to inside some tags.

$150K MiniMax AI Agent Challenge — Build Smarter, Remix Bolder, Win Bigger!

Join the MiniMax AI Agent Challenge — Build your first AI Agent 🤖

Developers, innovators, and AI tinkerers, build your AI Agent and win $150,000 in cash. 💰

Read more →

Top comments (0)

Short-term memory for faster AI agents

Short-term memory for faster AI agents

AI agents struggle with latency and context switching. Redis fixes it with a fast, in-memory layer for short-term context—plus native support for vectors and semi-structured data to keep real-time workflows on track.

Start building

👋 Kindness is contagious

Sign in to DEV to enjoy its full potential—unlock a customized interface with dark mode, personal reading preferences, and more.

Okay