1.Write the markup language code to display your name in the largest-size heading element.
2.Write the markup language code for an unordered list to display the days of the week.
3.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.
4.Think of a favorite quote by someone you admire. Write the HTML code to display the person’s name in a heading and the quote in a blockquote.
5.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>
6.Write the code to create an absolute hyperlink to your school's website.
7.Write the code to create a relative hyperlink to a web page named clients.html.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of