Page 74 - Trackpad_V1_Book 7_Flipbook
P. 74
Border properties can be applied in the following ways:
border-width:value
Where value = thin, thick, medium, or numeric values specified in pixels.
border-style:value
Where value can be specified as none, hidden, dotted, dashed, solid, double, groove, ridge,
inset, or outset.
border-color: value
where value can be specified as the name of the colours or in hexadecimal code.
Example:
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> iFrames Border </TITLE>
<Style Type = "text/css">
Body {Background-Color:Grey}
iframe{border:10px dotted purple}
</Style>
</HEAD>
<BODY>
<H1 ALIGN = "CENTER"> Example of double spread containing inline frames
</H1>
<iframe src = "Frame1.html" Style="Height:200px;Width:200px;" Title =
"iframe Example"> </iframe>
<iframe src = "Frame2.html" Style="Height:200px;Width:200px;" Title =
iframe Example"> </iframe>
</BODY>
</HTML>
72 Trackpad (Version 1.0)-VII

