x
 
<!DOCTYPE html>
<html>
<body>
<p>My name is &quot;Bill Gates&quot;</p>
<p>My name is &#34;Bill Gates&#34;</p>
<p>My name is &#x0022;Bill Gates&#x0022;</p>
</body>
</html>