Julgue o item que se segue acerca de HTML5, CSS3 e JSon.
Considere uma página HTML cujo código seja o apresentado a seguir.
<!doctype html>
<html>
<header>
<style>
h2{
display: inline;
}
</style>
</header>
<body>
<h1>Titulo</h1>
<h2>Subtitulo</h2>
</body>
</html>
Nessa situação, será apresentado em um navegador o seguinte resultado:

Considere uma página HTML cujo código seja o apresentado a seguir.
<!doctype html>
<html>
<header>
<style>
h2{
display: inline;
}
</style>
</header>
<body>
<h1>Titulo</h1>
<h2>Subtitulo</h2>
</body>
</html>
Nessa situação, será apresentado em um navegador o seguinte resultado:

Provas
Questão presente nas seguintes provas
Analista Judiciário - TI/Análise de Sistemas
120 Questões