Skip to content

Instantly share code, notes, and snippets.

@PiyushFTW
Last active January 31, 2024 16:55
Show Gist options
  • Save PiyushFTW/711aa602f3fc26b2be2f6c947c67d011 to your computer and use it in GitHub Desktop.
Save PiyushFTW/711aa602f3fc26b2be2f6c947c67d011 to your computer and use it in GitHub Desktop.
<HTML>
<TITILE>OPERATOR</TITILE>
<HEAD>
<BODY>
<?php
$n1=10;
$n2=20;
$sum=$n1+ $n2;
$sub=$n2- $n1;
$pro=$n1* $n2;
$mod=$n2% $n1;
echo "the sum of the numbers is:".$sum."<br>";
echo "the difference of the numbers is:".$sub."<br>";
?>
</HEAD>
</BODY>
</HTML>
<p style=text-align:center;color:blue>
<style type="text/css">
<a href "website.html">link</a>
a:link {color:red; text-decoration: overline)
a:visited(color:yellow)
a:hover{color:purple)
a:active {color:green}
<audio controls src="location"</audio>
<iframe src="example.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment