As I make little widgets i will post them.
<!DOCTYPE html>
<html>
<head>
<style>
body {
color : green;
border: solid red;
background-color: blue;
font-family: Verdana, Helvetica, sans-serif;
font-size: 16px;
}
</style>
<title>Hello World!</title>
</head>
<body>
<p>Hello World!</p>
</body>
Like this simple Hello World. I make this widget visible with and ugly colored background in the style section.
No comments:
Post a Comment