|
Practice
Style Sheet
|
![]() |
||
<HTML>
<HEAD>
<TITLE>Style Sheet Default Sample Page</TITLE>
</HEAD>(Make style in one line)
<style type="text/css">
<!--
BODY { font-family: AlexanderBecker, AlexanderBeckerOutline, Fantasy; font-size: larger; font-weight: 500; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal; color: #FF0000; background: #FFFF00; margin-left: 10%; margin-right: 10px; margin-top: 5px; margin-bottom: 5px; margin-width: 700px; border-left: 0px grove #FF0000; border-right: 0px; border-top: 0px grove #FF0000; }
-->
</style><BODY>
<BR>
<CENTER>Welcome...</CENTER><BR>
<BR>
The text you are reading now is in the <BODY> and </BODY> tags.<BR>
<BR>
Any Style Sheet attributes associated with the tag <BODY> such as background<BR>
<BR>
color/image, font style, etc. will be shown here. In the examples below, you will<BR>
<BR>
see various different HTML Tags. If a Style Sheet attribute was applied to any of them,<BR>
<BR>
it will be shown.
<BR>
<HR>
You must be viewing .html files which contain style sheets in either Netscape Navigator 4.0+<BR>
<BR>
or in Microsoft's Internet Explorer 3.0+, otherwise you will not be able to view the effects<BR>
<BR>
of the Style Sheet.<BR>
<BR>
<BR>
<A HREF="http://www.brebru.com">This sentence is in the <A> tag.</A><BR>
<BR>
<ADDRESS>This sentence is in the <ADDRESS> tag.</ADDRESS><BR>
<BR>
<B>This sentence is in the <B> tag.</B><BR>
<BR>
<BIG>This sentence is in the <BIG> tag.</BIG><BR>
<BR>
<BLINK>This sentence is in the <BLINK> tag.</BLINK><BR>
<BR>
<BLOCKQUOTE>This sentence is in the <BLOCKQUOTE> tag.</BLOCKQUOTE><BR>
<BR>
<CENTER>This sentence is in the <CENTER> tag.</CENTER><BR>
<BR>
<CITE>This sentence is in the <CITE> tag.</CITE><BR>
<BR>
<CODE>This sentence is in the <CODE> tag.</CODE><BR>
<BR>
<DL>This is a Definition List <DL>.<BR>
<BR>
<DD>This is a Definition Definition <DD>.<BR>
<BR>
<DT>This is a Definition Term <DT>.<BR>
</DL>
<BR>
<COMMENT>This sentence is in the <COMMENT> tag.</COMMENT><BR>
<BR>
<DFN>This sentence is in the <DFN> tag.</DFN><BR>
<BR>
<DIV>This sentence is in the <DIV> tag.</DIV><BR>
<BR>
<EM>This sentence is in the <EM> tag.</EM><BR>
<BR>
<H1>This sentence is in the <H1> tag.</H1>
<H2>This sentence is in the <H2> tag.</H2>
<H3>This sentence is in the <H3> tag.</H3>
<H4>This sentence is in the <H4> tag.</H4>
<H5>This sentence is in the <H5> tag.</H5>
<H6>This sentence is in the <H6> tag.</H6>
<HR>
The above and below these two sentences are Horizontal Rule Bars (Represented as <HR>).<BR>
You can alter the width and indentation of the line through the Style Sheet.<BR>
<HR>
<BR>
<I>This sentence is in the <I> tag.</I><BR>
<BR>
<KBD>This sentence is in the <KDB> tag.</KBD><BR>
<BR>
<OL>This is the first sentence in an Ordered List <OL>.<BR>
<LI>This is a list item.
<LI>This is a list item.
</OL><BR>
<BR>
<UL>This is the first sentence in a Unordered List <UL>.<BR>
<LI>This is a list item.
<LI>This is a list item.
</UL><BR>
<BR>
<LISTING>This sentence is in the <LISTING> tag.</LISTING><BR>
<BR>
<MARQUEE>This sentence is in the <MARQUEE> tag.</MARQUEE><BR>
<BR>
<MULTICOL>This sentence is in the <MULTICOL> tag.</MULTICOL><BR>
<BR>
<P>This sentence is in the <P> tag.</P><BR>
<BR>
<PRE>This sentence is in the <PRE> tag.</PRE><BR>
<BR>
<SAMP>This sentence is in the <SAMP> tag.</SAMP><BR>
<BR>
<SMALL>This sentence is in the <SMALL> tag.</SMALL><BR>
<BR>
<SPAN>This sentence is in the <SPAN> tag.</SPAN><BR>
<BR>
<STRIKE>This sentence is in the <STRIKE> tag.</STRIKE><BR>
<BR>
<STRONG>This sentence is in the <STRONG> tag.</STRONG><BR>
<BR>
<SUB>This sentence is in the <SUB> tag.</SUB><BR>
<BR>
<SUP>This sentence is in the <SUP> tag.</SUP><BR>
<BR>
<TABLE BORDER=1>
<TR>
<TD>This sentence is in the <TABLE>, <TR>, and <TD> tags.</TD>
</TR>
</TABLE>
<BR>
<TT>This sentence is in the <TT> tag.</TT><BR>
<BR>
<U>This sentence is in the <U> tag.</U><BR>
<BR>
<VAE>This sentence is in the <VAR> tag.</VAR>
<BR>
</BODY>
</HTML>