“plantilla index.html” Código de respuesta

plantilla HTML predeterminada

<!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

plantilla 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

Respuestas similares a “plantilla index.html”

Preguntas similares a “plantilla index.html”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código