Saturday, 21 November 2015

a first step coding HTML5:HTML 5

a first step coding HTML5:HTML 5
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
a first step coding HTML5:HTML 5

No comments:

Post a Comment