Wednesday, August 20, 2014

Create a webpage without using any HTML tag



Watch the video given below to learn to create a webpage without using any HTML tag. You need the notepad text editor only. This is the very first step of website designing. Share this video if you think it is helpful for all others. Subscribe my YouTube Chanel for the next videos.

If you are unable to watch the above video then follow the steps given below
to do the same described above.

 Step 01  Open the Notepad Text Editor
Normally press Windows Key+R together to open the RUN Command Box. Now type notepad into the text input box and press the Enter Key.

 Step 02  Type anything you want to show
Now type anything (for example: Hello World!) into the Notepad you want to show. You needn't to use any code here as said above.
website designing,beginners html,web programming
 Step 03  Save the notepad document with .html or .htm extension
Now you have to save the document clicking on File from the menu. A drop-down menu will open. Then click on Save as...

After clicking on Save as... a pop-up window will open. Now type a name into the File Name text input box with the extension .html or .htm and finally click on the Save button. For example: The file name may be hello.html or hello.htm.

 Step 04  Check your newly created webpage now
Locate the html file you have created just before a while and double click on that. Look, the file is with the icon of a browser you are currently using. After double clicking on the webpage, it will open in your default web browser and you will get the message you kept.

 Step 05  Change the Color and the Size of the Text
Now we'll use an HTML Tag and two Attributes to change the color and size of the text. Look the codes are given below into the box. We'll actually use the <font> tag with two attributes. <font> is the opening tag and we must use the closing tag </font>. And the text will be inside the <font> and </font> tags. Let's add two attributes size="20px" and color="blue".  The example is given below.

<font size="20px" color="blue">Your Text Here</font>

 Step 06  Save the webpage again
After adding the line given above, finally save the html document again and open that using a web browser.


» Let's create a webpage using all necessary HTML tags
» Read 20+ common questions and answers about HTML





No comments:

Post a Comment