Articles & Books From HTML

Step by Step / Updated 03-27-2016
As a leading WYSIWYG Web pages tool, CoffeeCup HTML Editor has all the important basic features that you need to build basic Web pages. Using these features, you can create and edit Web pages without seeing HTML tags, drag and drop links to other Web locations without typing the URL or pathname, cut and paste graphics into your Web page, resize graphics, and add alternate text, and create and edit tables and forms.
Step by Step / Updated 03-27-2016
Including lists on your Web pages is good design. Lists are interesting to look at, easy to scan, and inspire you to write short, punchy phrases. Follow these steps to create a list in Notepad:Add the text for your list in Notepad.For the document shown here, this is what was typed: If you meet the following three qualifications, most important first, you may be eligible to become a member of Death Valley Hockey Club: 8 to 12 years old.
Article / Updated 03-26-2016
Using HTML lists is a great way to present information to readers on your Web pages. Lists make information on your Web page easy to parse. Here are some other reasons to use lists on your Web pages: Lists are interesting to look at: Web pros are always telling people to use lots of white space to vary the appearance of their pages so they’re not just featureless blobs of text.
Article / Updated 09-29-2023
There are plusses and minuses of adding sound to your Web page, but if you decide adding sound is of value to your Web page visitors, HTML offers two competing ways to add it: with the tag and with the embed tag.The tag works well and has useful options for controlling sound, but it’s not supported by all browsers.
Article / Updated 03-26-2016
Including a navigation bar helps your readers find information on your site. If you are building your Web page in an HTML text editor, the coding to create a navigation bar is easy. Here’s an example of a simple text navigation bar for a small consulting business: Home | Services | Memberships | Publications | Experience | Contact me Each tab is underlined to reflect that it’s a link to that page or multipage area of the site.
Article / Updated 11-21-2019
When you're creating Web pages, you use HTML — a lot! The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lines, and images as well as boldface and italicized type, not to mention how to include a link.
Article / Updated 03-26-2016
If you're creating Web pages, you can't escape using HTML, and really, why would you want to? The Web language translates your glorious ideas into engaging Web pages. The lists here offer the basic HTML tags used most often in formatting Web pages, including links to other Web pages, inserting images on your page, and creating tables.
Article / Updated 03-26-2016
To help you keep all the options in markup languages in perspective, here's a quick review of how we got to where we are now. The World Wide Web was built on good old HTML, the Hypertext Markup Language, which was born out of SGML, the Standard Generalized Markup Language, which dates all the way back to 1986.