How To Start A Webpage, Add a Table to Your Webpage, Color Picker

How To Start A Webpage, Add a Table to Your Webpage, Color Picker

How To Start A Webpage

The code below will create a webpage. Replace the Webpage with the title of your webpage. This title will appear in the Title Bar of the web browser. Then put all your text and images between the opening and closing body tags.

<html>
<head>
<title>Webpage</title>
</head>
<body>

Text and images on your webpage

</body>
</html>



How To Add A Table To Your Webpage

Use the code below to put something inside a table on your webpage.

<table><tr><td>

Your text, image etc goes here

</td></tr></table>


Web-Safe HTML Color Code Viewer

Web Safe Color Code ViewerHere is an easy-to-use color code viewer for the web-safe HTML colors. Pass your mouse pointer over the colored squares. The hexadecimal code for that color appears in the box. Click here to open the Web-Safe Color Code Viewer


♦♦If you are interested in creating a website with HTML, you might be interested in reading the HTML Basics Series which will teach you the basics of HTML as you build a simple three-page website and create a webpage template that you can use to add more pages to this site.

♦♦You might also want to try the Flash Basics Series that will walk you through the process of building a website with MacromediaR FlashR. If you are new to Flash or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to be able to create a simple Flash based website.






This site needs an editor - click to learn more!



RSS
Related Articles
Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map





Content copyright © 2023 by Diane Cipollo. All rights reserved.
This content was written by Diane Cipollo. If you wish to use this content in any manner, you need written permission. Contact BellaOnline Administration for details.