martes, 1 de marzo de 2022

Horario en Html

<!DOCTYPE HTML>
<html lang="es">
<head>
  <title>Tabla y Colores</title>
  <meta charset="UTF-8">
  <meta name="description" content="Si">
</head>
<body>
<body>
  <table border="1" style="background-color:#C0C0C0">
   <tr style="background-color:#00FF00">
     <th>Horas</th>
     <th>Lunes</th>
     <th>Martes</th>
     <th>Miercoles</th>
     <th>Jueves</th>
     <th>Viernes</th>
   </tr>
   <tr>
     <td>8:30-9:20</td>
     <td>Mates</td>
     <td>Fisica</td>
     <td>Quimica</td>
     <td>Tic</td>
     <td>Historia</td>
   </tr>
   <tr>
     <td>9:20-10:15</td>
     <td>Fisica</td>
     <td>Quimica</td>
     <td>Tic</td>
     <td>Historia</td>
     <td>Lengua</td>
   </tr>
   <tr>
     <td>10:20-11:10</td>
     <td>Quimica</td>
     <td>Tic</td>
     <td>Historia</td>
     <td>Lengua</td>
     <td>Fisica</td>
   </tr>
   <tr style="background-color:#00FFFF">
     <td></td>
     <td>Recreo</td>
     <td>Recreo</td>
     <td>Recreo</td>
     <td>Recreo</td>
     <td>Recreo</td>
   </tr>
   <tr>
     <td>11:40-12:30</td>
     <td>Tic</td>
     <td>Historia</td>
     <td>Lengua</td>
     <td>Fisica</td>
     <td>Quimica</td>
   </tr>
   <tr>
     <td>12:35-13:25</td>
     <td>Historia</td>
     <td>Lengua</td>
     <td>Fisica</td>
     <td>Quimica</td>
     <td>Tic</td>
   </tr>
   <tr>
     <td>13:30-14:20</td>
     <td>Ingles</td>
     <td>Tec Industrial</td>
     <td>Ingles</td>
     <td>Tec Industrial</td>
     <td>Ingles</td>
   </tr>
  </table>
</body>
Tabla y Colores
Horas Lunes Martes Miercoles Jueves Viernes
8:30-9:20 Mates Fisica Quimica Tic Historia
9:20-10:15 Fisica Quimica Tic Historia Lengua
10:20-11:10 Quimica Tic Historia Lengua Fisica
Recreo Recreo Recreo Recreo Recreo
11:40-12:30 Tic Historia Lengua Fisica Quimica
12:35-13:25 Historia Lengua Fisica Quimica Tic
13:30-14:20 Ingles Tec Industrial Ingles Tec Industrial Ingles

jueves, 10 de febrero de 2022

Lista en pagina html

 


<html lang="es"> <head> <title>Titulo de la pagina</title> <meta charset="UTF-8"></meta> <meta content="Descripción de la página…" name="description"></meta> </head> <body> <ol> <li>El primer punto</li> <li>El segundo punto</li> <li>El tercer punto</li> </ol> </body> </html>
Titulo de la pagina
  1. El primer punto
  2. El segundo punto
  3. El tercer punto

miércoles, 19 de enero de 2022

Pagina Web HTML

 

<!DOCTYPE HTML>

<html lang="es">

<head>

  <title>Pagina web echa por mi</title>

  <meta charset="UTF-8">

  <meta name="description" content="Descripcion original">

</head>

<body>

  <h1>Examen</h1>

  <p>Literatura</p>

  <p>Es una asignatura que consiste en el estudio y comprensión de la lengua española</p>

  <img src=https://i.ytimg.com/vi/DGDBDer_TaU/maxresdefault.jpg alt="Intentado que funcione la imagen" height="400" width="600">

</body>

</html>

Resultado:

Pagina web echa por mi

Examen

Literatura

Es una asignatura que consiste en el estudio y comprensión de la lengua española

Intentado que funcione la imagen

c++

 Programa 1   y el exe Programa 2   y el exe