WEBSITE DESIGN TIPS: HTML, JAVASCRIPT
CODES, TIPS,TRICKS AND TECHNIQUES - 5
Web Source Web Design Tips
by Shelley Lowery
Customizing Your Lists
The ORDERED LIST tag is used to create a numbered list
to display your list text.
- List item 1
- List item 2
- List item 3
- List item 4
To display your list with letters (a,b,c,d) instead of
numbers (1,2,3,4) add
- tag.
- List item 1
- List item 2
- List item 3
- List item 4
- List item 1
- List item 2
- List item 3
- List item 4
To display your list with Roman numerals, add
to the
- tag.
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Decreasing Text Size Without the Font Tag
The SMALL tag is used to decrease the size of your font.
You can add additional SMALL tags, side by side, to decrease
your font size even further. For each additional SMALL tag you
use, your font size will decrease.
Example:
Your Text
Your Text
The SMALL tag can be used in place of the FONT tag, as they
both perform the same task.
Example:
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Setting Table Widths
The TABLE tag is the opening tag used to create a table
within a web page.
You can specify your TABLE width as a set number value or
use a percentage.
SET WIDTH VALUE:
Column 1 | Column 2 |
PERCENTAGE WIDTH VALUE:
Column 1 | Column 2 |
In addition, you can set the widths of your TABLE columns to
display your columns at a specific width.
Column 1 | Column 2 |
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Adding Color to Table Borders
The TABLE tag is the opening tag used to create a table
within a web page.
You can add color to your TABLE borders by adding
BORDERCOLOR="#336699" within your TABLE tag.
Column 1 | Column 2 |
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Adding Color to Table Cells
The TABLE tag is the opening tag used to create a table
within a web page.
To add color to your TABLE cells, add BGCOLOR="#CCCCCC"
within the tag.
Column 1 | Column 2 |
Row 2 | Row 2 |
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
This Report may be Distributed in any way and even resold, as long
as all information, including bylines above and physical URL's are left
intact and article remains unchanged.
No comments:
Post a Comment