Description
Create a new HTML webpage and include the following:
- Write the code to display your name in the largest-size heading element.
- Write the markup language code for an unordered list to display the days of the week.
- Write the markup language code for an ordered list that uses uppercase letters to order the items. This ordered list will display the following: Spring, Summer, Fall, and Winter.
- Modify the following code snippet to indicate that the bolded text has strong importance:
<p>A diagram of the organization of a website is called a <b>site map</b> or <b>storyboard</b>. Creating the <b>site map</b> is one of the initial steps in developing a website.</p>