Question

In: Computer Science

Create and test an HTML document for yourself, including your name, address, and electronic mail address....

Create and test an HTML document for yourself, including your name,
address, and electronic mail address. If you are a student, you must include
your major and your grade level. If you work, you must include your
employer, your employer’s address, and your job title. This document must
use several headings and <em>, <strong>, <hr />, <p>, and <br /> tags.

2.2 Add pictures of yourself and at least one other image (of your friend, spouse, or pet)

2.3 Add a second document to the document created for Exercise 2.1 that describes part of your background, using background as the link content. This document should have a few paragraphs of your personal or professional history.

2..6Create and test an HTML document that describes an ordered list of your five favorite movies.

2.7 Modify the list of Exercise 2.6 to add nested, unordered lists of at least two actors and/or actresses in your favorite movies.

2.11 Create and test an HTML document that defines a table with columns for state, state bird, state flower, and state tree. There must be at least five rows for states in the table.

Solutions

Expert Solution

index.html

<html>
<head>
<title>HTML Examples</title>
<style>

</style>
</head>
<body>
<img src="http://sayantideb.com/wp-content/uploads/2016/05/child1.png" width="500" height="333"><br/>
<img src="https://cdn.dnaindia.com/sites/default/files/styles/full/public/2017/12/16/633718-twins.jpg" width="500" height="333"><br/>
<hr/>
<h1><strong>Personal History</strong></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed id eros in odio lacinia varius. Sed ultrices eu tortor ut ullamcorper. Aliquam quis orci sit amet lorem vestibulum rutrum. Pellentesque pharetra magna at odio laoreet, iaculis vehicula risus placerat. In eget ligula in est lacinia gravida. Integer volutpat, augue et dignissim scelerisque, orci libero tincidunt lectus, ut blandit velit erat vitae tortor. Fusce vitae turpis ante. Nunc nec consectetur ligula. Aenean venenatis a ipsum eget consectetur. Nullam aliquet efficitur posuere. Suspendisse viverra metus sed dolor fringilla vehicula eget in neque. Nunc suscipit velit et velit aliquet, eu lobortis velit euismod. Etiam sodales ut sem a posuere. Sed volutpat arcu vel accumsan lobortis.</p>
<hr/>
<h1><strong>Professional History</strong></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed id eros in odio lacinia varius. Sed ultrices eu tortor ut ullamcorper. Aliquam quis orci sit amet lorem vestibulum rutrum. Pellentesque pharetra magna at odio laoreet, iaculis vehicula risus placerat. In eget ligula in est lacinia gravida. Integer volutpat, augue et dignissim scelerisque, orci libero tincidunt lectus, ut blandit velit erat vitae tortor. Fusce vitae turpis ante. Nunc nec consectetur ligula. Aenean venenatis a ipsum eget consectetur. Nullam aliquet efficitur posuere. Suspendisse viverra metus sed dolor fringilla vehicula eget in neque. Nunc suscipit velit et velit aliquet, eu lobortis velit euismod. Etiam sodales ut sem a posuere. Sed volutpat arcu vel accumsan lobortis.</p>
<hr/>
<ol>
<li><em>Movie 1</em></l1>
<ol>
<li>Actor 1</li>
<li>Actor 2</li>
</ol>
<li>Movie 2</li>
<ol>
<li>Actor 1</li>
<li>Actor 2</li>
</ol>
<li>Movie 3</li>
<ol>
<li>Actor 1</li>
<li>Actor 2</li>
</ol>
<li>Movie 4</li>
<ol>
<li>Actor 1</li>
<li>Actor 2</li>
</ol>
<li>Movie 5</li>
<ol>
<li>Actor 1</li>
<li>Actor 2</li>
</ol>
</ol>
<hr/>
<center>
<table border="1">
<tr>
<td>State</td>
<td>State Bird</td>
<td>State Flower</td>
<td>State Tree</td>
</tr>
<tr>
<td>State 1</td>
<td>StateBird 1</td>
<td>StateFlower 1</td>
<td>State Tree 1</td>
</tr>
<tr>
<td>State 1</td>
<td>StateBird 1</td>
<td>StateFlower 1</td>
<td>State Tree 1</td>
</tr>
<tr>
<td>State 1</td>
<td>StateBird 1</td>
<td>StateFlower 1</td>
<td>State Tree 1</td>
</tr>
<tr>
<td>State 1</td>
<td>StateBird 1</td>
<td>StateFlower 1</td>
<td>State Tree 1</td>
</tr>
</table>
</center>
</body>
</html>

