WebRef.eu  - Internet Marketing and Online Business Resources  

Home / Site Map | Contact

 

New HTML Page Template for Web Design

It's useful to have a barebones HTML template file that gives the essential HTML tags, i.e. head section and body tags, which you can use when you need to create a new HTML page. Here's my current template:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>*Add title*</title>

<meta name="description" content="*Add description*">

<meta name="keywords" content="*keyword1, keyword2, keyword3.*">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="styles.css" rel="stylesheet" type="text/css" />

</head>

<body>

*Add page content*

</body>

 

 


 



Visit LowPrices.co.uk for Your UK Shopping



 




Low Prices UK Shopping

Compare Prices
at LowPrices.co.uk


Home / Site Map | Contact

All Content ©2020 WebRef.eu