Internet Marketing Tools Part Six HTML Basics by Shelley Lowery
If you're doing business on the Internet, learning some basic web design skills is an absolute must. Not only will you have the ability to create your own web pages, but you'll also save yourself a great deal of money. Selecting an HTML Editor Although there are many HTML editors available on the Internet, the best editor I've found is "Coffee Cup." This powerful editor is great for newbies and experienced webmasters alike. You can download a fully functional shareware version here: http://www.coffeecup.com Web pages are created with special codes known as HTML (Hypertext Markup Language). These codes, also referred to as tags, are enclosed by the lesser than (<) and greater than (>) brackets and may be written in capital or lower case letters. The opening bracket is followed by an element, which is a browser command, and ends with the closing bracket. Example: <font> An element may also be followed by attributes, which are words describing the properties of the element, and further instruct the browser. Example: <font size="2"> Attributes are only contained in the opening tags to the right of the element and are separated by a space and followed by an equal (=) sign. The value follows the equal sign and is enclosed in quotes. Basic Document Structure Below, is a very basic HTML document structure. It contains the opening HTML tag, the TITLE tag enclosed between the opening and closing HEAD tags, the opening and closing BODY tags and the closing HTML tag. All of your text, graphics and any additional HTML codes will be placed between the <BODY> and </BODY> tags. <HTML> <HEAD> <TITLE>Your Web Page Title</TITLE> </HEAD> <BODY> </BODY> </HTML> Each HTML tag above contains an opening tag and a closing tag. The opening tag is written with the command enclosed with brackets. Example: <HTML> The closing tag contains a forward slash followed by the command enclosed with brackets. Example: </HTML> The opening tag is telling the browser to begin the specified action and the closing tag is telling the browser to end the action. The proper way to write HTML is to place your closing tags in sequence with your opening tags. Example: <B><I>Example of the proper sequence of writing HTML</I></B> Notice that the closing tags are in sequence with the opening tags. When you have several opening tags, the closing tags will begin with the last opening tag and end with the first. Are you totally confused now? Here's some more examples. This is an example of a properly written code: <B><I>Example</I></B> This is an example of an improperly written code: <B><I>Example</B></I> Creating a Basic Document Begin writing your HTML by creating your document's basic layout -- beginning with <HTML> and ending with </HTML>: <HTML> <HEAD> <META NAME="Description" CONTENT="Description of your web page"> <META NAME="KEYWORDS" CONTENT="Keywords that best describe your web page separated with a comma."> <TITLE>Your Page Title</TITLE> </HEAD> <BODY> This area will contain everything that will be visible through a web browser such as text and graphics. </BODY> </HTML> <HTML>- Begins your HTML document <HEAD> - Contains information about the page such as, the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout and JavaScript coding for special effects. <TITLE> - The TITLE of your page. This will be visible in the title bar of your visitors' browser. Note: Make sure you include your most relevant keyword phrase within your "title" for Search Engine indexing. A keyword phrase is two or more words that best describe your website. For example, if your website focuses on "grooming dogs" then your best keyword phrase will be "dog grooming." </TITLE> - Closes the <TITLE> tag. </HEAD> - Closes the <HEAD> tag. <BODY> - This is where you will begin writing your document. </BODY> - Closes the <BODY> tag. </HTML> - Closes the <HTML> tag. Basic Text Elements <B> - Bold Text <B>Example</B> <I> - Italic <I>Example</I> <U> - Underline <U>Example</U> Color Codes If you would like to specify a certain text or background color, you can do so by using color codes. RGB color codes are represented as hexadecimal values. The RGB color codes contain three sets of numbers representing the amount of Red, Green and Blue contained in a color. These codes must be used within your HTML to specify your selected colors. Now, to put the above statement in English...if you'd like to display your text in a certain color, you must include the hexadecimal color code within your font tag. Each color has its own color code. Here are a few of the basic color codes: Black - #000000 White - #FFFFFF Red - #FF0000 Green - #00C000 Blue - #0000FF Yellow - #FFFF00 Example: <font color="#FF0000">Example</FONT> You can find a 216 safe color chart here: http://www.web-source.net/216_color_chart.htm Creating Links In order to navigate a web page, you must create links. Links are created with an anchor, an href attribute and a URL (Uniform Resource Locator). URL's provide the browser with the location of the link, the name of the file and the method in which to access the file. Example: <A HREF="http://www.domain.com/">Link</A> When you begin writing your HTML code, all of your codes will be placed between your <BODY> and </BODY> tags, as this is the only part of your web page that will be viewed through a web browser. You can find an HTML code chart here: http://www.web-source.net/html_codes_chart.htm This chart will provide you with all of the basic HTML codes, descriptions and examples to assist you in creating your web page. Although this article provides you with a very basic overview of HTML, with the help of Coffee Cup and the HTML code chart mentioned above, you can easily begin learning how to create your own web pages. Copyright © Shelley Lowery 2002. About the Author: Shelley Lowery is the author of several successful ebooks including Web Design Mastery - An in-depth guide to professional web design. Ebook Starter - A Complete Ebook Design Kit, and eZines: A Complete Guide to Publishing for Profit. Subscribe to Etips and receive a free copy of her highly acclaimed ebook, "Killer Internet Marketing Strategies." http://www.web-source.net You have permission to publish this article electronically, in print, in your ebook or on your web site, free of charge, as long as the author bylines are included. Part Five Part Seven
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |
More Website Marketing Articles More By Developer Shed developerWorks - FREE Tools! | The IBM DB2 Deep Compression ROI tool is designed for DBA’s and IT management personnel to perform a clinical analysis of the cost savings gained from the Storage Optimization feature of DB2 9 for Linux, UNIX and Windows. The feature, also known as Deep Compression, compresses data that lies within a database by up to 80% at times. FREE! Go There Now!
| | | | Effective governance for lean development isn’t about command and control. Instead, the focus is on enabling the right behaviors and practices through collaborative and supportive techniques. Hear from Scott Ambler on how it is far more effective to motivate people to do the right thing than it is to force them to do so. Learn how to form a lightweight, collaboration-based framework that reflects the realities of modern IT organizations. FREE! Go There Now!
| | | | Download the IBM WebSphere Portal V6.1 beta code and learn more about the rich features and enhancements in IBM WebSphere Portal V6.1. WebSphere Portal provides a composite application or business mashup framework and the advanced tooling needed to build flexible, SOA-based solutions, and scalability to meet the needs of any size organization. FREE! Go There Now!
| | | | Download a free trial version of IBM Rational Developer for System i V7.1, which provides a complete development environment for traditional i5/OS application development. IBM Rational Developer for System i is a new eclipse-based workstation offering for i5/OS application development that provides a comprehensive Integrated Development Environment for edit/compile/debug of traditional RPG/COBOL/C/C++ i5/OS applications. FREE! Go There Now!
| | | | Visit IBM developerWorks to download a free trial version of WebSphere Extended Deployment Compute Grid, which lets you schedule, execute, and monitor batch jobs. Because online transaction processing and batch jobs execute simultaneously on the same server resources, you can avoid costly duplication of resources. Compute Grid supports job types of Java transactional batch, compute-intensive and a new type called "native execution", which enables non-Java workloads to run on distributed end points. FREE! Go There Now!
| | | | In this tutorial, you can learn how to install and configure the IBM Rational Asset Manager Eclipse client, explore the different views in the Asset Management perspective, learn various search techniques, work with existing assets, and submit a new asset. FREE! Go There Now!
| | | | This tutorial shows new users of IBM WebSphere Business Monitor Version 6.0.2 how to perform the "Hello World" equivalent for monitoring business process applications. It is intended to help you get familiar with the capabilities of the product. FREE! Go There Now!
| | | | Informix Dynamic Server (IDS) Express Edition offers outstanding online transaction processing (OLTP) database performance, while helping to simplify and automate many of the tasks associated with deploying databases for small business applications. IDS 11 further extends the ease of management and applications integration with the Admin API and Scheduler, high availability with Continuous Log Restore for backup server recovery in case of a primary server failure, and column level encryption to protect personal and company private data. FREE! Go There Now!
| | | | Join the IBM Watchfire team for an informative discussion on techniques and best practices to proactively manage Web application security and how to effectively build application security testing into the software development lifecycle (SDLC). In this Software Delivery Platform webcast you will learn: How to better understand potential web application security vulnerabilities, best practices and how to effectively integrate application security testing into the software development lifecycle, the importance of detecting and removing software vulnerabilities during application development. FREE! Go There Now!
| | | | Viper 2 brings a great value to developer communities including SQL, XML, PHP, Ruby, .NET and Java. You probably already know that DB2 Express-C is free for developers to develop, deploy and distribute. Viper 2 provides a variety of means that help move your application from the development stage to deployment more rapidly. This webcast shows how to best utilize the latest tools available for developing DB2 applications. FREE! Go There Now!
| | | | All FREE IBM® developerWorks Tools! | |