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 trialStavros Sofroniadis
Courses Plus Student 1,503 PointsAbout HTML as concept
When we talk about HTML, we refer to a markup language(tags) that has links to other documents?
4 Answers
takudzwa javangwe
7,486 PointsHTML contains the structure of the page and its content; in addition to plain text, it gives meaning to the text by indicating what is in fact a paragraph, a title, heading etc,
takudzwa javangwe
7,486 Pointsthe whole concept behind HTML is we link text to some other text using structured text hence hypertext and hyperlink is a reference in a hypertext that directs the user to a section in the same document or a different document. all in all hypertext "MARKUP LANGUAGE" so i guess what you are saying is true....
Stavros Sofroniadis
Courses Plus Student 1,503 PointsThank You for answer, and excuse me for delay in reply.
Agree wit you, as understand we use hypertext to jump from one document to the same part of the document (with anchors) or another document. Markup Language(tags) is what we use in every hypertext content
Hypertext is about the text that has a link, while hyperlink is the the target document we link to our text?
takudzwa javangwe
7,486 Pointsyes exactly
Stavros Sofroniadis
Courses Plus Student 1,503 PointsStavros Sofroniadis
Courses Plus Student 1,503 PointsThank You,
understand what you mean, but stuck about the term HTML(as a term). ML means as suppose that we use markup up langauge (various tags(<p>,<div>,<span> etc) but HT means we use hyperlinks to connect various document each other?