HTML para Noobs - Aula 1


/ Published in: HTML
Save to your folder(s)

HTML para Absolutamente Noobs.

Post Completo: http://kanis.com.br/

Primeira video aula da série de 10 episódios.


Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML>
  2. <head>
  3. <title>Aula1 - Intro</title>
  4. </head>
  5.  
  6. <body>
  7. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pellentesque,
  8. </body>
  9. </html>

URL: http://kanis.com.br/blog/2011/html-4-noobs-aula-1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.