HTML Tags
HTML Tags
TERM 2, WEEK 5
• An HTML tag is a fundamental component
INTRODUCTION of HTML (HyperText Markup Language),
which is the standard markup language used
to create web pages. HTML tags are used to
define the structure and elements within a
web page.
• An HTML tag is a set of characters that is
used to define the structure and appearance
of content on a web page. Tags are enclosed
in angle brackets (< and >) and usually come
in pairs: an opening tag and a closing tag.
The opening tag indicates the beginning of an
element, and the closing tag indicates the end
of that element
TWO TYPES OF TAGS