Monday, June 22, 2015

Learn html with Sujon Mahamud Shefat

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

Sujon Mahamud

Hi there I'm genius of SEO.

0 comments:

Post a Comment