Welcome
We learn to JavaScript.
JavaScript Can Change HTML Content
One of many JavaScript HTML methods is getElementById().This example uses the method to "find" an HTML element (with id="demo") and changes the element content (innerHTML) to "Hello JavaScript"
JavaScript Display Possibilities
JavaScript can "display" data in different ways:- Writing into an HTML element, using innerHTML.
- Writing into the HTML output using document.write().
- Writing into an alert box, using window.alert().
- Writing into the browser console, using console.log().



No comments:
Post a Comment