Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?php
$str = "A 'quote' is <b>bold</b>";
// Outputs: A 'quote' is <b>bold</b>
echo htmlentities($str);
// Outputs: A 'quote' is <b>bold</b>
echo htmlentities($str, ENT_QUOTES);
?>
String TestString = "This is a <Test String>.";
String EncodedString = Server.HtmlEncode(TestString);
<xml>
<a href="link.htm"> Link Me</a>
</xml>
<textarea readonly>This text cannot be edited, and will not interpret html</textarea>
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).