<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 programa</title>
<!--stilo-->
<style>
h1{
font-family: Arial;
font-size: 30pt;
color: blue;
text-shadow: 3px 2px 1px orangered;
}
</style>
</head>
<body>
<h1>Olá Mundo</h1><!--Titulo 1-->
<h2>Me livrando da maldição</h2><!--subtitulo de h1-->
</body>
</html>
Nenhum comentário:
Postar um comentário