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 the bullets and indents the list items.
HTML Lists
Ordered list: A numbered list, like those used for the steps in this book. The browser automatically displays the numbers in the correct sequence.Definition...
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
Subscribe to:
Posts (Atom)