“Modelo Index.html” Respostas de código

Modelo HTML padrão

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>My Page Title</title>
  <meta name="description" content="My Page Description">
  <link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
  <script src="js/scripts.js"></script>
</body>
</html>
Friendly Hawk

Modelo Index.html

<!doctype html>
<html>
<head>
   <title>Our Funky HTML Page</title>
   <meta name="description" content="Our first page">
   <meta name="keywords" content="html tutorial template">
</head>

<body>
   Content goes here.
</body>
</html>
Misty Manatee

Respostas semelhantes a “Modelo Index.html”

Perguntas semelhantes a “Modelo Index.html”

Procure respostas de código populares por idioma

Procurar outros idiomas de código