“Codificación de sitio web HTML simple” Código de respuesta

Cómo iniciar un archivo HTML

<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
      
	</body>
</html>
Zworis

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

Respuestas similares a “Codificación de sitio web HTML simple”

Preguntas similares a “Codificación de sitio web HTML simple”

Más respuestas relacionadas con “Codificación de sitio web HTML simple” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código