Wednesday, 4 March 2020

Basic html5 code


Hello friends just  copy and paste in notepad editor and save my first.html  . Important .hmtl . Then double click on the file.



 <!doctype html>

<html lang="en">


<head>
  <meta charset="utf-8">


  <title>The HTML5 </title>
  <meta name="description" content="The HTML5 ";>
  <meta name="author" content="SitePoint">

  <link rel="stylesheet" href="css/styles.css?v=1.0">

</head>
Welcome to my page

<body>
  <script src="js/scripts.js"></script>
</body>
</html>

No comments:

Post a Comment