0% found this document useful (0 votes)
19 views1 page

What Is HTML?: Hypertext Is Text Displayed On A Computer or Device That Provides Access To Other Text

HTML is the skeleton of all web pages and is often the first language learned by marketers and designers. It provides structure to the content appearing on a website, such as images, text, or videos. HTML stands for HyperText Markup Language and defines the structure and presentation of raw text through elements that can be interpreted by computers. Learning HTML is the first step in creating websites and allows you to inject code snippets into templates.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

What Is HTML?: Hypertext Is Text Displayed On A Computer or Device That Provides Access To Other Text

HTML is the skeleton of all web pages and is often the first language learned by marketers and designers. It provides structure to the content appearing on a website, such as images, text, or videos. HTML stands for HyperText Markup Language and defines the structure and presentation of raw text through elements that can be interpreted by computers. Learning HTML is the first step in creating websites and allows you to inject code snippets into templates.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

What is HTML?

Welcome to the world of code! Last year, millions of learners from our community started with
HTML. Why? HTML is the skeleton of all web pages. It’s often the first language learned by
marketers and designers and is core to front-end development work. If this is your first time
touching code, we’re excited for what you’re about to create.

So what exactly is HTML? HTML provides structure to the content appearing on a website, such as
images, text, or videos. Right-click on any page on the internet, choose “Inspect,” and you’ll see
HTML in a panel of your screen.

HTML stands for HyperText Markup Language:

 A markup language is a computer language that defines the structure and presentation of
raw text.

 In HTML, the computer can interpret raw text that is wrapped in HTML elements.

 HyperText is text displayed on a computer or device that provides access to other text
through links, also known as hyperlinks. You probably clicked on a couple of hyperlinks on
your way to this Codecademy course.

Learning HTML is the first step in creating websites, but even a bit of knowledge can help you
inject code snippets into newsletter, blog or website templates. As you continue learning, you can
layer HTML with CSS and JavaScript to create visually compelling and dynamic websites. But for
now, we’re going to focus on how to add and modify basic content on a page, like text, images,
and videos. Don’t worry if the websites look ugly — we’re just getting started.

You might also like