Skip to main content

Posts

Showing posts from January, 2019

Actividade 1 - 2º Avaliación

<html> <head>     <meta charset="UTF-8"/>     <title>Xogos</title>     <style type="text/css">     body{color: #ff0000;background-color: #000000;}     body {font-family: Georgia, "Times New Roman", Times, serif; color: purple; background-color: #d8da3d;}     h1{color: #f12367;background-color: blue;}     h1{font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;}     h2{font-family:  SunSans-Regular, Geneva, Arial, sans-serif, Helvetica;}     a:link {color: red;}     a:visited {color: blue;}     a:hover {color:hotpink;}     </style>    </head> <body>     <h1>Esta páxina trata sobre xogos</h1>     <img src="https://i.blogs.es/9f5df5/switch111/450_1000.jpg" width=50%></img> ...