Pages: 1
[i]feel free to delete it or move it if it is not suited for this section[/i][/quote]
I have a problem in my project in my IT subject. My teacher said that we have to use HTML only in our website that requires inviting friends or simply storing information from a user and put into your site. And definitely i don't know what the hell she was talking about. How am I supposed to do that? Can there'll be a tags for that? Pls... help.. 
[quote][b]MODS[/b]:
[i]feel free to delete it or move it if it is not suited for this section[/i][/quote]
*good luck!
.
Because HTML can't do calculations.
You can by using a Database, or Javascript, or PHP.
Example [ Javascript ] :
[quote]<script language="Javascript">
var pulnem;
pulnem = prompt("Please enter your full name.", " ");
document.write(pulnem);
document.write(" ,have a nice day.");
</script>[/quote]
[b]pulnem[/b] = It's a variable, you can change it to whatever you like..
I hope I helped you.. Pages: 1