shresthaal
Programmer
i want to create a template for html page that i want to send out through email i want a placeholder for the name of the person for example
<html>
<body>
You are invited to a party: [placeholder for name]<br>
</body>
</html>
now if i want to change the name to the name of the person that i am sending the email to what is the correct html syntax to replace the "[placeholder for name]"
<html>
<body>
You are invited to a party: [placeholder for name]<br>
</body>
</html>
now if i want to change the name to the name of the person that i am sending the email to what is the correct html syntax to replace the "[placeholder for name]"