SóProvas


ID
2198011
Banca
INSTITUTO AOCP
Órgão
EBSERH
Ano
2016
Provas
Disciplina
Programação
Assuntos

Sobre as Diferenças entre XHTML e HTML, assinale a alternativa correta.

Alternativas
Comentários
  • a) In HTML, images are defined with the tag.
    The tag is empty, it contains attributes only, and does not have a closing tag.
    The src attribute specifies the URL (web address) of the image:

    Fonte: https://www.w3schools.com/html/html_images.asp

    b) The tag is not supported in HTML5. Use CSS instead.
    Fonte: https://www.w3schools.com/tags/tag_center.asp

    c) The tag inserts a single line break.
    The tag is an empty tag which means that it has no end tag.
    Fonte: https://www.w3schools.com/tags/tag_br.asp

    d) Attribute names must be in lower case
    Fonte: https://www.w3schools.com/html/html_xhtml.asp

    e) XHTML stands for EXtensible HyperText Markup Language.
    Fonte: https://www.w3schools.com/html/html_xhtml.asp

  • Um elemento HTML geralmente consiste em uma tag inicial e uma tag final , com o conteúdo inserido entre:

    Ex: < tagname > O conteúdo entra aqui ... < / tagname >

    REFERÊNCIA w3schools.com

    Resposta letra D