FONT HIDING TEXT/TAGS in HTML, FONT HIDING TEXT/TAGS in HTML, FONT HIDING TEXT/TAGS in HTML
- COMMENTING IN THE HTML CODING
- <!-- -->
Example code:
<!-- Tags and text will <B>not</B> be read by browser --> Results of example code: - <COMMENT>
Example code:
<COMMENT>Text will not be read by browser, <B>but tags will be.</B> </COMMENT> Results of example code:
Comments will not be read by browser, but tags will be.
- <!-- -->
- NOEMBED Example code:
<NOEMBED>Text and tags within the NOEMBED tags will be ignored by <I>most</I> EMBED capable browsers, but will be read by non-EMBED capable browsers.</NOEMBED>
Result of example code:
Text and tags within the NOEMBED tags will be ignored by <i>most</i> EMBED capable browsers, but will be read by non-EMBED capable browsers. - NOFRAMES Example code:
<NOFRAMES><BODY>Text and tags within the NOFRAMES tags will be ignored by <I>most</I> frames capable browsers, but will be read by non-frame capable browsers.</BODY></NOFRAMES>
Result of example code:
<body> Text and tags within the NOFRAMES tags will be ignored by <i>most</i> frames capable browsers, but will be read by non-frame capable browsers. </body> - NOSCRIPT Example code:
<NOSCRIPT>Text and tags within the NOSCRIPT tags will be ignored by <I>most</I> Java/JavaScript capable browsers, but will be read by non-Java/JavaScript capable browsers.</NOSCRIPT>
Result of example code:
FONT HIDING TEXT/TAGS in HTML, FONT HIDING TEXT/TAGS in HTML, FONT HIDING TEXT/TAGS in HTML