Friday, 20 July 2012
How to Start Making HTML page in Notepad
Today I am going to start teach you that how to create your HTML page using
notepad. As you now that HTML is basic for blogging and web development. So it
is very necessary to all bloggers to know how of basic HTML. Therefore I think
it necessary to share some little bit knowledge about HTML. First of all open
your Notepad and start to write Head and Body Coding.
To Open Notepad directly, Go to:
- Start Menu
- Select "Run" (Windows XP)
- Type "notepad" and press Enter
<html>
<head>
<title>
Your Page Title Here
</title>
</head>
<body>
Your Content of Site Here
</body>
</html>
HTML is stands for Hyper Text Markup Language. Every HTML coding will be
placed between the <html></html>. Head tag consists of the title of
your Web Page. Body tag cover the all contents of your web page. Now if you want
to Bold your text in body tag, then the code will be:
<body>The out put will be:
Your <b>Content</b> of site <b>Here</b>
</body>
Your Content of site Here
How to Underline, Italic and write in the form of type writer:
<u>
This sentence will be underlined
</u>
<i>
This sentence will be in the Italic form
</i>
<tt>
This form will be in the form of type writer.
</tt>
To apply the html coding and test it save as the notepad file with name.html
format and then double click the file.
Next topics will be discussed soon. Thanks
Author: Muhammad Faheem Usama
Muhammad Faheem Usama is a professional blogger, web designer/ developer and Founder of BHD. He belongs to
Read More →
Subscribe to:
Post Comments
(
Atom
)
0 comments :