19.02.2014, 15:58
This is your standard template:
For other elements, see here: https://developer.mozilla.org/en-US/...b/HTML/Element
Код HTML:
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Content</p> </body> </html>