IDEs make typing and debugging HTML and PHP easier (conversely, Notepad on Windows does some things that makes coding harder).If you don’t already have an application you ’re attached to, search the Web or use this forum to find one (www.DMCInsights.com/phorum/) .
2) so why we wait. Let’s Start a basic HTML document.
<!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 ” xml::lang=”en ” lang==”en ”>
<head>
<meta http-equiv=”content-type ”
.content=”text/html;charset=
.iso-8859-1 ” //>
<title>Basic PHP Page</title>
</head>
<body>
<p>This is standard HTML.</p>
</body>
</html>
Although this is the syntax being used Throughout the lessons, you can change the HTML to match whichever standard you intend to use (e.g., HTML 4.0 Strict). Its u r choice, choose a standard u familiar with. Ye ye
if u feel like this is a bunch of crap, sorry.com

