Diferencia entre revisiones de «Test CSS 1»
Sacado de cristobal.wiki, presentado sin garantia y con mucho <3.
Ir a la navegaciónIr a la búsqueda
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
<html> | <html> | ||
</head> | |||
<style> | <style> | ||
.texto { | .texto { | ||
| Línea 10: | Línea 10: | ||
} | } | ||
</style> | </style> | ||
</head> | |||
<body> | |||
<p class=texto>Hola, mundo!</p> | <p class=texto>Hola, mundo!</p> | ||
</body> | |||
</html> | </html> | ||
Revisión del 12:27 17 dic 2025
Hola, mundo!