![]() |
a first step coding HTML5:HTML 5 |
<!doctype html> <html> <head> <title>.::Title::.</title> </head> <body> section contents </body> </html>
<html> </html>
to define a new "html" content. <head>
<title>.::Title::.</title>
</head>
to make the "title" in "html". <body>
section contents
</body>
beginning-making "body" in "html".RESULT
No comments:
Post a Comment