Wednesday, 13 November 2013

Add Content in HTML Document



First of all we revise what had we learn in previous post.


1.       Markups.

2.       Structure of the HTML document.

3.       How to save HTML document.


So we had saved our first page, named “page one”.
Now we are going to add some content in this document.
The first thing which decency tell us is to put a name of our web page. Which is seem to be:

There is no name but path is defining the name of web page


Name of the web page in HTML is defined as “title”, so we use this Markup to change the name as shown below:

Title markup is use to change the title of web page
Now open again your document with Internet Explorer: you will observe a charming result:



 so this is how we had change the web title.
Note the title command is always use between the head markup. 
Feel free to comment , have questions, suggestions or any sort of help.
I will answer as soon as possible.

Thank you and take care