<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="https://peda.net/:static/533/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>3. HTML perusteiden esimerkit</title>
<id>https://peda.net/id/683b4e567</id>
<updated>2015-10-20T18:01:13+03:00</updated>
<link href="https://peda.net/id/683b4e567:atom" rel="self" />
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe#top" rel="alternate" />
<logo>https://peda.net/:static/533/peda.net.logo.bg.svg</logo>
<rights type="html">&lt;div class=&quot;license&quot;&gt;Tämän sivun lisenssi &lt;a rel=&quot;license&quot; href=&quot;https://peda.net/info&quot;&gt;Peda.net-yleislisenssi&lt;/a&gt;&lt;/div&gt;&#10;</rights>

<entry>
<title>HTML Dokumentti</title>
<id>https://peda.net/id/e081b5207</id>
<updated>2015-10-20T18:13:51+03:00</updated>
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe/html-dokumentti#top" />
<content type="html">Kaikki HTML dokumentit pitää aloittaa ilmoituksella: &amp;lt;!DOCTYPE html&amp;gt;.&lt;br/&gt;&#10;&lt;br/&gt;&#10;Itse HTML dokumentti alkaa kohdasta &amp;lt;html&amp;gt; ja loppuu kohtaan &amp;lt;/html&amp;gt;.&lt;br/&gt;&#10;&lt;br/&gt;&#10;Näkyvät osiot HTML documenteissa ovat &amp;lt;body&amp;gt; sekä &amp;lt;/body&amp;gt;. tagien välissä.&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;h3&gt;Esimerkki&lt;/h3&gt;&#10;&lt;div class=&quot;w3-code notranslate htmlHigh&quot;&gt;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;!DOCTYPE&lt;/span&gt; &lt;span class=&quot;highATT&quot;&gt;html&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;html&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;body&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;h1&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;Minun ensimmäinen otsikko&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;/h1&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt; &lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;Minun ensimmäinen kappale.&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;/p&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;/body&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&lt;b&gt;&lt;span class=&quot;highLT&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;highELE&quot;&gt;/html&lt;/span&gt;&lt;span class=&quot;highGT&quot;&gt;&amp;gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&#10;</content>
<published>2015-10-20T18:11:45+03:00</published>
</entry>

<entry>
<title>HTML Otsikot</title>
<id>https://peda.net/id/32ff1d2e7</id>
<updated>2015-10-20T18:16:24+03:00</updated>
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe/html-otsikot#top" />
<content type="html">HTML otsikot esitetään tageilla &amp;lt;h1&amp;gt; -&amp;gt; &amp;lt;h6&amp;gt; tageilla:&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;Esimerkki:&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;h1&amp;gt;This is a heading&amp;lt;/h1&amp;gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;h2&amp;gt;This is a heading&amp;lt;/h2&amp;gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;h3&amp;gt;This is a heading&amp;lt;/h3&amp;gt;&lt;/b&gt;</content>
<published>2015-10-20T18:14:03+03:00</published>
</entry>

<entry>
<title>HTML kappaleet</title>
<id>https://peda.net/id/3ebb67767</id>
<updated>2015-10-20T18:16:35+03:00</updated>
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe/html-kappaleet#top" />
<content type="html">HTML kappaleet esitetään &amp;lt;p&amp;gt; tagilla:&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;Esimerkki:&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;p&amp;gt;Tämä on kappale.&amp;lt;/p&amp;gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;p&amp;gt;Tämä on toinen kappale.&amp;lt;/p&amp;gt;&lt;/b&gt;</content>
<published>2015-10-20T18:14:23+03:00</published>
</entry>

<entry>
<title>HTML Linkit</title>
<id>https://peda.net/id/58483bec7</id>
<updated>2015-10-20T18:16:48+03:00</updated>
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe/html-linkit#top" />
<content type="html">HTML linkit esitetään &amp;lt;a&amp;gt; tagilla:&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;Esimerkki:&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;a href=&amp;quot; &lt;a href=&quot;http://www.konnevesi.fi&quot; rel=&quot;nofollow ugc noopener&quot;&gt;http://www.konnevesi.fi&lt;/a&gt; &amp;quot;&amp;gt;Tämä on linkki&amp;lt;/a&amp;gt;&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;Linkin kohde esitetään href attribuuttina&lt;br/&gt;&#10;&lt;br/&gt;&#10;Attribuutit esittävät html elementistä tarkempaa tietoa.</content>
<published>2015-10-20T18:15:06+03:00</published>
</entry>

<entry>
<title>HTML Kuvat</title>
<id>https://peda.net/id/7a2579007</id>
<updated>2015-10-20T18:16:03+03:00</updated>
<link href="https://peda.net/p/jamspe/omat-atk-t/html5/3hpe/html-kuvat#top" />
<content type="html">HTML kuvat esitetään &amp;lt;img&amp;gt; tagilla.&lt;br/&gt;&#10;&lt;br/&gt;&#10;alkuperäinen tiedosto (src), Vaihtoehtoinen teksti (alt), sekä koko &lt;br/&gt;&#10;(width and height) esitetään atribuutteina: (Määrite)&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;Esimerkki:&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;&amp;lt;img src=&amp;quot;konde.jpg&amp;quot; alt=&amp;quot;konnevesi.fi&amp;quot; width=&amp;quot;104&amp;quot; height=&amp;quot;142&amp;quot;&amp;gt;&lt;/b&gt;</content>
<published>2015-10-20T18:16:03+03:00</published>
</entry>


</feed>