PHP & HTML
Posted: Sun Jun 27, 2010 9:02 pm
Can i use html elements in a .PHP document? if so, do the rules change?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title></title>
<link href="untitled.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style2 {font-family: Impact}
.style3 {font-family: "You Are Loved"}
.teez_links_T_Blue {color: #04187d}
-->
</style>
</head>
<body>
<div id="container">
<div id="links">
<div align="center"><span class="style3"><span class="teez_links_T_Blue">T</span>eez<span class="teez_links_T_Blue">T</span>oo.Com</span> <span class="style1 style2">Home | Previous Weeks | Contact | Associates</span> </div>
</div>
<div id="bigbanner"><img src="" alt="" name="bigbanner" width="800" height="333" id="bigbanner" style="background-color: #999999" /></div>
</div>
</body>
</html>