Created
December 11, 2017 17:53
-
-
Save jO-Osko/a6bdf0d11f2f64e5e5fc49f95e6c3d20 to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<title>Ali to deluje?</title> | |
</head> | |
<body> | |
<p>Moj <b><a href="http://google.com" title="Moja prva povezava">prvi <br>odstavek</a></b></p> | |
<p><b>Nov </b>odstavek</p> | |
<h1>Naslov 1</h1> | |
<h2>Naslov 2</h2> | |
<h3>Naslov 3</h3> | |
<h6>Naslov 6</h6> | |
<a href="http://google.si"> | |
<img src="https://www.smartninja.org/assets/public/img/logo.png" height="200" width="30" alt="Slika ne deluje :("> | |
</a> | |
<br> | |
Neurejen seznam | |
<ol> | |
<li>Stvar 1</li> | |
<li>Stvar 2</li> | |
<li>Stvar 3</li> | |
</ol> | |
<table> | |
<tr><td>Celica 1</td><td>Celica 2</td></tr> | |
<tr><td></td><td><b>Celica 4?</b></td></tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment