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.

Sentry image

Make it make sense

Only get the information you need to fix your code that’s broken with Sentry.

Start debugging →

Top comments (0)

👋 Kindness is contagious

Discover fresh viewpoints in this insightful post, supported by our vibrant DEV Community. Every developer’s experience matters—add your thoughts and help us grow together.

A simple “thank you” can uplift the author and spark new discussions—leave yours below!

On DEV, knowledge-sharing connects us and drives innovation. Found this useful? A quick note of appreciation makes a real impact.

Okay