Output:


Related Solutions

Create, test, and validate an HTML document for yourself, including your name, address, and email address....
Create, test, and validate an HTML document for yourself, including your name, address, and email address. If you are a student, you must include your major and your grade level. This document must use several headings and <em>, <strong>, <hr />, <p>, and <br /> tags.
FOR HTML Web scripting Complete the following: Create and test an HTML document that has six...
FOR HTML Web scripting Complete the following: Create and test an HTML document that has six short paragraphs of text that describe various aspects of the state in which you live. You must define three different paragraph styles, p1, p2, and p3. The p1 style must use left and right margins of 20 pixels, a background color of pink, and a foreground color of blue. The p2 style must use left and right margins of 30 pixels, a background color...
Create, test, and validate an HTML document that has a form with the following controls: a....
Create, test, and validate an HTML document that has a form with the following controls: a. A text box to collect the user's name b. Four checkboxes, one for each of the following items: i. Four 25-watt light bulbs for $2.39 ii. Eight 25-watt light bulbs for $4.29 iii. Four 25-watt long-life light bulbs for $3.95 iv. Eight 25-watt long-life light bulbs for $7.49 c. A collection of three radio buttons that are labeled as follows: i. Visa ii. Master...
Create, test, and validate an HTML document that defines a table with columns for state, state...
Create, test, and validate an HTML document that defines a table with columns for state, state bird, state flower, and state tree. There must be at least five rows for states in the table.
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!--> <!-- --> <!-- -->...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!--> <!-- --> <!-- --> <title> TYPE YOUR NAME HERE</title> <script> // // A bug collector collects bugs every day for five days. Write a function that keeps // a running total of the number of bugs collected during the five days. The loop // should ask for the number of bugs collected for each day, and when the loop is // finished, the program should display the total...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!-->    <!-- -->   ...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!-->    <!-- -->    <!-- -->    <title> name </title> <script> // // Write a function that calculates the amount of money a person would earn over // a period of years if his or her salary is one penny the first day, two pennies // the second day, and continues to double each day. The program should ask the // user for the number of years and...
Develop and test an HTML document to use the DOM 2 event model that has text...
Develop and test an HTML document to use the DOM 2 event model that has text boxes for apple (59 cents each), orange (49 cents each), and banana (39 cents each), along with a Submit button. These text boxes take a number, which is the purchased number of the particular fruit. Add reality checks to the text boxes of the document to ensure that the input values are numbers in the range from 0 to 99. Each of the text...
(a) Create a HTML page for a single faceted search selector. It will include the name...
(a) Create a HTML page for a single faceted search selector. It will include the name of the facet and a list of radio buttons or tick boxes for each category. (b) Add a button called filter. When the button is clicked the radio button or tick boxes will be read to determine if a selection has been made. The selection will be written to a div element located under the filterbutton. If no selection was made, then an appropriate...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any of the following: • Your hobbies, likes/dislikes, career aspirations, dream job, favorite animals/ pets, favorite superhero, etc. • You do not have to share personal information that you are uncomfortable with sharing. Follow these guidelines when creating your page: • Include at least one heading (h1, h2, etc.) in your web page. • Provide a quote from a book, movie, etc. • Include at...
Develop and test an HTML document that has text boxes for apple (69 cents each), orange...
Develop and test an HTML document that has text boxes for apple (69 cents each), orange (59 cents each), and banana (49 cents each), along with a Submit button. These text boxes take a number, which is the purchased number of the particular fruit. Add a max property value of 99 and a min property value of 0. Add event handlers using the min and max properties to check on values input through the text boxes of the document to...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT