html.txt

(1 KB) Pobierz
<html>
  <head>
    <style>
      .zupa{
        color: hotpink;
        letter-spacing: 6px;
        text-shadow: 3px 2px purple;
        font-family: verdana;
      }
    </style>
  </head>
  <body>
    <h1 class="zupa" title="Nic ciekawego">First document</h1>
      <p>Rosetta Code is a programming chrestomathy site.</p>
  <p><a href="http://www.google.com">www.google.com</a></p>
    <h2>Subtitle</h2>
    <p>Rosetta Code is a programming chrestomathy site.</p>
    <p>The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another.</p>
    <p align=middle><img width=10% src="https://steamuserimages-a.akamaihd.net/ugc/91597306695281270/C8010C667B4F7D6C66A95DC48AED67B00D3F296D/"></p>
    <p>Rosetta Code currently has 930 tasks, 218 draft tasks, and is aware of 716 languages,</> though we do not (and cannot) have solutions to every task in every language.</p>
<ol>
  <li>ffff</li>
  <li>hfhdhdh</li>
  <li>kkkkkkkkkkkkkkkkkkkkkk</li>
  <li>rdssyg</li>
</ol>
<ul>
  <li>ugabugabuga</li>
    <li>ugabugabuga</li>
    <li>ugabugabuga</li>
</ul>
  </body>

</html>


body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
  margin:50px;
  padding: 0px;
}

p {
  font-family: verdana;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 150px;
  margin-left: 80px;
  outline-style: dotted;
  outline-color: yellow;
}

a {
    color: hotpink;
}



Zgłoś jeśli naruszono regulamin