Computer Science, asked by Neerajsaw, 9 months ago

write my name in html with CSS ​

Answers

Answered by 210110
1

Answer:

Explanation:

<html>

<head>

<title> enter title</title>

<style>

.box1 { color: red;  background-color: cyan;  text-align: center;

fontfamily :"algerian", arial, sans-sarif;  font-size: 30px;}

</style>

</head>

<body bgcolor ="cyan">

<div class="box1">

<h1> whatever your name is enter it here</h1>

</div>

</body>

</html>

Similar questions