osbo.com | Jesus | Bible | HTML | CSS | JavaScript | Flash | Unity | Xcode | Other
Overview
Array
Comments
Date
Enable
Functions
getElementById
innerHTML
Conditional Statements
if
else
else if
switch
Dialog Boxes
alert
confirm
prompt
Loops
for
for in
for each in
while
do while
innerHTML is the content between the start and end tags of an HTML element.
It allows the content between these tags to be modified.
Δ
document.getElementById("id").innerHTML = "content";
Mozilla Developer Network