Sunday, 30 September 2012

In this HTML tutorial, I am going to tell you about HTML List. There are three types of lists in HTML. In below tutorial, You will learn all three types of HTML list in details with examples.
HTML lets you create three different types of lists.Unordered list: A bulleted list (like this one). The browser automatically displays...
Sunday, 30 September 2012 by Unknown · 0
Monday, 9 July 2012

In this HTML tutorial, I am going to teach you about HTML's preformatted tag. As its name suggest that its a tag that is used to format the text as it is in the editor. With the help of preformatted tags you can create simple tables or list of contents that is formatted in a pre formatted manner.
You can use the preformatted tags, <PRE>...
Monday, 9 July 2012 by Unknown · 1

In this HTML tutorial, I am going to teach you how to insert a line break between paragraphs and normal lines of HTML. Also you can use blank spaces in HTML documents by using entities. Go through the tutorials to learn more.
You can use the line break tag, <BR>, to control where your text breaks. Web browsers normally wrap...
by Unknown · 0

In this HTML tutorial, I am going to teach you how to create a new paragraph in HTML and control its alignment? Create a paragraph and controlling its alignment is very easy in HTML. Just you need to remember <P> paragraph tag and its attributes like Left, Right, Center and Justify.
Create a New Paragraph
You can use paragraph tags...
by Unknown · 0
Sunday, 8 July 2012
Are you ready to create your first HTML webpage? In this HTML tutorial, I am going to teach you that how can you create your first HTML webpage by using HTML Tags. Although Web pages can differ widely in terms of content and layout, all pages have certain HTML tags that give them the same basic structure. Understanding this structure helps...
Sunday, 8 July 2012 by Unknown · 0
Friday, 6 July 2012
A Web site is a group of related Web pages, all hyper-linked together and hosted on a server. Before you start writing the HTML to create a site’s pages, it is a good idea to do some planning.
Know Your Audience
It is important to understand the audience that will visit the pages on your Web site. It is important to know their technical...
Friday, 6 July 2012 by Unknown · 0
Thursday, 5 July 2012

In this HTML tutorial, I am going to code and explain a simple Hello World program which will show a simple Hello World message on the browser's page. I hope you're aware of browsers. A browser is a software program which is used to display the webpages on the internet. OK, Now, I am going to code your first Hello World program in HTML.
<html><head><title>My...
Thursday, 5 July 2012 by Unknown · 0
Wednesday, 4 July 2012

Are you interested in building your own Web pages? In this HTML tutorial, I would like to introduce you to HTML, the language used to create Web pages. It also explains the basics behind HTML editors and Web browsers, which you use to design and view your Web content.
Internet Basics
The Internet is a worldwide collection of interconnected...
Wednesday, 4 July 2012 by Unknown · 0
Subscribe to:
Posts (Atom)