For Assistance with other modules
Call or Whatsapp +27682021794
www.myassignments.co.za
ICT1512
Assignment 03
2022
Due date
23 May 2022, 23:59 PM
+27682021794 www.myassignments.co.za EUGEMSYSTEMS
, <!--
JavaScript 7th Edition
Chapter 3
Hands-on Project 3-4
Filename: project03-04.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Hands-on Project 3-3</title>
<link rel="stylesheet" href="styles.css" />
<script src="project03-04.js" defer></script>
</head>
<body>
<header>
<h1>
Hands-on Project 3-4
</h1>
</header>
<article>
<h2>Customer Reviews of <em>Dance Off ver. 9</em></h2>
</article>
</body>
</html>
/* JavaScript 7th Edition
Chapter 3
Hands-on Project 3-4
Filename: styles.css
*/
/* apply a natural box layout model to all elements */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* reset rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
3
Call or Whatsapp +27682021794
www.myassignments.co.za
ICT1512
Assignment 03
2022
Due date
23 May 2022, 23:59 PM
+27682021794 www.myassignments.co.za EUGEMSYSTEMS
, <!--
JavaScript 7th Edition
Chapter 3
Hands-on Project 3-4
Filename: project03-04.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Hands-on Project 3-3</title>
<link rel="stylesheet" href="styles.css" />
<script src="project03-04.js" defer></script>
</head>
<body>
<header>
<h1>
Hands-on Project 3-4
</h1>
</header>
<article>
<h2>Customer Reviews of <em>Dance Off ver. 9</em></h2>
</article>
</body>
</html>
/* JavaScript 7th Edition
Chapter 3
Hands-on Project 3-4
Filename: styles.css
*/
/* apply a natural box layout model to all elements */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* reset rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
3