user@machine:~$ cd public_html
user@machine:~/public_html$ touch index.html
user@machine:~/public_html$ subl index.html
<a href="http://pt.wikipedia.org/">Wikipédia</a>
<!DOCTYPE html>
<html>
<head>
<title> </title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<section>
<article>
</article>
</section>
<aside>
</aside>
<footer>
</footer>
</body>
</html>
Estrutura básica do HTML5:
<link rel="stylesheet" type="text/css" href="style.css">
Exemplo
/* comentário em css */
body {
font-family: Arial, Verdana, sans-serif;
background-color: #FFF;
margin: 5px 10px;
}
<p class="nome"> Olar </p>
<section id="conteudo">
</section>
.nome{
font-size: 24px;
}
#conteudo{
background-color: black;
}
http://www.w3schools.com/
https://color.adobe.com/
http://www.google.com/