Advance of First PHP program
<html>
<title>
Noob Learning
</title>
<head>
<style type="text/css">
div#start{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color: #000;
text-align:center;
width:400px;
height:54px;
border:4px solid #06F;
margin:0 auto;
line-height:24px;
border-radius:6px;
}
p{
font-style:italic;
}
</style>
</head>
<body>
<div id="start">
<?php
echo '<p><b>Welcome to SAM Noob World</b></p>';
?>
</div>
</body>
</html>
<title>
Noob Learning
</title>
<head>
<style type="text/css">
div#start{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color: #000;
text-align:center;
width:400px;
height:54px;
border:4px solid #06F;
margin:0 auto;
line-height:24px;
border-radius:6px;
}
p{
font-style:italic;
}
</style>
</head>
<body>
<div id="start">
<?php
echo '<p><b>Welcome to SAM Noob World</b></p>';
?>
</div>
</body>
</html>
Labels: Noob


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home