1. HTML Declaration

example: <!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> The content of the document…… </body> </html> Definition and Usage The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag. The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about whatContinue reading “1. HTML Declaration”

Design a site like this with WordPress.com
Get started