HTML 17

Description

It show the ordinary background into black background and change the text into white color.

Source Code

html17 <HTML>

<HEAD>
<TITLE>HTM17. Invisible Comments</TITLE>
</HEAD>

<BODY BGCOLOR=#000000 TEXT=#FFFFFF>
<!--
This is my comment which will not be displayed on the page.
-->
This is a page with black background and text changed to white.
</BODY>

</HTML>

Output

HTM17. Invisible Comments This is a page with black background and text changed to white.