buat web wordpress yang perlu anda tahu
buat web wordpress – Lagi mencari metode membuat blog simpel dengan cepat serta mudah? Anda telah mendapatkan artikel yang tepat. Lewat artikel ini Anda akan belajar sepenuhnya bagaimana caranya bikin web dengan cepat serta mudah.
Oiya, siapa saja dapat mengikut petunjuk buat web wordpress di artikel ini. Lantaran di tips ini Anda tak membutuhkan coding sama sekali. Yap, {betul} sekali, Anda tak perlu coding sekalipun untuk bikin blog!
Bagaimanakah caranya bikin web tanpa ada coding sekalipun? Simak penuturannya di bawah ini ya!
Tutorial buat web wordpress untuk Pemula
<!DOCTYPE html>
<html>
<head>
<title>{keyword}</title>
<style>
body {
width: 65%;
height: auto;
background: white;
margin:auto;
margin-top: 5px;
padding-bottom: 5px;
}
p {
text-align: center;
font-size: x-large;
margin:auto;
}
header,nav,article,footer {
border-radius: 3px;
margin: 5px 5px 5px 5px;
border: 1px solid gainsboro;
}
header {
height: 80px;
background-color: aquamarine;
}
nav {
height: 45px;
background-color: blanchedalmond;
}
article {
height: 150px;
background-color: cornflowerblue;
}
footer {
height: 50px;
background-color: darkkhaki;
}
</style>
</head>
<body>
<header>
<p>Header</p>
</header>
<nav>
<p>Navbar</p>
</nav>
<article>
<p>Konten</p>
</article>
<footer>
<p>Footer</p>
</footer>
</body>
</html>
Demikian artikel tentang buat web wordpress semoga bermanfaat.
Komentar
Posting Komentar