the js file, declare the following variables with indicated initial values: service1Name 5 “Basic”, service2Name 5 “Express”, service3Name 5 “Extreme”,service4Name 5 “Ultimate”, service1Speed 5 “0 Mbps”, service2Speed 5 “100 Mbps”, service3Speed 5 “500 Mbps”, and service4Speed 5 “1 Gig”. Go to the first table row of the tbody section of the web table. Within the first tag, insert a script to write the value of the service1Name variable. Within the second tag, insert another script to write the value of the service1Speed variable. Repeat Step for the two cells in each of the next three table rows in the tbody section, writing the values of service2Name and service2Speed variables through the service4Name and service4Speed variables. Save your work and then open html file in your web browser. Verify that the content of the page resembles that shown in Figure 1-24.
the js file, declare the following variables with indicated initial values:
service1Name 5 “Basic”, service2Name 5 “Express”, service3Name 5 “Extreme”,service4Name 5 “Ultimate”, service1Speed 5 “0 Mbps”, service2Speed 5 “100
Mbps”, service3Speed 5 “500 Mbps”, and service4Speed 5 “1 Gig”.
Go to the first table row of the tbody section of the web table. Within the first <td> tag, insert a script to write the value of the service1Name variable. Within the second <td> tag, insert another script to write the value of the service1Speed variable.
Repeat Step for the two cells in each of the next three table rows in the tbody section, writing the values of service2Name and service2Speed variables through the service4Name and service4Speed variables.
Save your work and then open html file in your web browser. Verify that the content of the page resembles that shown in Figure 1-24.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps