44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Main</ title >
7+ < link rel ="stylesheet " href ="style.css ">
78</ head >
89< body >
910 <!--!!!USE THIS ONLY FOR TESTING!!!-->
1011 < div style ="text-align: center; " >
11- < img src ="https://shmector.com/_ph/13/188552034.png " loading ="lazy " width ="500 ">
12+ < img src ="https://shmector.com/_ph/13/188552034.png " loading ="lazy " width ="500 " id =" top ">
1213 < h1 > Welcome to Acme Corp</ h1 >
1314 < p > We at Acme Corp value our customers and offer [...]</ p >
1415 < p > Our mission is to [...]</ p >
1516 < a href ="#customer_service "> Customer Service</ a > < br >
1617 < a href ="#products "> Products</ a > < br >
17- < a href ="#other " > Other </ a >
18+ < a href ="about.html " target =" _blank " > About Us </ a >
1819 < br > < br > < br > < br >
19- < h2 id ="products "> Our Products</ h2 >
20+ < h2 id ="products "> < b > Our Products</ b > </ h2 >
2021 < p > Product 1:</ p >
21- < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="500 "> < bR >
22- < button > Buy</ button >
22+ < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="300 "> < bR >
23+ < button onclick =" alert('This does not work!') " > Buy</ button >
2324 < p > Product 2:</ p >
24- < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="500 "> < br >
25- < button > Buy</ button >
25+ < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="300 "> < br >
26+ < button onclick =" alert('This does not work!') " > Buy</ button >
2627 < p > Product 3:</ p >
27- < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="500 "> < br >
28- < button > Buy</ button >
28+ < img src ="https://vectorified.com/image/product-icon-vector-27.png " loading ="lazy " width ="300 "> < br >
29+ < button onclick ="alert('This does not work!') "> Buy</ button >
30+ < br > < br > < br > < br > < br > < br > < br > < br >
2931 < img src ="https://static.vecteezy.com/system/resources/previews/014/873/884/original/customer-service-icon-call-center-icon-design-illustration-customer-service-icon-simple-and-modern-flat-symbol-vector.jpg " loading ="lazy " width ="300 ">
3032 < p id ="customer_service "> Customer Service Phone number: (555) 444-1234</ p >
31- < br > < br > < br > < br >
32- < a href ="#products "> Back to top</ a >
33+ < h5 > OR</ h5 >
34+ < a href ="contact.html "> Contact Us</ a > < br > < br >
35+ < a href ="#top "> Back to top</ a >
3336 </ div >
3437</ body >
3538</ html >
0 commit comments