Кодировка html документа
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Ключевые слова
<meta name="description" content="Описание" /> <meta name="keywords" content="Теги" />
Вставка CSS в html документ
<style></style> <style type="text/css">style</style> <link type="text/css" rel="StyleSheet" href="/css/mycss.css" /> - между тегами head
Вставка JS в html документ
<script></script> <script type="text/javascript"></script> <script type="text/javascript" src="js/myjs.js"</script> - между тегами head