| HTML | PHP Scripts | Code Generators and Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
Register / LoginHTML ToolsHTML Table Maker HTML Table Maker II HTML Validator Link Checker and Header Response Tool HTML ForumLosing background/text color when converting HTML to PDF HTML Help Needed!!!!!! Please, no CSS or Javascript old problems how can i wrap the text in a cell of a html table IE7 looks good, FFox Not so good Rotate Flash video on refresh Help! Transparent Frameset Background. Help with forms Html Code CSS Layout - 3 Column Plus mailto auto subject population variable Date script on an Image table row values Browser Based HTML Email Forms form help Help with form please Put Picture Next to Youtube Video Scrollbar under heading View all HTML Discussions |
Just for fun lets open up a browser window, by using the top menu open up your saved index.html file. What you should see is a blank white page with your selected title in the top browser bar. So it is all getting boring, you still have no content on your webpage. Well let the fun begin because it is time to add all of the viewable content. We must tell the browser to begin reading the "body" of the page, of course with <body> tags. The body tags will include all text, images, and anything else you want on your page. It is here you will also include your background color or image and would include your colors for links, active link and viewed links. To pick your colors you can visit our color chart If you had a white page with the standard links of blue, red when clicked and purple after a visit, the code would look as follows. <body bgcolor="#FFFFFF" link="#000000" alink="#000066" vlink="#000099">The contents of your page</body> If you wanted to have an image for your background it would look like this. <body background="http://www.the location of your image here" link="#000000 alink="#000066" vlink="#000099">The contents of your page here</body> These are the basic tags for your page:
<html> Now you have the basic structure of a webpage, you can either begin by taking a look at our HTML tag list or you may dive right into tables, frames or forms. Don't forget you can stop by our HTML forums any time, you would simply be amazed at the level of help offered by the staff and the enitire community. Back to the HTML menu. |
HTML Introduction
HTML Basics HTML Getting Started HTML Tag List Text Attributes Hyperlinks Formatting Tags Image Tags
The Frameset Tag
The Frame Tag The Noframes Tag Basic Frames Page Code Targetting Links Screen Layout
The Table Tag
The Row Tag The Conventional Cell Tag The Header Cell Tag Basic Example w/Source Code Detailed Example w/Source Code
The Form Tag
Input Type Text Input Type Password Input Type Checkbox Input Type Radio Input Type Hidden Input Types Submit And Reset The Textarea Tag Select Menus Web HostingDomain NamesPHP Scripts |
About us Advertise Contact us Privacy Sitemap |