Hi folks! If you haven’t read the introduction to HTML I advice you to do so here. So we have this code <html> <head> <title>My first HTML tutorial</title> <meta name=”description” content=”Here is the best place to learn HTML” /> <meta name=”keywords” content=”html,tutorial,beginners” /> <meta name=”robots” content=”INDEX,FOLLOW” /> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> </head> <body> <div ...
1 Comment . read more