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

(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...
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...
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...
Part 1; a simple slide show: Create a Web document called l5p1.html that displays one of...
Part 1; a simple slide show: Create a Web document called l5p1.html that displays one of the images from lab 2 in approximately the center of the page; centering need not be exact. Below the image, place three button elements labeled with the names of items from lab 2. (One of them must be the name of the item you chose to display.) Pressing a button should change the displayed image to that of the item named on the button....
Must be in C#: 7. E-MAIL ADDRESS BOOK Create a Windows Forms Application with a class...
Must be in C#: 7. E-MAIL ADDRESS BOOK Create a Windows Forms Application with a class named PersonEntry. The PersonEntry class should have properties for a person’s name, e-mail address, and phone number. Also, create a text file that contains the names, e-mail addresses, and phone numbers for at least five people. When the application starts, it should read the data from the file and create a PersonEntry object for each person’s data. The PersonEntry objects should be added to...
Q3. Create a Company trading computer accessories with your Student ID & Name, address, College Email...
Q3. Create a Company trading computer accessories with your Student ID & Name, address, College Email ID and phone number for the year ended 31st Mar, 2020, and enter the following transactions using appropriate vouchers in Tally ERP 9 software: (3 Marks + 7 Marks) 1st Jan 2020, Started his business with an investment of RO 45,000 in cash. 2nd Jan 2020, Purchases computer accessories of RO 20,000 on credit from Mr. Salim. 31st Jan 2020, Sold computer accessories worth...
Q3. Create a Company trading computer accessories with your Student ID & Name, address, College Email...
Q3. Create a Company trading computer accessories with your Student ID & Name, address, College Email ID and phone number for the year ended 31st Mar, 2020, and enter the following transactions using appropriate vouchers in Tally ERP 9 software: (3 Marks + 7 Marks) 1st Jan 2020, Started his business with an investment of RO 45,000 in cash. 2nd Jan 2020, Purchases computer accessories of RO 20,000 on credit from Mr. Salim. 31st Jan 2020, Sold computer accessories worth...
Create a guideline document which should address the Physical Security requirements of the IT Infrastructure and IT Assets for the organization.
1) Create a guideline document which should address the Physical Security requirements of the IT Infrastructure and IT Assets for the organization. 2) Address the data security requirements for your branch offices in other cities.
write program in java Create a class named PersonalDetails with the fields name and address. The...
write program in java Create a class named PersonalDetails with the fields name and address. The class should have a parameterized constructor and get method for each field.  Create a class named Student with the fields ID, PersonalDetails object, major and GPA. The class should have a parameterized constructor and get method for each field. Create an application/class named StudentApp that declare Student object. Prompts (GUI input) the user for student details including ID, name, address, major and GPA....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT