1. Computing & Technology

Web Design / HTML: Most Popular Articles

These articles are the most popular over the last month.
Installing a Guestbook
Find out what your readers think of your site with a guestbook. Learn how to add a remotely hosted guestbook, or host your own.
HTML Codes - Special Characters - ASCII Table
HTML codes to put ASCII special characters on your Web page.
Free HTML Editors for Windows
If you’re looking for a free HTML editor for Windows you will find the 10 best ones on this list. There are both text and WYSIWYG editors available and these are great if you don’t want to spend money on your HTML editor.
How to Build a Website
Learn how to build a website in 7 steps. Building a website can be a challenging proposition, but there are only 7 things you need to do to get your website up and running.
Stretch a Background Image
Stretching a background image seems like something that would be fairly easy to do, but until CSS 3 properties are more widely supported, we have to use a workaround.
How to Center with CSS
Learn how to center text, images or blocks on your Web page with CSS.
Free Web Editors Macintosh
If you’re looking for a free HTML editor for Macintosh you will find the best ones on this list. There are both text and WYSIWYG editors available and these are great if you don’t want to spend money on your HTML editor.
Komodo Edit
Komodo Edit is a text editor for Windows Macintosh Linux or UNIX. It is best suited to Professional Web Developers or XML Developers.
Build Your Own Guestbook
Find out what your readers think of your site with a guestbook. Learn how to host your own guestbook on your Web server using CGI.
Meta Refresh Tag
Learn how to use the meta refresh tag to reload a page, or force your readers to a new page
What does !important mean?
An explanation of the !important property as used in CSS or Cascading Style Sheets
SPAN and DIV
The SPAN and DIV elements are extremely useful when using CSS style sheets to build layout and manage your pages. Learn how these two tags work and how you can use them in your web pages.
Center with DIV Tags and CSS
This article for beginning Web developers who are new to HTML and CSS will help you learn how to use the DIV tag and CSS to center text or images on your pages.
Use Multiple CSS Classes
One of the more useful tricks with CSS is the fact that with the modern browsers you can use multiple CSS classes on one element to add styles as you need them.
background-size
A description of the CSS 3 property background-size
Style the HR Tag
Learn how to use CSS to style the HR tag. If you want to divide sections of your HTML, one way to do it is with the HR tag. But this tag can be really ugly if you don't style it. Learn how to use CSS to style your HR tags.
Include HTML
Use SSI, PHP, ASP, JavaScript, or other technology to include portions of HTML on many pages of a Web site.
Windows WYSIWYG Editors
WYSIWYG editors are HTML editors that attempt to display the Web page as it will show on the browser. They are visual editors, and you don’t manipulate the code directly. Some HTML WYSIWYG editors also include a text editor, while others are purely WYSIWYG.
Toggle DIV Visibility
Learn how to use DHTML to toggle the visibility of an HTML element so that it shows and hides when your customer clicks on a link. This is a simple DHTML function using 2 lines of CSS and 4 lines of JavaScript.
Absolute and Relative Paths
Learn how to link to pages and images using full domains, absolute and relative paths.
Force Downloads
Use PHP and the Content-disposition HTTP header to force files to download that would normally open in the Web browser.
CSS @import
@import rules with cascading style sheets allows you to import external style sheets into your CSS
Free WYSIWYG HTML Windows
The most useful and usable free WYSIWYG HTML editors for Windows
CSS 3 Opacity - Example
CSS 3 Opacity Example This paragraph has opacity 1.0. background-color:#30f;color:#fff;width:100%;opacity:1.0;
HTML Download Tag
An HTML download tag would be very useful to set up links for people to download files. But while there isn't a specific HTML download tag, there are ways to create downloadable files and links on your website so that your readers can download your files to their computer.
Comment CSS
Add comments to your Cascading Style Sheets (CSS) to make them easier to maintain.
HTML Editors
HTML editors make it easy to write web pages. While it is possible to write a web page using just the text editor on your computer, most web designers find that it is much more efficient to use an HTML editor. HTML editors give you features that aren't usually available in plain text editors. And the About.com Web Design / HTML site has the most comprehensive list of HTML editors available. I have reviewed every HTML editor available for Windows, Macintosh, and Linux and evaluated them against a set of criteria valuable to web designers and web developers. If you're looking for an HTML editor, you've come to the right place.
SeaMonkey
SeaMonkey is a text editor WYSIWYG editor for Windows Macintosh Linux or UNIX. It is best suited to Newcomers to Web Design.
Detect Mobile Devices
Learn how to use various techniques to detect mobile devices and send them a style sheet written for them or to a completely different Web page.
Creating a Mailto Link
Mailto links are the easiest way to add contact information to your Web site.
Write a Download Link
Most of the time, when you link to something on a Web page, the Web browser will open it in the browser window. But there are ways to get the browser to start a download instead.
Understanding CSS Float
If you understand how to use the CSS float property, you'll have a lot more control over how your Web pages are laid out and you can more easily join the ranks of CSS designers everywhere.
HTML Codes - Special Characters for Mathematics - Math Symbols - Mathematics HTML Codes
HTML codes to put Mathematics characters on your Web page.
Z-Index in CSS
Positioning elements with CSS can sometimes result in elements overlapping one another. With z-index you can control what element displays on top, in the middle, and on the bottom.
Sample Page for Iframe
Sample Page for Iframe This is a simple page that is to be included in an iframe. This page has no styles
Is there an HTML space tag?
The HTML space tag doesn't exist, but there are ways to create space on your Web pages without an HTML space tag. It can be very frustrating to add spaces in HTML the way you would in a print document only to have them disappear on the Web page. Learn how to create space on your Web pages without an HTML space tag.
The Mailto Command
Learn how to use the mailto command to write email links on your Web pages.
Float an Image to the Left
It's easy to float an image to the left using the float property in CSS.
Absolute v Relative Positions
Positioning elements with CSS can be very challenging, as there is more to it than just tacking elements to the page. One of the most confusing parts is the concept of absolute and relative positioning and why you need this propery to achieve CSS positioning.
Learn to Find the URL of a Web Page
Getting a page to the web hosting provider can be somewhat challenging for a beginner, but then trying to figure out where that page is going to show up on the web can be even worse. Learn how to figure out what the URL of a web page will be once you've uploaded it.
INPUT Image
The INPUT Image tag is used to display images as input fields. It is an HTML 4 and HTML 5 tag.
Add a Google Map to Your Web P
Learn how to add a Google map or several maps to your web page with markers to help your customers find your location. The first step is to get a Google Maps API key.
Web Page Widths
Once you've moved beyond beginning Web design, you'll come across the most aggravating question for a Web designer: what resolution should I design the pages for? This also comes out as how to decide how wide your pages should be.
HTML for Facebook
Facebook notes allow you to put HTML on your Facebook page. But you can't use every HTML tag out there. Find out what HTML tags work in Facebook notes, and how you can use them in your notes. Learn how to use HTML in your Facebook Notes.
What is the index.html page?
index.html pages are the default pages for your directories. This tutorial explains how to use them.
Tableless Layouts
CSS Positioning helps you create web pages that have a creative layout without the use of tables. This is often called tableless layout.
How to Install Apache
Learn how to install Apache on a Linux web server. It's easy to install the Apache web server on a Linux system from source files.
8 Easy Ways to Learn HTML
It's easy to learn HTML, and there are so many different ways to do it, it's criminal if you haven't already started. This article will show you some of the many ways you can get started learning HTML on About.com and other places.
Tabs in HTML
Using a tab character in HTML can be tricky, as web browsers don't recognize tabs as anything different from other white space characters like space and return. This quick tip will explain how you can get the effect of a tab character on your pages.
font-smooth
A description of the CSS property font-smooth
Change the Font Color with CSS
It's easy to change the font color with one simple CSS style property.
Add a PDF File
Adobe Portable Document Format (PDF) is a great way to display documents that need to be printable, but might be too complex for a Web page. Learn how easy it is to include a PDF file on your site.
Play Sound on Click/MouseOver
You can use this DHTML script to make a sound play when you mouse over a page element or click a link.
How to Create a Drop-Down Menu in Dreamweaver
Dreamweaver makes it easy to create drop-down menus for your Web site. And if you don't have the time to code them, Dreamweaver has a built-in tool for creating jump menus.
Free Dreamweaver Tutorials
Free Dreamweaver tutorials make it easy to learn how to use Dreamweaver. These free Dreamweaver tutorials will show you the basics of Dreamweaver and also teach you how to use Dreamweaver for other effects.
How to Force Internet Explorer 8 to View a Page in Compatibility Mode (or Not)
Internet Explorer 7 introduced a new feature to the browser - quirks mode. This mode would be enabled when the web designer of a page did not use a DOCTYPE declaration. Then, when Internet Explorer 8 came out, it was much more standards compliant than previous versions of IE. So Microsoft created the compatibility view to allow designers to wait on re-writing their websites for web standards and instead have IE 8 render the pages as IE 7 had in the past. This is called compatibility view.
display: hidden visib: none
These properties may seem like they do the same thing, but they actually act differently.
Iframes and CSS
Learn how to use CSS with iframes. You can style both the iframe itself or the contents within it. This article explains how to use CSS to style iframes.
CSS Drop Shadows
Learn how to write CSS drop shadows without using any images. It's even possible to create drop shadows on text, but currently not in a standards-compliant or accessible way.
Aptana Studio
Aptana Studio is a text editor and for Windows, Macintosh, and Linux. It is best suited to Professional Web Developers or XML Developers.
Best Macintosh WYSIWYG Editors
WYSIWYG editors are HTML editors that attempt to display the Web page as it will show on the browser. They are visual editors, and you don’t manipulate the code directly. Some HTML WYSIWYG editors also include a text editor, while others are purely WYSIWYG. This is my list of the best HTML WYSIWYG editors for Macintosh.
Targeting Links in HTML IFrames and Frames
When you add an iframe to your page or build a framset web page in HTML 4, you need to know where the links are going to open. The target attribute on links tells the browser where to open the link. This article will also teach you how to use target keywords _parent, _self, _top, and _blank to open links in specific locations.
Font Families
A guide for beginning Web designers and anyone who uses fonts on Web sites to find the right font for the right situation. This article will help you choose fonts for your site that show your originality but also work for your readers.
HTML Codes - Special Characters for Currency - Money Symbols - Currency HTML Codes
HTML codes to put currency characters on your Web page.
Sample Tables with CSS
Sample Tables with CSS Examples of How to Modify Tables with CSS A Standard Table with Head and Body
Visual Color Symbolism Chart by Culture - Cultural Color Symbolism Chart
Visual Color Symbolism Chart by Culture What Different Colors Mean in Different Cultures Return to Color
Rollover Images in Dreamweaver
It's easy to create a rollover image with Dreamweaver. This tutorial shows how to do it in Dreamweaver CS3, but the instructions are identical for versions back through Dreamweaver MX, including MX 2004, and Dreamweaver 8.
What is a CSS Inline Style?
Once you understand what a CSS style property is, you'll want to apply them to your pages. One way to do that is to style the exact element with an inline style.
RGB to Hexadecimal Color Codes Chart
RGB to Hexadecimal Color Codes Chart Convert RGB to hexadecimal using this conversion chart This table
Styling Links with CSS
Don't let your links be boring, create links that are styled just like the rest of your Web pages. And before you think that just means changing the hover color - there's way more to it than that. When you're designing your page, don't forget to design your links.
Wrap Text Around an Image
Using CSS or basic HTML you can place your images on a page and then wrap the text around them. This tutorial explains how easy it is to wrap text around a photo or image.
Top 10 Web Designer Job Skills
Web designer job skills list. These are the skills that you should have in order to be a Web designer or Web developer.
Sending HTML Email
Learn how to use HTML to create email newsletters.
Images Missing from Page
Beginning Web designers often put images on their Web pages but when they view their pages online, the images do not display. There are several possible causes of this problem and several solutions.
Comment Your XML
XML comments are very similar to HTML comments. tags create a space for you to keep your code clear.
HTML Tutorial
Learn HTML and build your own Web page through a step-by-step HTML tutorial on the About Web Design site.
HTML Codes - Special Characters for French - ASCII Table - French HTML Codes
HTML codes to put French characters on your Web page.
Adding Links to Web Pages
How to add links and images to your Web site - this page discusses how to add links and anchors and bookmarks
Styling Links with CSS - Examples
Styling Links with CSS Examples Use the following CSS to change your link styles. Return to Styling Links
Links for Navigation Menus
Learn how to use CSS to style basic unordered lists into vertical navigation menus for your Web site.
Writing HTML in Notepad
You already have a great HTML editor built into your Windows operating system - Notepad. Learn how to use Notepad to write HTML.
Check Google Position
Finding out where your site ranks in Google can be tricky. There are many websites that claim that they can tell you where your page shows up in Google search results for your keyword phrase, but most of these sites are unreliable and produce questionable results.
ASCII HTML Codes - HTML Special Characters in the ASCII Set
HTML codes to put ASCII special characters on your Web page.
Color Symbolism Chart- Culture
Using color can be problematic if you don't design with the culture of your audience in mind. Colors have different meanings to different cultures. This chart should help make sense of the color symbolisms of various cultures.
INPUT Button
The INPUT Button tag is used to display text buttons. It is an HTML 4 and HTML 5 tag.
Amaya
Amaya is a WYSIWYG editor for Windows, Macintosh, and Linux or UNIX. It is best suited to Professional Web Developers or Professional Web Designers.
Use JavaScript to Open Window
Learn how to open a link in a new window. Use JavaScript to open a new window.
Using the DIV Tag
Learn how to use the DIV tag to create valid XHTML+CSS Web pages that are easy to read and change whenever you want to change them.
Set up a Webcam Web Page
Learn how to setup a webcam web page with the correct HTML codes in the document and the webcam image on the page.
Styling HR Tags with CSS - Examples of Styled Horizontal Lines with the HR Tag
Styling Horizontal Rules with CSS Examples Examples of how to style the HR tag with CSS. Plain HR Tag
Web Design Pricing Thoughts
Web design pricing is a hot issue for new designers - learn how to set your web design prices and charge your customers reasonable and fair rates and fees for web design work.
What is HTTPS?
HTTPS or HTTP over SSL is a way to encrypt data sent and received over the Web so that monetary and other sensitive transactions are secure. If you are going to run a store on your Web site and collect credit card or other monetary data, you should use an HTTPS secured server so that the data is secure.
Background Colors and Images
Learn how to use background colors and images to enhance the look of your Web pages
GaGa for Google
Learn how to edit your Web page so that it works with the Googlebot and not against it. These tips won't guarantee you top ranking, but they will help.
CSS Media Types Create Prin...
Learn how easy it is to use Cascading Style Sheets (CSS) media types to define a printer-friendly page without actually building one.
Tabbed Navigation
It's easy to add tabbed navigation into your Web pages with CSS and page identifiers.
Create a New Web Page
Learn how to create a new Web page using the Windows program Notepad
Searching Your Site
Once you have more than 10 pages on your Web site, you'll want to add search to the site. These tools can help you add search to your Web site for free.
Free Domain Name
When you're building a website, one of the expenses you'll need to cover is a domain name. It is possible to get the domain registration for free in a few situations. Learn how to get a free domain name for your website.
How to Add an RSS Feed to a We
Once you've built an RSS feed for your website, you'll want to connect it to the site with a link tag. It's best if you link the RSS off every page of your site, but you can also link it from just one or two pages - for instance, the pages that most make sense for that feed.
Facebook Palette
Color is very important on Web pages, and these color palettes can be used by Web designers in their designs. This is an approximation of the Facebook color palette based on their home page and internal pages.
What is XHTML?
Learn to understand what XHTML is, how to write it, and how to convert your existing HTML to XHTML.
Web Design for the iPhone
If you're going to build Web pages that can be viewed on cell phones like the iPhone, you should be aware of some of the drawbacks to these devices so that your site is not impossible to use. These tips will help you build Web pages that are either designed solely for cell phones and wireless handheld devices or help you design pages that adapt depending upon what type of device is viewing it.
PDF to HTML Converters
If you have a PDF document that you want to put on a web page, you can post it to the web as a PDF, but sometimes you want it to be a real HTML web page. These PDF to HTML converters will help.
INPUT Hidden
The INPUT Hidden tag is used to submit data that is hidden from the form users. It is an HTML 4 and HTML 5 tag.
Comments on Comments
HTML comments allow you to write notes about the code, hide old information, and hold reminders on the page. Comments are not seen by the people viewing the page, but they show up in the HTML code.
Padding and Margins
Learn the difference between padding and margins in Web page documents - a frequently asked question on Web design.
How Can I Create a Watermark?
Learn how to create a watermark background image with just CSS.
Rounded Corners Using CSS
Rounded corners on boxes is a popular way to make CSS designs look less boxy, but the most common method requires a large amound of images which can drastically increase the download time for your pages. This method uses stripes and inline elements to get the effect of rounded corners.
Copyright on the Web
Just because something is on the Web does not make it 'free' for copying. Copyright and intellectual property laws still apply.
Add a Caption to Your Images
Putting a caption on an image can be a useful feature when you want to describe the image, but getting it to stay with the image can be challenging. Learn how to use some HTML and CSS to create a nice looking caption that stays right below your image.
HTTP Status Codes
The HTTP status codes are messages that the server returns when processing a request for a Web document. These messages include the standard 404 error message for a page not found through more obscure messages like 101 Switching protocols. This document explains the various error messages.
@import vs link in CSS
There are two ways to load an external style sheet into your Web pages - @import or link. But why would you use one or the other? This FAQ explores the original purpose of both methods of including style sheets and then explains some of the common reasons for choosing one over the other or using a combination of both.
CSS 3 Opacity
Opacity is a method of making elements transparent in CSS 3. It is not supported in all browsers, but there are ways to get around it in the browsers that don't support it.
Adding and Uploading Images
Learn how to upload an image to your web hosting server and then point to it so that it shows up on your web page.
HTML Codes - Special Characters for Spanish - ASCII Table - Spanish HTML Codes
HTML codes to put Spanish characters on your Web page.
Tabs in HTML with CSS
Tab 1 Tab 2 Tab 3 Tab 4 The only difference in the HTML code between this page and the other three tabbed
Your First HTML Form
Building your first HTML form, hints on building and using HTML forms
What's New in HTML 5
HTML 5 is a new specification of HTML designed to help Web application developers build better Web applications. There are some new and interesting features of HTML 5 that you won't find in HTML 4 or XHTML 1.0.
How to Set up Dreamweaver to Transfer Files
In order to use Dreamweaver to transfer files from your hard drive to your Web site, you need to set up Dreamweaver to do file transfer. The most common method of file transfer is FTP, and this tutorial will show you how. There are also several other methods that Dreamweaver provides to help you manage your files, and this article will show how they are set up.
Changing Font Attributes
Use CSS to change the size, color, and face of your text
Restart Apache (Linux)
If your Linux Apache Web server is started, you can stop and restart it with just a couple of steps.
Paths of a Web Designer
Whether you've just decided to learn how to create a Web page or you've been designing pages for years, there is sure to be something new to learn - once you know where you are on the path, you know what you're ready to focus on next - from beginning HTML, advanced HTML, professional web designers and programmers, to XML.
Windows Text HTML Editors
Text editors are HTML editors that allow you to manipulate the HTML tags directly. Some HTML text editors also include a WYSIWYG editor, while others are purely text. This is my list of the best HTML text editors for Windows.
Overview of the HTML DIV Element
This article about the DIV tag is for beginning and intermediate web developers who are interested in learning how to use the DIV tag to create HTML and CSS layouts, align page content, and make logical divisions in their page content.
Sample Input Fields - Examples of the INPUT Tag in HTML Forms
Input Tag Examples Sample HTML Forms with Different Input Tags Basic Input Tag Button Input Tag Button
HTML Tags
HTML tags are an important part of HTML. Learn the attributes and uses of XHTML and other HTML elements. This is a full library of XHTML elements, HTML tags, WebTV and other alternative browser tags and much more.
Embed Sound on a Web Page
Getting music to play on a Web page is much easier than you might think based on how Web editors have been doing it. There are several methods that work but are either not part of the specification or are deprecated. This how to will show you how to add sound to your Web pages in a standards compliant fashion.
How to Build an Image Map
Learn how to build an image map without an image map editor. It only takes a couple of HTML tags. Image maps are easier than they seem at first.
Using Style Classes and IDs
Applying styles across sections of a document using class and id attributes
Dreamweaver Web Photo Album
It's easy to use Dreamweaver to create a Web photo album of all the pictures in a directory. The Dreamweaver Web Photo Album wizard makes it easy.
IFrames
Learn how to use iframes on web pages
KompoZer
KompoZer is a text editor and WYSIWYG editor for Windows, Macintosh, and Linux. It is best suited to Professional Web Designers or Professional Web Developers.
GET versus POST Requests on HTML Forms
There are two methods you can use on your HTML forms but how do you decide which one to use? This article explains when you should use each one.
Tips to a Great Web Page
Ten helpful tips for creating better, more useful web pages.
Magic with Meta Tags and Se...
Use Search engine optimization (SEO) to boost your marketing strategy with meta tags
CSS Layout Step-by-Step
CSS layout requires that you think of your Web site layout as a whole, and then take the pieces and put them together. Use this tutorial to go from a simple wire-frame of a basic 3-column layout all the way to a Web page ready for content to be included.
Float an Image to the Right
It's easy to float an image to the right using the float property in CSS.
text-decoration
A description of the CSS property text-decoration
Free Software to Create EPUB Digital Books
A list of free options to create EPUB documents for ebook publishing. This article highlights some of the software options available for EPUB documents.
Center with CSS Examples - Examples of How to Center Using CSS
How to Center Text Examples Learn How to Use CSS to Center Text Learning how to center items with CSS
Free Web Templates
These free Web templates will help you get the most out of your Web pages by doing the design work for you. You can manipulate these free Web templates to meet your needs, or just use the free Web templates as-is.
Web Design Glossary
A glossary of jargon terms used in the HTML and XML industry
Install Apache - Windows
Learn how to install Apache on a Windows web server. It's easy to install the Apache web server on a Windows system from binary files.
text-align
Learn more about the CSS text property: text-align. This document explains the rules of the text-align property, how it is used, and the browser support that it has.
New Dreamweaver Web Site
Learn how to define a website in Dreamweaver so that you can edit and manage the site within Dreamweaver. This tutorial applies to Dreamweaver versions from Dreamweaver MX through Dreamweaver CS4 including Dreamweaver MX, Dreamweaver MX 2004, Dreamweaver 8, Dreamweaver CS3, and Dreamweaver CS4.
float
A description of the CSS property float
Types of CSS Styles
Understanding the three types of CSS styles is important if you're going to use cascading style sheets effectively.
Upload Your Web Site
Use FTP to upload your Web site from your hard drive to your Web host.

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.