M y RDC

Código Muestra HTML

Estimated reading: 3 minutes 303 views
<html>
<header><title>Mi Sitio</title> </header>

<head>
	<h1>Nombre del sitio</h1>
	<img src="link de logo" width="200px">
	<img src="link de logo2" width="200px">
</head>

<body>

	<table border="1px" width="100%" height="800px">
		<tr>
			<th width="25%">
				Inicio
			</th>
			<th width="25%">
				Contacto
			</th>
			<th width="25%">
				Galeria
			</th>
			<th width="25%">
				Acerca de
			</th>	
		</tr>
		<tr height="250px" align="center">
			<td colspan="4">
				<p><strong>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
	"No hay nadie que ame el dolor mismo, que lo busque, lo encuentre y lo quiera, simplemente porque es el dolor."</strong></p>
			</td>
		<tr>
		<tr height="300px">
			<td width="50%" colspan="2">
				<p><strong>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
	"No hay nadie que ame el dolor mismo, que lo busque, lo encuentre y lo quiera, simplemente porque es el dolor."</strong></p>
			</td>
			<td width="50%" colspan="2">
				<p><strong>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
	"No hay nadie que ame el dolor mismo, que lo busque, lo encuentre y lo quiera, simplemente porque es el dolor."</strong></p>
			</td>
		<tr>
		<tr>
			<td colspan="4">
				<iframe width="100%" height="600" src="link de video" title="Mi Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
			</td>
			
		<tr>
		<tr height="300px">
			<td width="50%" colspan="2">
				<p><strong>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
	"No hay nadie que ame el dolor mismo, que lo busque, lo encuentre y lo quiera, simplemente porque es el dolor."</strong></p>
			</td>
			<td width="50%" align="center" colspan="2">
				<img src="link de imagen" width="200px">
			</td>
		<tr>
		<tr height="300px" align="center">
			<td width="33%" colspan="2">
				Pie 1
			</td>
			<td width="33%">
				Pie 2
			</td>
			<td width="33%">
				Pie 3
			</td>
		<tr>
		<tr>
			<td width="33%" colspan="4" align="center" height="300px">
				<strong>Alumnos Segundo Matutino 2024</strong>
			</td>
			
		<tr>
		
	</table>
	
</body>

</html>
Compartir Documento

Código Muestra HTML

o Copiar link

CONTENIDOS