Ict 10 Q3 Lesson 3
Ict 10 Q3 Lesson 3
ADDING MORE
CONTROL TO
YOUR WEB PAGE
By Ma’am Almera S.
PAIRED TAG OR
UNPAIRED TAG
<meta>
<html> </html>
<p></p>
<br>
<hr>
<head> </head>
<table> </table>
WHAT IS PAIRED TAG?
WHAT IS UNPAIRED TAG?
HTML TAGS
The whole HTML functions on HTML Tags.
These tags are the basic building block of a
website. No web technologies like CSS,
PHP, Python, WordPress, etc. will exist
without HTML Tags.
HTML TAGS
HTML Tags are pre-defined elements in HTML, enclosed within these
brackets < > signs. For example: <html>, <table>, etc. All HTML tags has
a particular function associated with them.
(Opening and
(Singular Tag)
Closing Tags)
Tag Type
1. <h1></h1>
2. <br>
3. <img>
4. <p></p>
5. <input>
6. <div></div>
7. <meta>
8. <a></a>
9. <hr>
Tag Type
<!Doctype>
STRUCTURAL TAGS
<html></html>
STRUCTURAL TAGS
<head></head>
STRUCTURAL TAGS
<title></title>
STRUCTURAL TAGS
<body></body>
FORMATTING TAGS
TAGS THAT FORMAT THE
APPEARANCE OF WORDS AND
SENTENCES IN A WEB PAGE
FORMATTING TAGS
<b></b>
Defines bold
text
FORMATTING TAGS
<blockqoute></blockqoute
>
Defines a section
that is quoted from
another source
FORMATTING TAGS
<br> <br/>
Defines a
single line
break
FORMATTING TAGS
Tags ouput
Defines a
header for a
document or
section
FORMATTING TAGS
<hr>
displayed as a
horizontal rule that
is used to separate
content
FORMATTING TAGS
<i></i>
The content
inside is
typically
displayed in
italic.
FORMATTING TAGS
<mark></mark>
defines text
that should
be marked
or
highlighted.
FORMATTING TAGS
<p></p>
defines a paragraph.
FORMATTING TAGS
<pre></pre>
defines
smaller text
FORMATTING TAGS
<strike></strike>
FORMATTING TAGS
<strong></strong>
FORMATTING TAGS
<sub></sub>
<sup></sup>
FORMATTING TAGS
<tt></tt>