+ 1
What is the use of html5
4 odpowiedzi
0
You can use HTML to create static website ...
a basis example :
<!DOCTYPE html>
<html>
<head>
<title>your website name</title>
</head>
<body>
<h1> Welcome to my site!</h1>
</body>
</html>
0
html 5 more interactive for user
example video for YouTube and other graphic
0
html5 is more advanced than html, it can be compatible for almost browsers which is available and it has come up with new functionality and features that will reduce code length as well.
- 3
¯\_(ツ)_/¯