dimarts, 10 de març del 2015

VISORS INFORMACIÓ A LA PÀGINA WEB

Hola preciosos i precioses!

Avui us ensenyaré la meva pàgina web amb el codi html, allí hi podreu veure com us ho podeu fer per inserir alguns visors d'informació a la pàgina web.
Aquí us deixo el codi!!!


<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg">
 <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
 <g>
  <title>Layer 1</title>
  <circle id="svg_23" r="265.898903" cy="165.333339" cx="973.333373" opacity="0.5" stroke="#000000" fill="#000000"/>
  <circle id="svg_25" r="1.333333" cy="144.000009" cx="234.666684" stroke="#000000" fill="#000000"/>
  <circle id="svg_26" r="132.291016" cy="179.334288" cx="151.999004" stroke="#000000" fill="#ff0000"/>
  <rect id="svg_27" height="88.000003" width="192.000006" y="122.666675" x="276.000019" stroke="#000000" fill="#ffffaa"/>
  <circle id="svg_28" r="47.121094" cy="297.333348" cx="246.666686" stroke="#000000" fill="#000000"/>

  <text xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" id="svg_29" y="49.33334" x="338.666688" stroke-width="0" stroke="#000000" fill="#000000">PROVA</text>
 </g>
</svg>
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/ygXm9mdp9Lk" frameborder="0" allowfullscreen></iframe></center>
<br/>
<center><iframe  width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.es/maps?f=q&source=s_q&hl=en&geocode=&q=http:%2F%2Fwww.artprojectgroup.es%2Fwp-content%2Fartprojectgroup%2Fart-project-group.kml&aq=&sll=36.544148,-4.624944&sspn=0.124535,0.264187&t=h&ie=UTF8&ll=36.545516,-4.64136&spn=0.000003,0.000003&output=embed"></iframe></center>
<iframe src="http://www.spreaker.com/embed/player/standard?episode_id=5640705&autoplay=false" style="width: 100%; height: 131px;" frameborder="0" scrolling="no"></iframe>
<TABLE BORDER=10 WIDTH="90%" ALIGN="justify">
 <CAPTION> Título de la tabla</CAPTION>
 <TH ALIGN="right">Cabecera columna 1</TH>
 <TH ALIGN="right">Cabecera columna 2</TH>
 <tr>
 <TD ALIGN="center">Fila 1, columna 1</TD>
 <TD ALIGN="center">Fila 1, columna 2</TD>
 <TR>
 <TD ALIGN="left">Fila 2, columna 1</TD>
 <TD ALIGN="left">Fila 2, columna 2</TD>
 </TR>
 </TABLE>





Espero que pugueu analitzar i entendre perquè surt cada cosa i el perquè està escrita.