Informática, perguntado por isadoralaranja9350, 3 meses atrás

Como centralizar cabeçalho html.

Soluções para a tarefa

Respondido por raphaelmunizvarela
0

Resposta:

<!DOCTYPE html>

<html>

<head>

 <title>Cabeçalho centralizado</title>

</head>

<body style="width: 100%;">

 <h1 style="width: fit-content;height: fit-content;margin: 0 auto;">Cabeçalho</h1>

</body>

</html>

Explicação:

Perguntas interessantes