Zusammenfassung der Ressource
HTML
- Websites
- Customizable
- Ready-made e.g.
wikipedia
- www
(World
Wide Web)
- HTML is on
the internet
- Internet is the collection
of interconnecting web
pages & websites
- Stored/ Backed
up in web
servers
- Uses HTML
programming
language
- Can be done by
opening in a text
editor like notepad
- When you
type in a URL
in the browser
- The browser looks
up the IP address
for the domain
- The browser sends
a HTTP request to
the server
- The browser
sends back a HTTP
response
- The browser begins
rendering the
HTML
- The page is
then
successfully
loaded onto
the user's
screen
- HTML stands for
Hyper Text
Markup
Language
- It is used to create documents on the World Wide Web
- WWW is the collection of websites from all over the world.
- <!DOCTYPEhtml>
- This how to
save a html
page on files
and start html
code
- <head>
- This is how you
write something
on the head of a
page
- <body>
- This is how you
start the code to
type something
into the body of
a page
- <h1>, <h2> etc.
- You can even
have a lot of
headings and
subtitles using
these tags and
make text larger
- HTML is a
programming
language which is
easy to learn!