0% found this document useful (0 votes)
142 views16 pages

01 - HTML

This document provides an overview of HTML (Hypertext Markup Language) which is used to create web pages. It discusses key concepts such as how HTML pages are structured with a head and body, how elements are identified with tags, and how attributes provide additional information about elements. Examples are given of common HTML tags like links, paragraphs, and headings. The history of different HTML versions is also presented.

Uploaded by

Dwi Rahma Yunika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
142 views16 pages

01 - HTML

This document provides an overview of HTML (Hypertext Markup Language) which is used to create web pages. It discusses key concepts such as how HTML pages are structured with a head and body, how elements are identified with tags, and how attributes provide additional information about elements. Examples are given of common HTML tags like links, paragraphs, and headings. The history of different HTML versions is also presented.

Uploaded by

Dwi Rahma Yunika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Pemograman Web

Web - HTML

Halaman Web
Web - is a system of interlinked
hypertext documents that are
accessed via the Internet.

Linear vs Hypertext Documents


This figure shows how topics can be related in a hypertext fashion,
as opposed to a linear fashion.

Web Pages and Web


Browsers
Browser
Browse-er
an act of casual looking or reading

Category
Text
Graphical

HTML
HTML - HyperText Markup Language
Standard markup language used to
create web pages
markup language : language used to
describe the elements of web
documents for example, headings,
paragraphs, or images through the use
of tags

Versions of HTML
This figure presents a history of the various versions of HTML that have been released
by the World Wide Web Consortium (W3C).

Sampel HTML

10

HTML Documents Structure


Head
Body

11

HTML Elements
Elements are designators that define
the structure and content of objects
within a page
Identified by Tags
Exp :
Link (Anchor)
Paragraph
12

HTML Tags
Identifying web page elements
In Pair
Opening Tag
Closing Tag

Exp :
Link : <a> </a>
Paragraph : <p></p>

13

14

HTML Attributes
Attributes are properties used to
provide additional information about
an element.
Exp :
Link :
<a href="http://shayhowe.com/">Shay
Howe</a>
15

Interpretation of the <H1> tag by


Different Browsers
This figure shows how three different browsers might interpret a line of HTML code.

16

You might also like