CSS is a language that describes the style of an HTML document.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.
"Make it as simple as possible, but not simpler."
Albert Einstein
Examples in Each Chapter :
➤ Source Code
body {
background-color: lightblue;}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
➤ Output Program
Komentar
Posting Komentar