What HTML is
Hypertext Markup Language. The lingua franca for publishing hypertext on the World Wide Web. HTML is a nonproprietary format based on SGML. It can be created and processed in a wide range of software programs, from simple plain text editors to WYSIWYG programs to sophisticated authoring tools.
HTML is a mark-up language (versus a programming language) that uses tags to structure text into headings, paragraphs, lists, and links (like those seen on the NetLingo.com HTML Code Cheat Sheet). It tells a Web browser how to display text and images. You can see a Web page's HTML code if you select "view source" from the View menu in your Web browser.
A question that often comes up is how to make HTML code be visible on a page and not execute? You do this by using the ASCII code equivalents of the "less than" and "greater than" symbols (this way it is interpreted as just text and not real HTML code).
The meaning of Raster graphics
Also known as "bitmapped graphics" these programs store images in the form of patterns of screen pixels. Unlike "draw programs" (vector graphics), these "paint programs" can create detailed patterns of shading that convey an artistic touch, but any attempt to rescale or resize the image may result in unacceptable distortion. Raster-based graphics have become a standard technology and are popularly known by their GIF and JPG formats. Raster graphics use pixel-by-pixel definitions as opposed to vector graphics which use computer algorithms to describe shapes, lines, animation, etc.