<img alt='Atuale Novo Desing' height='300px; ' id='Header1_headerimg' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggvt0Zl9EwQw_WJNzxxJDMiyF1pEJ1nRhQHBnWldL_MHeUQ876KyvzJ0jTF-t_V2LR1Rwf2JVHytdxaIk_ebTrxQZEPxzkfXJFKj4jte3T5Z-g9R6IdqyV-dKsyffUyRN0KemBaFUiJ3aj/s1600/header+%25283%2529.png' style='display: block' width='1098px; '/>

1

Codigos que eu aprendi
float defini a altura
right : esquerda
left : Direita
h1 : Nome do site
Nav : Um barra de navegação
nav a:hover : quando passar o mouse fica uma cor
</hr> : um traço

Só pra lembrar

<!DOCTYPE html>
<html>
         <head>
                 <meta charset="utf-8" />
                 <meta name="description" content="Tudo para computador
">
                 <meta name="keywords" content="Palavras Chaves">
                 <title>Math Plus</title>
                 <link href="css/estilos.css" rel="stylesheet" type="text/css">
      </head>
      <body>
              <header>
                       <h1>Math Plus</h1>
                       <nav>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                             <a href="http://www.baixaki.com.br%22%3ebaixaki%3c/a>
                       </nav>
              </header>
      </body>
</html>