<html>
<head>
<title>PHP</title>
</head>
<body>
<?php
echo 'hello';
?>
</body>
</html>
update:
- If i used
<fieldset>
tag in above script problem become solved.
PHPFIDDLE -- RUN THE CODE AND CHECK IN INSPECT ELEMENT
Not an answer but too long for a comment:
Please try again with
and add the output to your question.