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.
Formatting text
You need headings to organize your Web page, differing types of type to place emphasis, and lists to keep things interesting. These tags help you format them all:
Headings:
Top heading
,Next-level heading
, ...Lowest heading
Bold: text
Italic: text
Paragraph:
A paragraph of text
Bulleted list:
- First list item
- Second list item
Numbered list:
- Item #1
- Item #2
Inserting links
Web sites are meant to link to other sites and be linked to them. These HTML tags are the ones you need to connect in the ether:
Links to external Web pages: The ...For Dummies Web page
Links within a Web site, same directory: My resume
Links within a page: Jump to the next line. Here is the next line.
Graphics and multimedia
You want graphics and multimedia on your Web page to add visual interest. These HTML tags show how to include visuals:
Photos and still images:
Moving images:
Drawing tables
Setting up tables means setting a border and making HTML tags for every row and cell:
Start table with 1-pixel border:
Rows and cells:
Table end:
First Row, First Cell | First Row, Second Cell |
>Second Row, First Cell | Second Row, Second Cell |