“html básico” Código de respuesta

Codificación de sitio web HTML simple

<!DOCTYPE html>
<html>
<head>
<style>
body {background="purple";}
</style>
<title>Page Title<title>
</head>
<body>
<h1>Yay</h1>
<p>yay is a word used to describe that your happy!</p>
</body>
</html>
Anxious Ape

html básico

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
Coding boy Hasya

html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTML basics</title>
    </head>
    <body>


    </body>
</html>
Strange Sheep

Respuestas similares a “html básico”

Preguntas similares a “html básico”

Más respuestas relacionadas con “html básico” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código