“HTML simple” 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 simple

<!DOCTYPE html>
<html>
<body>

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

</body>
</html>
Distinct Dormouse

Respuestas similares a “HTML simple”

Preguntas similares a “HTML simple”

Más respuestas relacionadas con “HTML simple” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código