First page Back Continue Last page Image
- What About Spaces And Tabs?
- <! DOCTYPE html>
- <html>
- <head>
- <title>My Basic Index Page</title>
- </head>
- <body>
- My Name is Nicole Cook
- </body>
- </html>
- <! DOCTYPE html><html><head><title>My Basic Index Page</title></head><body>My Name is Nicole Cook</body></html>
- These 2 versions of the same code will display identically in a browser
- So the spacing is only there to make the file easy for you (the programmer) to read