SlideShare une entreprise Scribd logo
1  sur  8
Linguagem de Hipertextos HTML - Textos
Sobre mim Luís Otávio CobucciOblonczyk Desenvolvedor PHP Orientador SENAC-TI http://twitter.com/lcobucci
Sobre este trabalho Esta apresentação foi criada sob as licenças CreativeCommons Seu objetivo é auxiliar os alunos do Senac TI que assistem minhas aulas.
Tags de texto As principais tags para representar textos em HTML são: <p>= Parágrafos <h1>, <h2>, ..., <h6>= Cabeçalhos <q>, <blockquote>= Citações <strong>= Forte ênfase <em> = Ênfase
Parágrafos Parágrafos são fundamentais em qualquer tipo de texto. No HTML utilizamos a tag<p> para definir um parágrafo. Exemplo:    <html><head><title>Teste</title></head>    <body>    <p>parágrafo 1</p><p>parágrafo 2</p>    </body>    </html>
Cabeçalhos Cabeçalhos são os títulos e subtítulos de um documento. No HTML existem 6 níveis de cabeçalhos e utilizamos a tag<hX> onde X é o nível do cabeçalho. Exemplo:    <html><head><title>Teste</title></head>    <body>    <h1>Título</h1><h2>Subtítulo</h2>    </body>    </html>
Citações Quando utilizamos frases de outras pessoas em nossos textos, estamos fazendo uma citação. No HTML existem 2 formas de citação: <q> (inline) e <blockquote> (bloco). Exemplo:    <html><head><title>Teste</title></head>    <body> Teste de <q>citação</q>    <blockquote>Citação em bloco</blockquote>    </body>    </html>
Ênfase Em HTML, quando queremos enfatizar que certo conteúdo do texto podemos utilizar 2tags:<strong> (forte ênfase) e <em> (ênfase). Exemplo:    <html><head><title>Teste</title></head>    <body> Teste de <strong>ênfase 1</strong> Teste de <em>ênfase 2</em>    </body>    </html>

Contenu connexe

En vedette

Fist Global Initiative Presentation
Fist Global Initiative PresentationFist Global Initiative Presentation
Fist Global Initiative PresentationShan Kane
 
Qwizdom in the classroom
Qwizdom in the classroomQwizdom in the classroom
Qwizdom in the classroomcarp8dm
 
Tourism Local Economic Development Project
Tourism Local Economic Development ProjectTourism Local Economic Development Project
Tourism Local Economic Development ProjectMarinda Holtzhausen
 
Procesy pads en
Procesy pads enProcesy pads en
Procesy pads enFero Kocun
 
Fist Vss Source Code Management Techniques
Fist Vss Source Code Management TechniquesFist Vss Source Code Management Techniques
Fist Vss Source Code Management TechniquesShan Kane
 
Metodo de estudio ecci
Metodo de estudio ecciMetodo de estudio ecci
Metodo de estudio eccisaulroa
 
jQuery básico (parte 2)
jQuery básico (parte 2)jQuery básico (parte 2)
jQuery básico (parte 2)Luís Cobucci
 
international investment and collaborative ventures (fdi)
international investment and collaborative ventures (fdi)international investment and collaborative ventures (fdi)
international investment and collaborative ventures (fdi)Wirda Hanim
 
Microsoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printMicrosoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printShan Kane
 
Three Kinds of Consumers
Three Kinds of ConsumersThree Kinds of Consumers
Three Kinds of ConsumersYvette Guinanao
 
JWT - To authentication and beyond!
JWT - To authentication and beyond!JWT - To authentication and beyond!
JWT - To authentication and beyond!Luís Cobucci
 
Islamic perspectives on hrm training and development
Islamic perspectives on hrm training and developmentIslamic perspectives on hrm training and development
Islamic perspectives on hrm training and developmentWirda Hanim
 
Dependency injection WTF? - PHPSC Conference 2012
Dependency injection WTF? - PHPSC Conference 2012Dependency injection WTF? - PHPSC Conference 2012
Dependency injection WTF? - PHPSC Conference 2012Luís Cobucci
 

En vedette (15)

Scala en
Scala enScala en
Scala en
 
Fist Global Initiative Presentation
Fist Global Initiative PresentationFist Global Initiative Presentation
Fist Global Initiative Presentation
 
Qwizdom in the classroom
Qwizdom in the classroomQwizdom in the classroom
Qwizdom in the classroom
 
Tourism Local Economic Development Project
Tourism Local Economic Development ProjectTourism Local Economic Development Project
Tourism Local Economic Development Project
 
Make it SOLID!
Make it SOLID!Make it SOLID!
Make it SOLID!
 
Procesy pads en
Procesy pads enProcesy pads en
Procesy pads en
 
Fist Vss Source Code Management Techniques
Fist Vss Source Code Management TechniquesFist Vss Source Code Management Techniques
Fist Vss Source Code Management Techniques
 
Metodo de estudio ecci
Metodo de estudio ecciMetodo de estudio ecci
Metodo de estudio ecci
 
jQuery básico (parte 2)
jQuery básico (parte 2)jQuery básico (parte 2)
jQuery básico (parte 2)
 
international investment and collaborative ventures (fdi)
international investment and collaborative ventures (fdi)international investment and collaborative ventures (fdi)
international investment and collaborative ventures (fdi)
 
