01 - HTML
01 - HTML
Web - HTML
Halaman Web
Web - is a system of interlinked
hypertext documents that are
accessed via the Internet.
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
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
16