Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <head>
- <link rel="shortcut icon" href="asd.jpg" type="image/jpg" sizes="16x16"/>
- <!--itt a fejed-->
- <style>
- a:link {
- color: #FF0000;
- }
- a:visited {
- color: #00FF00;
- }
- a:hover {
- color: #FF00FF;
- }
- a:active {
- color: #0000FF;
- }
- table, td, th {
- border: 3px solid green;
- }
- th {
- background-color: green;
- color: green;
- }
- </style>
- <title>Ez az én első weboldalam</title>
- <style>
- body {background-color:green}
- h1 {color:blue}
- p {color:green}
- </style>
- </head>
- <!-- és itt a tested és a fejed vége-->
- <body background="background.jpg">
- <table border=1 width=1100>
- <!-- td: Tabble data a tábla adatai-->
- <!--th: Tabble header táblázat fejléc-->
- <!-- tr: Table rov Tábla sor sorok-->
- <tr><td><font color="#ffffff">NEWS</font></td> <td><font color="#ffffff">SQUADS</font></td> <td><font color="#ffffff">CONTACT</font></td> <td><font color="#ffffff">SPONSORSHIP</font></td> <td><font color="#ffffff">ABOUT</td>
- <!--idefigyeljé-->
- </table>
- <ul>
- <li type="square"> Barkack</li>
- <li>Körte</li>
- <li>Cserri</li>
- </ul>
- <ol type="a">
- <li type="i">béla</li>
- <li type="A">sanyi</li>
- <li>feri</li>
- <h2><font color="withe">Ez a weboldal a Counter Strike:Global Offensive nevű
- online First Person Shoter játékról szól.</h2>
- </ol>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/aSiq3nOL7DY" frameborder="0" allowfullscreen></iframe>
- <a href="http://csgolounge.com/"><b>Gyere és fogadj</b></a>
- <img src="https://lh6.googleusercontent.com/O7WQ-SC9scO-T60cB-sKRT05ccLiWdr2zo4ZmKdoEso3nOaKS5KnO6be70tTenCEulzUzTR6Mw0Ai8VwAOG7mIQ8zvcYjrPHkr5lnz4REBmFCKnsyxaVbrgAD1p8TBWDnA" alt="hahahha nem lesz keped" width="1040" height="1420">
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement