how set Border Shorthand in html
<!DOCTYPE html>
<html>
<head>
<title>Border Shorthand</title>
<style type="text/css">
body {
font-family: Arial, Verdana, sans-serif;
color: #111111;}
p {
width: 250px;
border: 3px dotted #0088dd;}
</style>
</head>
<body>
<p>Here is a simple chord sequence played on a Hammond organ through a Leslie speaker.</p>
</body>
</html>
0 comments:
Post a Comment