use variable in html code example
Example 1: variables in html
<var>This text will be italicized</var>
Example 2: how to append a variable to html
temp.append('temperature: ' + response.main.temp)
Example 3: js variable html
<div onload="document.innerHTML(name + ' is ' + age)">