This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<tr> | |
<td> Antón</td> <td> Xurxo</td> | |
</tr> | |
<tr> | |
<td> María </td> <td>Laura</td> | |
</tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li> George Clooney | |
<li> Humphrey Bogart | |
<li>Richard Gere | |
</ul> | |
<ol> | |
<li> George Clooney | |
<li> Humphrey Bogart | |
<li>Richard Gere |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="https://irocho.wordpress.com" > A nosa estupenda web </a> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="debuxo.png" height="100" width="100" border="1" > | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="gl_ES"> | |
<head> | |
<meta charset="UTF_8"> | |
<title>Título da xanela</title> | |
</head> | |
<body> | |
<h1> Título en grandote </h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: aliceblue; } | |
h1 { | |
text-align: center;} | |
p { | |
font-size: 14pt; | |
font-family: sans-serif; | |
color: green;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Times New Roman", serif; | |
background-color: #d8da3d; } | |
h1 { | |
text-align: center; | |
font-family: sans-serif; } | |
h2 { | |
text-align: right;} | |
p { | |
margin-left: 80px; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.