Using Meta Tags

Meta Tags allow you to pass information about the page to other servers, search engines and the user’s browser. There are a lot of different purposes for Meta Tags. Following are a few of the more commonly used. Up to a 25 word description of the page. This is...

Making Tables in HTML

Tables are designed to allow you to store information in rows and columns. Given the different levels of support for style sheets, they are still very useful for controlling the layout of a page. Tables are created row by row and made up of cells. The table is started...

Making Nested Lists In HTML

On ocassion, you will be called upon to include an outline for a web page. An outline will consist of a series of ordered lists. To review ordered lists: Ordered Lists Ordered lists (sometimes called numbered lists) work the same as unordered lists with two...

Making Lists In HTML

The three commonly used lists in HTML: Unordered Lists Ordered Lists Definition Lists Unordered Lists Unordered lists are for producing a bulleted list. Each list item may be as long as you desire, even with multiple paragraphs. Everything within the unordered list...

Create And Display Your Own Web Pages

In depth steps to assist students in creating their own web page. Step 1: What’s Allowed on Web Pages Before you begin creating Web pages, make sure that you understand what’s allowed on them and the restrictions on their use. As noted in its statement on...