Hi, Guy. Today KH4IT will teach HTML to you. What is HTML?
HTML
stands for Hypertext Markup Language.
It
is the most widely used language to write Web Pages.
–Hypertext refers to the way in which
Web pages (HTML documents) are linked together.
–Markup
Language describes how HTML works.
To
create HTML document file, you need two things:
–Text Editor: use to write your
code. They are Wordpad, Notepad, Adobe Dreamweaver,…
–Web Browser: use to view your
HTML file. They are IE, FireFox, Opera, Chrome,……
HTML
has extension as .htm
or
.html
–Open Adobe Dreamweaver CS3 or
notepad
<html>
<head>
<title>sample
html</title>
</head>
<body>
Hello!
<br/>
<b>This
is the sample html</b>
</body>
</html>
No comments:
Post a Comment