You are on page 1of 8

In this lecture, we will discuss…

What is HTML?
What Does HTML Stand For?

HTML

HyperText Markup Language


What Is HTML?

Hypertext Markup Language


What Is HTML?

Hypertext Markup Language


Hypermedia*

Hypertext*
TEXT*
What Is HTML?

Hypertext Markup Language


<!doctype html>
<html> content&
<head>
<title> Why I Love This Course </title>
</head>
<body> [...]
</body>
</html>
What Is HTML?

Hypertext Markup Language

<h1> <h1>
<div>Hello World!</h1> <div>Hello World!</div>
</div> </h1>

︎* ✔︎&
Technologies That Drive The Web

HTML& CSS& Javascript&

Structure* Style* Behavior*


Summary
!  HTML
•  Annotates content
•  Defines document structure
!  Right and wrong syntax
!  3 Core Web Technologies
•  HTML, CSS, Javascript

NEXT:
A Bit Of Relevant History Of The HTML Standard

You might also like