- 1
Hi guys
I'm trying to create a page with some writup but it not displaying on my laptop but only display on phone What can I do pls
2 Respuestas
0
<!doctype html>
<html>
<head>
<style>
body{background-color:red;}
h1{text-align:center;color:white;}
p{color:white:}
body{text-color:white;}
h4{color:white;}
<title>val</title>
</head>
<body>
<h1>VALENTINE</h1>
<h4><p>valentine day is an annual festival to celebrate romantic love, freindship and admiration.</p></h4>
<h4><p>every year on february 14 people celebrate this day by sending messages of love and affection.</p></h4>
<h4><p>It originated as a christain feast day honoring one or two early christain martyrs named saint valentine</p></h4>
<h4><p>During the middle year only france and england believe in valentine before they added that it should be a day of romance and love</p></h4>
</style>
</body>
</html>
0
Style tag close over on head tag