Real life problems solved
Posted by tech-problems on Sep 3, 2010 in HTML | 0 comments
Here is the code for a HTML 5 blank page
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8" /> <title>Untitled Document</title> </head> <body> </body> </html>