HTML is too easy just follow & learn HTML
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #d0e4fe;
}
h1 {
color: black;
text-align: algin;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
</style>
</head>
<body>
<h1>Sujon Mahamud</h1>
<p>Hi there I'm genius of SEO.</p>
</body>
</html>
Result
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #d0e4fe;
}
h1 {
color: black;
text-align: algin;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
</style>
</head>
<body>
<h1>Sujon Mahamud</h1>
<p>Hi there I'm genius of SEO.</p>
</body>
</html>
Result
0 comments:
Post a Comment