File size: 1.45Kb
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="HTML Code Tester- a tool designed for testing and practising on HTML, CSS and Javascript examples of your documents online" />
<meta name="keywords" content="HTML code tester tool, HTML code testing, HTML tool, HTML tool for testing codes, HTML, Code tester, Code testing, Coding tool, HTML tool, tool, code, Javascript code tester, Css code tester" />
<meta name="author" content="Md. Khalequzzaman Labonno" />
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>HTML Code Tester with Javascript and CSS support-Rise Notes</title>
</head>
<body>
<div id="output">
<?php
$_SERVER['PHP_SELF'];
$_SERVER['QUERY_STRING'];
echo("<u><h3 style='color:#26a;margin-top:-5px;'>Result of Your Code</h3></u>" . $_POST['htmldata'] . "<br/>\n");
?>
</div>
<div id="source">
<form method="post">
<textarea style="width:80%; height:330px;" input type="text" name="htmldata" value=" "><?php echo $_POST['htmldata']?></textarea>
<br><input id="button" type="submit" name="submit" value="Submit" />
</form>
</div>
<div id="footer" align="center"><a style="color:darkorange; text-decoration:none;">Code Tester for HTML, JAVASCRIPT, CSS - Copyright © 2016 NextMusics.Com</a> </div>
</body>
</html>