20.02.2014, 10:28
Quote:
For the love of god, avoid w3schools at all costs! http://www.w3fools.com/
|
Quote:
This is your standard template:
Код HTML:
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Content</p> </body> </html> |
Код HTML:
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Content</p> </body> <footer> © 2014 </footer> </html>