\ escape character converts special character into string character
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<script id="javascript">
alert(" Hello \"Akshay\" ");
</script>
</body>
</html>