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 :: toggle button on html 
Html :: buttons in Internet Explorer IE not working 
Html :: javascript limit input to 2 decimal places 
Html :: hCards 
Html :: Open the image after clicking on the text with the effect in html 
Html :: how to hide youtube watermark from embedded video :2021 
Html :: fontawesome language icon 
Html :: enter more than one function in onclick event js 
Html :: access django object in html 
Html :: img source html 
Html :: unescape html js 
Html :: bootstrap move navlink to left side 
Html :: default font size of html 
Html :: HTML Start Example 
Html :: bulma file upload 
Html :: bootstrap display error message 
Css :: css second td in table 
Css :: css how to make text not break 
Css :: button css shadow 
Css :: css rotate 180 degrees 
Css :: text truncate after 3 lines 
Css :: how to remove background color in css 
Css :: html make footer stick to bottom 
Css :: css bottom shadow 
Css :: center position absolute 
Css :: transition all ease 0.3s 
Css :: how to make horizontal rule dotted 
Css :: remove arrow summary tag css 
Css :: css change if mobile 
Css :: css disable user interaction 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =