Introdução ao Desenvolvimento Web: mudanças entre as edições

De Wiki Cursos IFPR Foz
Ir para navegaçãoIr para pesquisar
Linha 19: Linha 19:
* apresentação das tags: <nowiki><p>, <h1> - <h6> <html>, <head>, <title>, <body>, <br>, <hr></nowiki>
* apresentação das tags: <nowiki><p>, <h1> - <h6> <html>, <head>, <title>, <body>, <br>, <hr></nowiki>
* {{pdf}} [[Media:Tif introweb 01.pdf|Slides]]
* {{pdf}} [[Media:Tif introweb 01.pdf|Slides]]
<syntaxhighlight lang="html4strict">
<html>
  <head>
      <title>Primeiro Exemplo de HTML</title>
  </head>
  <body>
      <h1>Olá Mundo</h1>
  </body>
</html>
</syntaxhighlight>


=== 12/fev: Introdução ao HTML ===
=== 12/fev: Introdução ao HTML ===

Edição das 19h22min de 13 de fevereiro de 2014

Carga Horária

  • 76 horas

Ementa

  • Introdução ao HTML; Folhas de estilo (CSS); Introdução ao Javascript

Ano Letivo 2014


Professor: Felippe Scheidt (felippe.scheidt@ifpr.edu.br)
Encontros: 4a feira/9h50-11h50 - 2 aulas/semana
Atendimento paralelo: 5a feira/13h30-14h30.

Diários de Aula

05/fev: Introdução ao HTML

  • Introdução a Disciplina
  • Apresentação da estrutura do HTML
  • apresentação das tags: <p>, <h1> - <h6> <html>, <head>, <title>, <body>, <br>, <hr>
  • Slides
<html>
   <head>
      <title>Primeiro Exemplo de HTML</title>
   </head>
   <body>
      <h1>Olá Mundo</h1>
   </body>
</html>

12/fev: Introdução ao HTML

  • Tags de formatação de texto: <b>, <i>, <u>, <font>
  • Utilizando links no html: <a>, atributo href e target
  • Utilizando imagens no html <img>, atributo src, width e heigth
  • Atividade: elaborar um mini-curriculo pessoal