Reference
HTML
Abbreviation for “HyperText Markup
Language.”
Reference
SGML
“SGML” is a type of markup language
that uses a text format developed to
simplify data conversion for electronic
publishing, text databases, and other
types of applications.
Abbreviation for “Standard Generalized
Markup Language.”
Reference
1
HTML
“HTML,” which was developed based on “SGML,” is a language used to
create Web pages. It employs control characters called “tags,” which provide commands that direct how the page will be displayed. These tags appear as sections which are bracketed off using the symbols “<” and “>.”
●Standard tags
Tag
Explanation
…
Start and end of HTML
…
Start and end of header
…
Start and end of title
…
Start and end of main text
…
Start and end of paragraph
…
Start and end of boldface text
DHTML
…
Start and end of underlined text
“DHTML,” which is based on expanded
HTML specifications, is a technology
that enables various interactive means
of expression on a Web page. It allows
for more animated Web pages featuring
images that display and illustrations that
move in line with mouse or cursor
movement.
Abbreviation for “Dynamic HTML.”
…
Start and end of italicized text
…
Start and end of link (indicates a link using an HREF attribute)
Line break
●Examples of tag notation
Appears in browser as
181
[Main text]
← Start of HTML
← Start of header
← Start of title
Home page
←(Title)
← End of title
← End of header
← Start of main text
Recruiting baseball team members
Practice every Sat. and Sun.
Members needed: 5 players (ages 20-35)
For further details click
← End of main text
← End of HTML