![]() |
|||||||||||||||||||||
|
All HTML documents should be started with the <html> tag and ended with the </html> tag. They consist of two sections: 1) The HeaderThe head should be enclosed within the <head> and </head> tags.2) The Document BodyThe main document content (what is visible in the browser window) should be contained within the <body> and </body> tags.The HTMLa)
b)
c)
d) The four examples above (a, b, c & d) are all excepted mark-up, but c & d are preferred because they are easier to read. As can be seen in examples c & d both lowercase and uppercase letters are allowed. © 2003 Ashley Preston |
||||||||||||||||||||
![]() |
|||||||||||||||||||||