 |
a first step coding HTML5:HTML 5 |
in the first post "
html" I will give a lesson on
basic tag on htm 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