Creating a page in (HTML) hypertext make up launguage is very easy and simple.In this tutorial i will BE teaching you how to display a simple web page using the the HTML tag.
As a beginner or leanner in HTML TAG what is expected of you is to own a pc or a computer, after getting this, LUNCH YOUR NOTEPAD IN YOUR COMPUTER AND DO THE FOLLOWING HTML TAG
EXAMPLE:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
let me elusidate or explain the above HTML tag.
TO ALL LEARNNERs IN HTML tag, i want to simplified this so that you can understand and follow me up.
EXPLANATION OF THE ABOVE HTML TAG
The text between <html> and
</html> describes the web
page
The text between <body> and
</body> is the visible page
content
The text between <h1> and
</h1> is displayed as a
heading
The text between <p> and </
p> is displayed as a
paragraph
The DOCTYPE declaration
defines the document type.
FEEL FREE TO ASK ANY QUESTION
Wednesday, 17 April 2013
CREATING A PAGE USING HTML TAG
Posted on 02:10 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment