why textbox is not displaying in browser.coding from wordpress

时间:2018-11-05 17:43:43

标签: html wordpress

I have started to code for wordpress blog. When I write a simple html which contains textbox its not getting displayed in the browser. Why is it so? below is my code.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>
<form action="">
<p>  Hello wordpress </p>

Name: <input type="text">
</form>
</div>
</body>
</html>

0 个答案:

没有答案