Skip to content

Instantly share code, notes, and snippets.

View ZakharDay's full-sized avatar

ZakharDay ZakharDay

View GitHub Profile
<!-- New Semantic/Structural Elements -->
<header></header> <!-- Что-то идущее сверху -->
<footer></footer> <!-- Что-то идущее снизу -->
<section></section> <!-- Секция — элемент для деления контента на части -->
<article></article> <!-- Для размещения статей -->
<aside></aside> <!-- Для размещения стороннего контента -->
<figure></figure> <!-- Картинка, диаграмма и тп. -->
<figcaption></figcaption> <!-- Подпись к картинке, диаграмме и тп. -->
<nav></nav> <!-- Навигация -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<style>
body {
background-color: steelblue;
color: white;
font-family: "HelveticaNeue-Light", Arial, sans-serif;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<style>
body {
background-color: steelblue;
color: white;
font-family: "HelveticaNeue-Light", Arial, sans-serif;
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<style>
body {
background-color: steelblue;
color: white;
font-family: "HelveticaNeue-Light", Arial, sans-serif;
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Hello World</title><style>body {background-color: steelblue;color: white;font-family: "HelveticaNeue-Light", Arial, sans-serif;}h1, h2, h3, h4, h5, h6, p {font-weight: normal;background-color: black;}section {margin: 100px;border: 10px solid white;padding: 100px;background-color: green;}</style></head><body><section><h1>Hello World</h1><h2>Hello World</h2><h3>Hello World</h3><h4>Hello World</h4><h5>Hello World</h5><h6>Hello World</h6><p>Здравствуй мир</p></section></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8>
<title>Hello World</title>
<style>
body {
background-color: steelblue;
color: white;
font-family: "HelveticaNeue-Light", Arial, sans-serif;
<!DOCTYPE html>
<!-- Don't copy me dude! -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<!--<link rel="stylesheet" href="reset.css">-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<link rel="stylesheet" href="reset.css">
<style>
body {
background-color: steelblue;
color: white;
<video crossorigin="anonymous" loop="" width="360" height="285" tabindex="0">
<source src="http://material-design.storage.googleapis.com/videos/DelightfulDetails_WellCrafted_v01_large_xhdpi.webm" type="video/webm">
<source src="http://material-design.storage.googleapis.com/videos/DelightfulDetails_WellCrafted_v01_large_xhdpi.mp4" type="video/mp4">
</video>
<video crossorigin="anonymous" loop="" width="150" height="150" tabindex="0">
<source src="http://material-design.storage.googleapis.com/videos/animation-delightfulDetails-statusChange-example_large_xhdpi.webm" type="video/webm">
<source src="http://material-design.storage.googleapis.com/videos/animation-delightfulDetails-statusChange-example_large_xhdpi.mp4" type="video/mp4">
</video>