PAGE TAGS

NCD HTML Design Guide v6.0


Sponsor's ADs:

+ Background and Text Color

Page Color
<body bgcolor=# text=# link=# alink=# vlink=#>
#= rrggbb Hex Number, or Name:
      Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
      Fuchsia, White, Green, Purple, Silver, Yellow, Aqua

Sample Page


Background Image <body background="URL">

Sample Page


Non Scrolling Background
<body background="URL" bgproperties=FIXED>

Sample Page



+ Page Margin

<body leftmargin=# rightmargin=#
           topmargin=# bottommargin=#>
#=margin amount

Sample Page


<body marginwidth=# marginheight=#>
#=margin amount

Sample Page



+ Link

Link Basic <a href="URL"> ... </a>

This is a 
<a href="url.htm">Link Test</a>. 
Try to push!
This is a Link Test. Try to push!



Jump to part of a page
<a href="#name"> ... </a>
<a name="name"> ... </a>

<a href="#jump-test">
Jump to next "Link Target"</a>
<br><br>
<a name="jump-test">Link Target</a>
Jump to next "Link Target"

Link Target


Jump to part of an other page
<a href="URL#name"> ... </a>
<a name="name"> ... </a>

Jump to
<a href="url.htm#jump-test">
Jump to next "Link Target"</a>
in a Link Test document.
Jump to "Link Target" in a Link Test document.


Mail Link <a href="mailto:#"> ... </a>
#=mail address

Send to:
<a href="mailto:msg@ncdesign.org">
 msg@ncdesign.org</a>
Send to: msg@ncdesign.org



+ Target Windows

<a href="URL" target="Window_Name"> ... </a>

<a href="url.htm"
 target="window_name">
Open A Window!</a>
Open A Window!


+ Base Element

<base href="URL" TARGET="Window_Name">

<head>
<base href="/html/index.htm">
</head>
<body>
<a href="../sample/index.htm">SAMPLE PAGE</a>
</body>
SAMPLE PAGE will be resolved to "/sample/index.htm"



+ Focus Control

Hide Focus Rectangle
<a href="URL" hidefocus="#">     #=true

This attribute hide the focus rectangle which displayed when clicking or tabbing the link.

<a href="url.htm"
   hidefocus="true">
Link Test
<a href="url.htm">
Link Test


+ Horizontal Rules

<hr>

<hr>



<hr size=#>

<hr size=10>



<hr width=#>

<hr width=50>
<hr width=50%>




<hr align=#> #=left, center, right

<hr width=50% align=left>
<hr width=50% align=center>
<hr width=50% align=right>





<hr noshade>

<hr noshade>



<hr color=#>
#= rrggbb Hex Number, or Name:
      Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
      Fuchsia, White, Green, Purple, Silver, Yellow, Aqua

<hr color="red">





HTML Design Guide | Style Sheet Guide
Document | Page | Font | Text | Image | Form | Table | Frame | Objects | XML
HTML TAG LIST | PDF Edition


BACK TO NCD HOME
Network Communication Design - /
Copyright & Publishing 1994-2008 Network Communication Design