Created
May 19, 2015 05:37
-
-
Save mvtango/3cab1ce951b6e887333e to your computer and use it in GitHub Desktop.
Clase del Máster en Periodismo BCN_NY 2014/2015
This file contains 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
/** | |
* Clase del Máster en Periodismo BCN_NY 2014/2015 | |
*/ | |
body { | |
background: #fff; | |
min-height: 100%; | |
} | |
p.invisible { | |
display: none | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<h1>¡Buenos días!</h1> | |
<p>Un poco de HTML para despertar.</p> | |
<p class="invisible">A quien le interesa?</p> | |
<p>Elementos interesantes: | |
<ul> | |
<li>párrafo: <p></li> | |
<li><b>negrita</b> <b></li> | |
<li>y un <a href="http://www.masterperiodismo.il3.ub.edu/">enlace</a> <a></li> | |
</ul> | |
</p> | |
<p>Nada demasiado profundo, pero un comienzo. Aquí hay lectura para los que quieren saber más: | |
<a href="http://www.w3schools.com/html/">http://www.w3schools.com/html/</a> | |
</p> |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment