Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Does HTML code let you create variables?

Options
  • 28-09-2007 10:34pm
    #1
    Closed Accounts Posts: 10


    I was wondering if HTML code would let me create variables?:confused:


Comments

  • Registered Users Posts: 14,761 ✭✭✭✭Winters


    No.

    HTML is just a markup language. Not a scripting language.


  • Closed Accounts Posts: 10 tecno40


    :D Thanks


  • Closed Accounts Posts: 20,759 ✭✭✭✭dlofnep


    You could use javascript for variables or for even more dynamic control - PHP, but not in HTML.


Advertisement