Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html estrutura

<!DOCTYPE html>
<html lang="pt-br">
  <head>
    <title>Título da página</title>
    <meta charset="utf-8">
  </head>
  <body>
    Aqui vai o código HTML que fará seu site aparecer.
  </body>
</html>
Comment

estrutura html

<!DOCTYPE html>
<html lang="pt-br">
<head>

</head>
<body>

</body>
</html>
Comment

estrutura html

<body>
  <header>
    <h1>Página do Burnes</h1>
  </header>
  <nav>
    <a href="index.html" title="Home">Home</a>
  </nav>
  <main>
    <h1>Olá! Bem vindo a minha Pagina!</h1>
  </main>
  <footer>
    <p>Desenvolvido por Burnes</p>
  </footer>
</body>
Comment

PREVIOUS NEXT
Code Example
Html :: how to embed videos in html 
Html :: html pi symbol 
Html :: html text transformation 
Html :: free ebooks 
Html :: js making input non typeable 
Html :: html textarea 
Html :: html favicon tag 
Html :: how to display online image in html 
Html :: bootstarp btn colors 
Html :: html year input 
Html :: html meta charset content ie edge 
Html :: allow only positive integer in input type number 
Html :: index for in angular 
Html :: markdown collapsible list 
Html :: how to put autoplay music in the background of the page html 
Html :: how to add background video in html 
Html :: how to center the mainin html 
Html :: how to make a background color in html 
Html :: javascript void link 
Html :: making rectangle in css 
Html :: git 443 operation timed out 
Html :: scrolling text html 
Html :: how to add links 
Html :: sound on click 
Html :: css keep hyphenated words together 
Html :: jinja mark text as safe 
Html :: html color text 
Html :: if else if vue 
Html :: how to make a link in html 
Html :: bootstrap 4 selectpicker 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =