Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Reza Sorasti
Reza Sorasti
491 Points

Markup

I was watching the first video on Front End Web Development track called How to Make a Website. The instructor is talking about HTML and CSS. He goes on and says, "By describing the various parts of the document with markup, web browsers can parse the structure and its contents." What does the word "markup" refers to in this context?

2 Answers

Shawn Rieger
Shawn Rieger
9,916 Points

Hi, Reza!

HTML stands for Hypertext Markup Language. Markup here simply refers to the tags and syntax used to build out a web page. Take a look at this Wikipedia page for more general info on 'markup languages'...

https://en.wikipedia.org/wiki/Markup_language

Hope that helps!

Reza Sorasti
Reza Sorasti
491 Points

Thanks Shawn for your response. Got it!