June 2006
Intermediate to advanced
1344 pages
42h 52m
English
In this appendix and the next, we present XHTML markup and provide screen captures that show how Internet Explorer renders (i.e., displays) the XHTML.[1] Every XHTML document we show has line numbers for the reader’s convenience. These line numbers are not part of the XHTML documents.
[1] This appendix’s examples are available at www.deitel.com/books/vbforprogrammers2.
Our first example (Fig. F.1) is an XHTML document named main.html that displays the message “Welcome to XHTML!” in the browser.
1 <?xml version = "1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 4 5 <!-- Fig. F.1: main.html --> 6 <!-- Our first Web page --> 7 |
Read now
Unlock full access