✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
competition.html. Please make sure that the file extension is html.
In thehead element, use the title tag to set the title as Programming Exercise.
In thebody element, use the h1 tag to create a heading with your name and student number, and also display a Hello Worldtext.
When you complete this step, open the web page you created using a web browser. Your web page should look like the following:
table tag to create a table. In the table tag, specify the attribute borderso that the table has a visible border. The table should have 3 rows as follows:
ul tag to create unordered lists that contain the team members. It should look like the following:img tag to add images. In the img tag, specify the attribute widthto make the width of images become 300 pixels. You can use any image files for this task (you can either use your imagination to
design flag images, or you can use pictures of your pets). When you complete this step, it should look like the following:
Create 2 links to two fictional web pages.
The 1st link address ishttp://didd.gov and the 2nd link address is http://binn.gov Set the attribute targetto appropriate value so that the link should open up the linked web page in a new tab/window.
When you complete this step, it should look like the following:
Make changes to the web page as shown in the picture below.
The textsThing 1 and Thing 2become bold.
The textsteam leaderbecome italic.
Hello World to World Gurning Competition.
Use thefont tag to make text colorful. In the font tag, specify appropriate values for the attributes size and color. When you complete this step, it should look like the following:
HTML character entity smiley face.
When you complete this step, it should look like the following:
Use appropriate attributes to make the 1st column of the table aligned to the right, the 2nd column the center, and the 3rd column to the left.
Make all the vertical alignment to the top.
Change the table border to become invisible.
When you complete this step, it should look like the following:Use your imagination to add some more teams to the competition!