Basic Html Page

Submit By webmaster 2 years ago in html category
Tags: html
Complete HTML web page code snippet example with CSS and script tag.
Preview HTML CSS JavaScript Resources
<!DOCTYPE html> <html> <head> <title>Title</title> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width,minimum-scale=1, initial-scale=1.0"> <meta name="description" content="page description"> <meta name="keywords" content="page keywords"> <meta name="author" content="FreeCodeSnippet"> <link rel="stylesheet" type="text/css" href="style.css"> <script src="common.js"> </script> </head> <body> <h1> Heading of the Webpage</h1> <p>Description of the web page in the paragraph</p> </body> </html>

Download Basic Html Page snippet code.

This HTML, CSS, JavaScript and Bootstrap snippet is free (open-source) hence you can use it in your project. You can modify the above editor code and see the live update. You can also download the modify code. Feel free to play with Basic Html Page snippet code. If you like it then don't forget to share this code with your friends.

Free code snippet playground

Let's share the example by using HTML, CSS, JavaScript and Bootstrap.

Add New Snippet