Question

In: Computer Science

Coding – You don’t have to submit the full html document only submit what should be...

Coding – You don’t have to submit the full html document only submit what should be in the <body> element. Be sure to name your form controls, classes and/or ids in a meaningful manor.

1. Create the HTML needed to have the largest heading with your name followed by an ordered list with your top favorite 5 bands, TV shows, movies or books.

2. Create a document that contains 3 hyperlinks. One hyperlink should contain an absolute path, another should contain a relative path, and the last hyperlink should contain your e-mail address.

3. Create a table (border is optional) that contains a caption, headers and data about your 3 favorite bands, TV shows, movies or books. The table must contain at least 2 columns.

4. Create a form that submits to ‘myscript.cfm’ that includes input from the user. The input should be the user’s firstname, lastname, and email address. Be sure to include a submit button.

Solutions

Expert Solution

Dear Student ,

As per the requirement submitted above , kindly find the below solution.

Question 1:

<h1>Virat kohli</h1>

<ol>

<li>Apple</li>

<li>HP</li>

<li>MI</li>

<li>Samsung</li>

<li>LG</li>

<li>Tarak mehta ka ulta cheshma</li>

<li>Singing Idol</li>

<li>Game of Thrones</li>

<li>Stranger Things</li>

<li>Saturday Night</li>

<li>Titanic</li>

<li>Fast and furious</li>

<li>Harry Potter</li>

<li>Pirates of the caribbean</li>

<li>Ironman</li>

</ol>

Screen 1 :

***********************************

Question 2:

<!-- Relative link -->

<a href="home.html">Home.html-Relative link</a>

<br>

<!-- absolute link -->

<a href="http://www.abc.com">abc.com-Absolute link</a>

<br>

<!--hyperlink with email -->

<a href="mailto:abc@abc.com">mail me</a>

*********************

Screen in the browser :

*********************************

Question 3:

<table border=1>

<caption>Favorite bands, TV shows, movies or books</caption>

<tr>

<th>Favorite</th>

<th>Name/Details</th>

</tr>

<tr>

<td rowspan="3">bands</td>

<td>Dawes</td>

</tr>

<tr>

<td>Pink Floyd</td>

</tr>

<tr>

<td>Metallica</td>

</tr>

<tr>

<td rowspan="3">Tv Shows</td>

<td>Game of Thrones</td>

</tr>

<tr>

<td>Stranger Things</td>

</tr>

<tr>

<td>Saturday Night</td>

</tr>

<tr>

<td rowspan="3">Movies</td>

<td>Harry Potter</td>

</tr>

<tr>

<td>Pirates of the caribbean</td>

</tr>

<tr>

<td>Fast and furious</td>

</tr>

</table>

=======================

Screen in the browser :

*************************************

Question 4:

<!-- html form with action and method attribute -->

<form action="myscript.cfm" method="POST">

<!-- lable for first name -->

<label for="txtFirstName">First Name</label>

<!-- textbox for first name -->

<input type="text" id="txtFirstName"/>

<br><br>

<!-- label for lastName -->

<label for="txtLastName">Last Name</label>

<!-- textbox for last name -->

<input type="text" id="txtLastName"/>

<br><br>

<!-- label for email address -->

<label for="txtEmail">Email</label>

<!-- textbox for email -->

<input type="text" id="txtEmail"/>

<br><br>

<!-- submit button -->

<input type="submit" id="btnSubmit"/>

===========================

Screen in the browser :

NOTE : PLEASE FEEL FREE TO PROVIDE FEEDBACK ABOUT THE SOLUTION.


Related Solutions

Coding – You don’t have to submit the full html document only submit what should be...
Coding – You don’t have to submit the full html document only submit what should be in the <body> element. Be sure to name your form controls, classes and/or ids in a meaningful manor. 5. Create a form that submits to ‘myScript.php’ with a drop down (or select) list that has 3 of your favorite bands, TV shows, movies, or books for the user to select from. 6. Create a form that uses three of the new HTML5 from control...
What does the HTML tag designate in an HTML document?
What does the HTML tag designate in an HTML document?
Your HTML document should contain the following elements/features: HTML tags: An <input> tag labeled "Timer Duration"...
Your HTML document should contain the following elements/features: HTML tags: An <input> tag labeled "Timer Duration" with the initial value 0 A <button> tag labeled "Start" Script: When the user presses the button (1b), a function will begin that does the following: Reads the value from the input field (1a) Removes the <input> and <button> tags (1a & 1b) Creates a new <p> tag, initialized to show the input value Starts a timer that ticks down to zero. For every...
Complete and submit the assignment in an EXCEL file. Full credit is earned only if the...
Complete and submit the assignment in an EXCEL file. Full credit is earned only if the formulas for the calculations is evident in the spreadsheet She Shed. Corp was organized in 2017. These business events occurred during the year, affecting intangible assets. 1.    Purchased a license for $20,000 on July 1, 2017. The license gives She Shed exclusive rights to sell its sheds in the tri-state region and will expire on July 1, 2025. 2.    Purchased a patent on January...
HTML document containing a form. The title bar should display “Voting Form”. The form should contain...
HTML document containing a form. The title bar should display “Voting Form”. The form should contain the following: Text boxes to accept the person’s name and e-mail address At least five radio buttons the user can use to vote for a candidate for some office. (You make up some names) Text box for write-in alternative Checkboxes with name and value attributes for these options: oThis is the first time I have voted online. o I have periodically voted online. o...
Design and submit a concept map on what you have learned. It should include concepts and...
Design and submit a concept map on what you have learned. It should include concepts and connections between concepts including: Microbiology testing techniques Types of microbes identified by each technique
Design and submit a concept map on what you have learned. It should include concepts and...
Design and submit a concept map on what you have learned. It should include concepts and connections between concepts including: Bacteria Structure Bacteria Function Transmission and replication Types
Design and submit a concept map on what you have learned. It should include concepts and...
Design and submit a concept map on what you have learned. It should include concepts and connections between concepts including: Structure and function of eye Structure and function of ear Structure and function of tongue and taste Structure and function of nose and smell
Design and submit a concept map on what you have learned. It should include concepts and...
Design and submit a concept map on what you have learned. It should include concepts and connections between concepts including: Female reproductive system structure and function Male reproductive system structure and function.
This should be done in JavaScript. The HTML file should only contain an empty main tag....
This should be done in JavaScript. The HTML file should only contain an empty main tag. All other HTML on the page should be created with JavaScript. The JavaScript file should be a separate file.   Make an empty HTML file, put an empty main tag inside the body. In your JavaScript, use querySelector to get a reference to the main tag and save it in a variable named main. Look up three good jokes and store them as separate variables...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT