Thu Feb 23, 2012 12:01 am
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<title>Change the background of the paragraph tag</title>
<style type='text/css'>
body {
font: 1em sans-serif;
}
p {
background: rgb(114, 114, 113);
border: 2px solid red;
width: 200px;
padding: 15px;
color: #FFBBBB;
}
</style>
</head>
<body>
<p>
The paragraph width, background and the border is changed.
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.