返回首页

喜的先生或女士,
我新的PHP编码。
我PHP和HTML编码单独。请结合代码来运行我的应用程序。

代码:

<!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=utf-8" />

<title>Untitled Document</title>

<style type="text/css">

<!--

@import url("css/styles.css");

-->

</style>

</head>

 



<body>

<form>

          <div class="box">

            <h1>User Registration</h1>

            <label>

               <span>Full name</span>

               <input type="text" class="input_text" name="name" id="name"/>

            </label>

             <label>

               <span>Email</span>

               <input type="text" class="input_text" name="email" id="email"/>

            </label>

             <label>

                <span>Subject</span>

                <input type="text" class="input_text" name="subject" id="subject"/>

            </label>

            <label>

                <span>Message</span>

                <textarea class="message" name="feedback" id="feedback"></textarea>

                <input type="button" class="button" value="Submit Form" />

            </label>

            

            

         </div>

</form>

 

</body>

</html>

PHP的
{C} LT; - PHP结束标签 - GT;

回答

评论会员: 时间:2