
HTML
With HTML you can create your own Web site.
This tutorial teaches you everything about HTML.
HTML is easy to learn - You will enjoy it.
HTML is a markup language for describing web documents (web pages).
- HTML stands for Hyper Text Markup Language
- A markup language is a set of markup tags
- HTML documents are described by HTML tags
- Each HTML tag describes different document content
Stucture HTML
<!DOCTYPE html>
<html>
<head>
<title>...</title>
</head>
<body>
</body>
</html>
HTML TAGS’
HTML have a lot of tags I will
show you step by step like this:
Tag
<b>: it make a text or paragraph
to bold and write like this
“<b>Your text</b>”.
Tag
<p>: we use it to
make a paragraph and write like this “<p>Your paragraph</p>”.
Tag
<I>: it make a text or paragraph to italic
and write like this “<I>Your
text</I>”.
Tag
<U>: we use it to
make a paragraph to have underline and write like this “<U>Your
paragraph</U>”.
Tag
<h1>,<h2>,<h3>,<h4>,<h5><h6>: We
use it to change size of text.
Example:
It show like this
“<a
href="http://www.Facebook.com">Facebook</a>”
It have a lot of tags I will show you the next post on this
blog!
THANK YOU FOR SUPPORT US!