Microsoft2013-BI-Overview-print
Microsoft2013-BI-Overview-printMicrosoft2013-BI-Overview-print
Microsoft2013-BI-Overview-print
 
Three Kinds of Consumers
Three Kinds of ConsumersThree Kinds of Consumers
Three Kinds of Consumers
 
JWT - To authentication and beyond!
JWT - To authentication and beyond!JWT - To authentication and beyond!
JWT - To authentication and beyond!
 
Islamic perspectives on hrm training and development
Islamic perspectives on hrm training and developmentIslamic perspectives on hrm training and development
Islamic perspectives on hrm training and development
 
Dependency injection WTF? - PHPSC Conference 2012
Dependency injection WTF? - PHPSC Conference 2012Dependency injection WTF? - PHPSC Conference 2012
Dependency injection WTF? - PHPSC Conference 2012
 

Similaire à Html - textos (20)

Html - Estrutura básica
Html - Estrutura básicaHtml - Estrutura básica
Html - Estrutura básica
 
HTML - Parte 1
HTML - Parte 1HTML - Parte 1
HTML - Parte 1
 
Html Básico
Html BásicoHtml Básico
Html Básico
 
Html - listas
Html - listasHtml - listas
Html - listas
 
Aula02
Aula02Aula02
Aula02
 
Aula 3
Aula 3Aula 3
Aula 3
 
Html 01
Html 01Html 01
Html 01
 
Desenvolvimento para a Internet - Aula 03
Desenvolvimento para a Internet - Aula 03Desenvolvimento para a Internet - Aula 03
Desenvolvimento para a Internet - Aula 03
 
Xhtml 2011 - atualizado
Xhtml   2011 - atualizadoXhtml   2011 - atualizado
Xhtml 2011 - atualizado
 
Internet I - Aula 03 - O Maravilhoso Mundo do HTML
Internet I - Aula 03 - O Maravilhoso Mundo do HTMLInternet I - Aula 03 - O Maravilhoso Mundo do HTML
Internet I - Aula 03 - O Maravilhoso Mundo do HTML
 
HTML e CSS
HTML e CSSHTML e CSS
HTML e CSS
 
HTML
HTMLHTML
HTML
 
Html slide
Html slideHtml slide
Html slide
 
Curso HTML e CSS Part1
Curso HTML e CSS Part1Curso HTML e CSS Part1
Curso HTML e CSS Part1
 
HTML Básico 2
HTML Básico 2HTML Básico 2
HTML Básico 2
 
02 html - fontes e estilos
02 html  - fontes e estilos02 html  - fontes e estilos
02 html - fontes e estilos
 
ebook-material-didatico-sistemas-para-internet.pdf
ebook-material-didatico-sistemas-para-internet.pdfebook-material-didatico-sistemas-para-internet.pdf
ebook-material-didatico-sistemas-para-internet.pdf
 
html basico primeiro slide para iniciantes- 1.pptx
html basico primeiro slide para iniciantes- 1.pptxhtml basico primeiro slide para iniciantes- 1.pptx
html basico primeiro slide para iniciantes- 1.pptx
 
Revisoesm3
Revisoesm3Revisoesm3
Revisoesm3
 
Html
HtmlHtml
Html
 

Html - textos

  • 1. Linguagem de Hipertextos HTML - Textos
  • 2. Sobre mim Luís Otávio CobucciOblonczyk Desenvolvedor PHP Orientador SENAC-TI http://twitter.com/lcobucci
  • 3. Sobre este trabalho Esta apresentação foi criada sob as licenças CreativeCommons Seu objetivo é auxiliar os alunos do Senac TI que assistem minhas aulas.
  • 4. Tags de texto As principais tags para representar textos em HTML são: <p>= Parágrafos <h1>, <h2>, ..., <h6>= Cabeçalhos <q>, <blockquote>= Citações <strong>= Forte ênfase <em> = Ênfase
  • 5. Parágrafos Parágrafos são fundamentais em qualquer tipo de texto. No HTML utilizamos a tag<p> para definir um parágrafo. Exemplo: <html><head><title>Teste</title></head> <body> <p>parágrafo 1</p><p>parágrafo 2</p> </body> </html>
  • 6. Cabeçalhos Cabeçalhos são os títulos e subtítulos de um documento. No HTML existem 6 níveis de cabeçalhos e utilizamos a tag<hX> onde X é o nível do cabeçalho. Exemplo: <html><head><title>Teste</title></head> <body> <h1>Título</h1><h2>Subtítulo</h2> </body> </html>
  • 7. Citações Quando utilizamos frases de outras pessoas em nossos textos, estamos fazendo uma citação. No HTML existem 2 formas de citação: <q> (inline) e <blockquote> (bloco). Exemplo: <html><head><title>Teste</title></head> <body> Teste de <q>citação</q> <blockquote>Citação em bloco</blockquote> </body> </html>
  • 8. Ênfase Em HTML, quando queremos enfatizar que certo conteúdo do texto podemos utilizar 2tags:<strong> (forte ênfase) e <em> (ênfase). Exemplo: <html><head><title>Teste</title></head> <body> Teste de <strong>ênfase 1</strong> Teste de <em>ênfase 2</em> </body> </html>