So if i do
echo "<div>";
then if obviouly oesn't display as text of the output page as the browser treats it as the html it is, but say i just want to print that tag on the page for reference can i do this?
so have the browser not treat this partically output as html but just like saying
echo "some text";
echo "<div>";
then if obviouly oesn't display as text of the output page as the browser treats it as the html it is, but say i just want to print that tag on the page for reference can i do this?
so have the browser not treat this partically output as html but just like saying
echo "some text";