ProfºEduardo Pezutti
http://maverick.td.utfpr.edu.br/slides/sw1 link<video>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
<audio>
<audio controls>
<source src="bird.ogg" type="audio/ogg">
<source src="bird.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
File Format | Media Type |
---|---|
MP3 | audio/mpeg |
Ogg | audio/ogg |
Wav | audio/wav |
img
img
<img src="url" alt="Texto alternativo"/>
<!-- Chamada uma imagem -->
<img src="boat.gif" alt="Big Boat" />
Definições auto contidas de representações visuais (semântica)
<figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
</figure>
Vc pode criar áreas clicáveis em uma imagem
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" />
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
Exemplo deste código
<img> (continuação)
Repositório:
gimp registry
ProfºEduardo Pezutti
epsantos@utfpr.edu.br link