Use markup language code to display your name in the header element of largest size.
Answer: <h1> Jordan Penwell </h1>
Use markup language code to display the days of your week in a list without any sorting.
Answer: <ul> <li>
Sunday </li> <li>Monday</li> <li>
Tuesday </li> <li>Wednesday </li> <li>Thursday</li> <li>Friday </li> <li>
Saturday</li> </ul>
Q.3 Create the markup code to create an ordered list where the entries are sorted alphabetically. This will contain the seasons Spring, Summer Fall and Winter.
Answer: <ol type=”A”> <li>Spring</li> <li>Summer </li> <li>Fall</li> <li>Winter</li> </ol>
Take a quote you love from someone you trust. You can use the HTML code below to display the name and block quotes of the individual.
Response: h1>Barack Obama/h1> blockquote>
It is not wrong to try.
</blockquote>
Q5. To show great importance, modify the code below:
Answer: <p>
A diagram depicting the structure of a website is known as a b>site map/b> or b>storyboard/b>. One of the most important tasks when designing a website is to create a sitemap.
Use the code to create an absolute link to the school website.
Answer: <a href=”http://university.com”> a> University
Q7. Generate the code that will allow you to link the client.html page with a relative link.
Response: a href=”clients.html”>/a> clients </a>
Make a site dedicated to your favorite music group. Add the name of the band, the members and the link to its website. Include your favorite three albums, or a shorter review for each one, along with a description. Head, title, meta and body should be used. Save the page as band.html. The file should be opened in a text editor. The website can be displayed in a web browser. You may also print it. Both printed and digital copies should be given to the teacher.