Tuesday 1 November 2011

Basic HTML tags

How to make a simple HTML

First open Notepad, Notepad ++
<html>
<head>
<title>Sample Text</title>
</head>
<body>
<p>this is the sample of basic HMTL</p>
</body>
</html>

After you finished that save as with the format of HTML..
example: sample.html

make sure all tags have an a End Tags. like this is a starting tags<html>, this is a End Tags</html>..

No comments:

Post a Comment

What is Information Technology?

Information Technology, or IT,
-is the study, design, creation, utilization, support, and management of computer-based information systems, especially software applications and computer hardware.
IT is not limited solely to computers though. With technologies quickly developing in the fields of cell phones, PDAs and other handheld devices, the field of IT is quickly moving from compartmentalized computer-focused areas to other forms of mobile technology.