logo logo
Find Recipes using Google Hacks...
Let the Google API transform those random ingredients in your fridge into a wonderful dinner. Google can help you find news, catalogs,... 
Creating Searchable Documents in HTML pages...
Another extensible form of an HTML link that does not use the <a> tag is one that causes the server to search a database for... 
Creating Simple menu list in HTML...
The <menu> tag displays a list of short choices to the reader, such as a menu of links to other documents. The browser may use... 
bullet listing in HTML pages...
The <dir> Tag The designers of HTML originally dedicated the <dir> tag for displaying lists of files. As such, the browser,... 
Nested Lists in HTML...
Except inside directories or menus, lists nested inside other lists are fine. Menu and directory lists can be embedded within other... 
Changing the Style and Sequence of Individual List Items...
Just as you can change the bullet or numbering style for all of the items in an unordered or ordered list, you also can change the... 
li tag and its use in HTML...
It should be quite obvious to you by now that the <li> tag defines an item in a list. It’s the universal tag for HTML list... 
Different Atributes of Ordered list...
The start attribute Normally, browsers automatically number ordered list items beginning with the Arabic numeral 1. The start attribute... 
Ordered Lists in HTML pages...
Use an ordered list when the sequence of the list items is important. A list of instructions is a good example, as are tables of content... 
List Formatting in HTML pages...
The <ul> tag signals the browser that the following content, ending with the </ul> tag, is an unordered list of items.... 
How browsers might use link tag...
How browsers might use <link> Although the HTML standard does not require browsers to do anything with the information provided... 
How to connect Two HTML pages (Establishing Document Relationships)...
Normally, the browser fills in the blanks of a relative URL by drawing the missing pieces from the URL of the current document. You... 
bottom

« Previous Entries