Creating Relevant Site Content HTML / Getting Started
A Web site is a very important thing. At least, it better be. When you are hired to create a Web site, you are creating a worldwide presence for your client. As a Web designer, you do your best to create a site that portrays your client’s business or service at its best.
Tables HTML / Tables
Tables are very easy to use and will make your site look more appealing to the eye, while organizing your site's content. Almost every site uses tables in some form.
Margins Through Frames Tutorial HTML / Frames
This method may or may not be the best for your site. Just learn what you can, and go from there.Let's say you want to have your main page content a certain width. Of course, you could use frames or tables and simply specify the width in pixels.But what if you want it centered in the middle of the page with equal "Margins" on both sides, no matter at what size the user's screen is set?Then your content will be in a window of a specific size in the middle of the screen.
Developing the Content HTML / Getting Started
So you have got a client who has signed on the dotted line and wants you to create a drop-dead gorgeous Web site with all the bells and whistles that the law allows.
Using Frames HTML / Frames
Framesets are not recommended if you want search engines to be able to read the content within your site, used well these can look nice but you probably won't get good search engine rankings.
XHTML Tutorials - Introduction To Element Content Syntax HTML / XHTML
A collection of 17 tutorial tips on XHTML 1.0 element content syntax and basics. Clear answers are provided with tutorial exercises on XHTML element content models, EMPTY and PCDATA element contents, sub-element only contents, mixed contents, XHTML entities and CDATA, nested elements, white space characters.
Advanced Forms HTML / Forms
There are many things to take into consideration when creating a form, you want to make it match your site as much as you possibly can. This can be done using CSS and some HTML tags that you may not already know.
Adding Images, Media, and Scripts HTML / Getting Started
Images, media, and scripting help a site become "dynamic and rich." This is called dynamic because many of these features offer the opportunity for the site visitor to interact in an active way with the site.
Forms in HTML HTML / Forms
In this tutorial I'm going to show you how to create forms, which are a great way to collect feedback from your site or if your creating a guestbook. FYI, HTML on it's own cannot create these, this is just the client side part (the forms), creating feedback forms or a guestbook would need to help of a server side language.
Using Autocomplete On Your Forms (Or Not) HTML / Forms
Most of us have seen a web site that uses autocomplete fuctionality to help the end user fill out a form. Read this article to find out how you can use this functionality on your own site (or not)!
Can I Optimize A Site Designed With Frames? HTML / Frames
Can you optimize a site designed in frames? Of course you can! The question should be, "how effectively can I optimize a web sire designed in frames?" Framed sites - in my opinion - have little use in today's web design. There are so many better ways to design a site. For example, you have HTML, DHTML, Flash, and other design formats.
Bookmark Icon HTML / Images
You've seen them on other sites...you bookmark a site and a neat little icon appears in the URL bar in your browser and in your bookmarks. Find out how you can have a bookmark icon for your own site!
Anchors in HTML HTML / Getting Started
Anchors, what are they? And even more interesting, how do you make them? In this tutorial you will learn the ins and outs of HTML page content jumpers.
Basic Tables HTML / Tables
So, you've got all this content (read: stuff), and want to arrange it on your website eh? Well there are two main ways of doing it, one using HTML, and one using CSS, we're going to concentrate on the HTML method here - tables.