Question

I need help executing this form

Advanced Art Work Search Paintings Year Genre actions Artist each of Marac Duvid JacquesLouis 1793 Romanticism a7 1s4S Mannerism idergy Leading me People Delacroix Rugene Arangeement in Grey and Slack Whistier james Abbott 1871 Realism

media%2F028%2F028eb6ca-a98e-4874-903a-89

media%2F4dc%2F4dc65f64-f1e1-4050-8d20-70

media%2Fd06%2Fd062c111-d712-4620-81e2-54

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Below is the solution:

chapter05-project01.html:

<html lang="en">

<head>

<meta charset="utf-8">

<title>Chapter 9</title>

<link rel="stylesheet" href="css/chapter05-project01.css">

</head>

<body>

<form method="get" action="" id="mainForm">

<fieldset>

<legend>Advance Art Work Search</legend>

<table>

<tbody>

<tr>

<td style="background-color:#BDBDBD; padding: 20px; border: 1px solid #616161;">

<input name="search" id="search" placeholder="Search title" type="text">

<label>Subject&nbsp;&nbsp;&nbsp;</label>

<label>History&nbsp;&nbsp;&nbsp;&nbsp;</label>

<label>Person&nbsp;&nbsp;&nbsp;&nbsp;</label>

<label>Landscape</label>

<select name="genre" class="hilightable">

<option>Select Choice</option>

<option>Abstract</option>

<option>Baroque</option>

<option>Gothic</option>

<option>Renaissance</option>

</select>

<input value="filter" type="submit">

</td>

</tr>

<tr>

<td style="background-color:#BDBDBD; padding: 20px; border: 1px solid #616161;">

<select name="subject" class="hilightable">

<option>Choose subject</option>

<option>Animals</option>

<option>Landscape</option>

<option>People</option>

</select>

<input value="Apply To All" type="submit">

</td>

</tr>


<tr>

<td style="background-color:gainsboro; padding: 20px; border: 1px solid #616161;">

<h1 style="text-align:center; font-size:20px; background-color: #616161; padding:10px 0;">Paintings</h1>

<table>

<thead>

<tr>

<td>Title</td>

<td>Artist</td>

<td>Year</td>

<td>Genre</td>

<td>Actions</td>

</tr>

</thead>

<tbody>

<tr style="border-bottom: 1px solid #616161;">

<td>

<input name="index[]" value="10" type="checkbox">

<img src="images/05030.jpg">Douch of Magic

</td>

<td>

<p>David Jacqlin Us</p>

</td>

<td>

<p>1973</p>

</td>

<td>

<p>Romantism</p>

</td>

<td>

<button class="btn">

<img src="images/archive.png">

</button>

<button class="btn">

<img src="images/edit.png">

</button>

<button class="btn">

<img src="images/delete.png">

</button>

<button class="btn">

<img src="images/collection.png">

</button>

</td>

</tr>

<tr>

<td>

<input name="index[]" value="10" type="checkbox">

<img src="images/06010.jpg">Douch of Magic

</td>

<td>

<p>David Jacqlin Us</p>

</td>

<td>

<p>1973</p>

</td>

<td>

<p>Romantism</p>

</td>

<td>

<button class="btn">

<img src="images/archive.png">

</button>

<button class="btn">

<img src="images/edit.png">

</button>

<button class="btn">

<img src="images/delete.png">

</button>

<button class="btn">

<img src="images/collection.png">

</button>

</td>

</tr>

<tr>

<td>

<input name="index[]" value="10" type="checkbox">

<img src="images/07020.jpg">Douch of Magic

</td>

<td>

<p>David Jacqlin Us</p>

</td>

<td>

<p>1973</p>

</td>

<td>

<p>Romantism</p>

</td>

<td>

<button class="btn">

<img src="images/archive.png">

</button>

<button class="btn">

<img src="images/edit.png">

</button>

<button class="btn">

<img src="images/delete.png">

</button>

<button class="btn">

<img src="images/collection.png">

</button>

</td>

</tr>

<tr>

<td>

<input name="index[]" value="10" type="checkbox">

<img src="images/13030.jpg">Douch of Magic

</td>

<td>

<p>David Jacqlin Us</p>

</td>

<td>

<p>1973</p>

</td>

<td>

<p>Romantism</p>

</td>

<td>

<button class="btn">

<img src="images/archive.png">

</button>

<button class="btn">

<img src="images/edit.png">

</button>

<button class="btn">

<img src="images/delete.png">

</button>

<button class="btn">

<img src="images/collection.png">

</button>

</td>

</tr>

<tr>

<td>

<input name="index[]" value="10" type="checkbox">

<img src="images/120010.jpg">Douch of Magic

</td>

<td>

<p>David Jacqlin Us</p>

</td>

<td>

<p>1973</p>

</td>

<td>

<p>Romantism</p>

</td>

<td>

<button class="btn">

<img src="images/archive.png">

</button>

<button class="btn">

<img src="images/edit.png">

</button>

<button class="btn">

<img src="images/delete.png">

</button>

<button class="btn">

<img src="images/collection.png">

</button>

</td>

</tr>

</tbody>

</table>

</td>

</tr>

</tbody>

</table>

</fieldset>

</form>

</body>

</html>

chapter05-project01.css:

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Merriweather);

/* general text formatting */

h1, h2, h3, legend {

font-family: 'Merriweather', serif; }

body {

font-family: 'Open Sans', Arial, sans-serif;

font-size: 16px;

}

table {

width: 100%;

margin: 0 auto;

}

table,tr,td,img,input{

vertical-align: middle;

}

td{

border-bottom: 1px solid #616161;

padding: 8px;

}

legend {

background-color: #616161 ;

color: white;

margin: 0 auto;

width: 90%;

padding: 0.25em;

text-align: center;

font-weight: bold;

font-size: 24px;

}

fieldset {

margin: 1em auto;

background-color: #F5F5F5;

width: 80%;

}

form p {

margin-top: 0.5em;

}

form input[type="text"], form select {

font-size: 16px;

height: 24px;

padding: 3px;

}

form select {

height: 30px;

}


.btn {

color: black;

font-size: 14px;

background: #F5F5F5;

}

.btn:hover {

background:#616161;

}


output:

Advance Art Work Search Search title Subject History Person Landscape Select Choice filter Choose subject Apply To Al Paintings Title Artist Year Genre Actions Douch of Magic David Jacqlin Us 1973 Romantism David jacqlin Us 1973 Romantism David Jacqlin Us 1973 Romantism David jacqlin Us 1973 Romantism David jacqlin Us 1973 Romantism Douch of Magic Douch of Magic Douch of Magic Douch of Magic

Add a comment
Know the answer?
Add Answer to:
I need help executing this form Advanced Art Work Search Paintings Year Genre actions Artist each...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Please i need help with with this php files, the css does not have to look...

    Please i need help with with this php files, the css does not have to look like in the screen shot in the button. Create a file named paint.class.php and within it define a class named Paint, which has the following private properties: imgName title artist year gender paintID Define a static member variable named id, which will be used to set each instance’s paintID value and then be incremented, all inside the class constructor. Create a constructor that takes...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT