Tutorial 10 Case Problem 2 Harpe Gaming I needhelp with this. I can post the HTML later if needed. Shouldn’t needanything else, except an img file. Just note the location where itgoes.
5. Go to the hg_report.js file in your editor. First, you writeinformation about the game that will be displayed in the web page.Declare a variable named gameReport. Within thegameReport /* The hg_report.js file is blank frombeginning “use strict” */
variable, store the following HTML code
<h1>title</h1>
<h2>By: manufacturer</h2>
<img src=”hg_id.png” alt=”id” id=”gameImg” />
<table>
<tr><th>ProductID</th><td>id</td></tr>
<tr><th>ListPrice</th><td>price</td></tr>
<tr><th>Platform</th><td>platform</td></tr>
<tr><th>ESRBRating</th><td>esrb</td></tr>
<tr><th>Condition</th><td>condition</td></tr>
<tr><th>Release</th><td>release</td></tr>
</table>
summary
where title, manufacturer, id, price, platform, esrb, condition,release and summary
use the values from corresponding variables in the hg_product.jsfile.
6. Display the value
Tutorial 10 Case Problem 2 Harpe Gaming Need Help Post Html Later Needed Shouldn T Need A Q37079599
OR
OR