Home  • Programming • HTML5

Element structure for all HTML5 documents

<!DOCTYPE html>
<html lang="en">
 <head>
   <meta charset="utf-8" />
   <title>my first HTML Doc</title>
 </head>
 <body>
     <!--Document content goes here..-->
 </body>
</html>

Share

About Author
Arif  Mainuddin
Copyright © 2024. Powered by Intellect Software Ltd