AJAX

  • Post author:
  • Post category:AJAX
  • Post comments:0 Comments

Allows the sending of data from a webpage to the server, after the page has loaded, and the receiving of data from the webserver, without having to reload the web…

Continue ReadingAJAX

JS HTML Dom

Finding HTML elements by Id <!DOCTYPE html> <html> <head> <style type="text/css">body { background-color: Green; }</style> </head> <body> <h1 id="myH1tag">This is the inner HTML if the H1 tag</h1> <p>This is a…

Continue ReadingJS HTML Dom