Header Ads Widget

Responsive Advertisement

HTML Basic Templates

 HTML Basic Templates :



Hello Guys if you are learning html and css and basically web development ,  and This is the template of html 

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<script src=""></script>

</body>
</html>

copy this code and paste it on your favrate code editer



Post a Comment

0 Comments