Page 88 - DCAP408_WEB_PROGRAMMING
P. 88
Web Programming
Notes
Notes Avoid using <TT> element; use logical elements instead, e.g. <CODE> or <SAMP>.
<STRIKE> Element
The <STRIKE> element defines text that should be shown with a horizontal line through it. It is
defined as “font style element”. Typically text is striked out to indicate that a text segment
belongs to the original version of a text but has been deleted later.
Example:
<BODY>
“Private agency” means an accredited non-public school,
a nonprofit institution of higher education
<STRIKE>eligible for tuition grants</STRIKE>, or a hospital.
</BODY>
…..is rendered similar to…..
Notes If you use STRIKE in your document, it is advisable to include a note about its
meaning.
<BIG> Element
The <BIG> text element defines text that should be displayed in a larger font than usual.
Example:
<BODY>
That was a <BIG>big</BIG> mistake!
</BODY>
…..is rendered similar to…..
82 LOVELY PROFESSIONAL UNIVERSITY