New HTML Page Template for Web DesignIt'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
|
|
All Content ©2020 WebRef.eu |