I am coding a web standard template, Are these only the thing which is needed for a web standard template or do we need include any more basic tags?
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1; charset=utf-8">
<meta name="keywords" content="My Keywords">
<meta name="author" content="My Description">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="My Description">
<meta name="generator" content="My Description">
<title>My Title</title>
</head>
<link rel="stylesheet" href="css/css.css" type="text/css">
<script src="script.js"></script>
<body></body>
</html>
Aucun commentaire:
Enregistrer un commentaire