Question

I need some help with a html code, The code for the CRUD terms on the left side of the section box. I need the lines under create, read, update, delete to be the same color as the section box. Thank you! How do I make the CRUD i.e to "create" "new" on whats inside the section box.

create read update delete

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

Below is the code, folllowed by a image with code and the output

<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
}

table, td, th {
border: 1px solid green;
}
</style>
</head>
<body>

<tab<!DOCTYPE html> <html> <head> <style> table { border-collapse: collapse; create read update delete table, td, th { border: 1ple>
<tr>
<td>create</td>
</tr>
<tr>
<td>read</td>
</tr>
<tr>
<td>update</td>
</tr>
<tr>
<td>delete</td>
</tr>
</table>

</body>
</html>

Add a comment
Know the answer?
Add Answer to:
I need some help with a html code, The code for the CRUD terms on the...
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
  • Need help with html/javascript Need to make a box, within the box is one color but has all the c...

    Need help with html/javascript Need to make a box, within the box is one color but has all the color codes for that color. The user is able to move the mouse over the color and in another box it displays the color code for where the mouse is moving, The color code changes as the user moves the mouse within the box. If the user clicks on that color code, another box will store the color with the code:...

  • Hi I need some help with this I just need the code and the collection name...

    Hi I need some help with this I just need the code and the collection name is research only the code I dont need any screenshots of the output. it should be for companies.json using the research collection as like this db.research.aggregate({}) but I don't know how to do the rest. This is the database but it is hard to paste it all so I will paste some and it should be create. Please I need this to be done...

  • Hey Guys I am doing a project and need some help with code in HTML and...

    Hey Guys I am doing a project and need some help with code in HTML and PHP. I need a form made in HTML that can be sent to a specific email through PHP. For some reason the info is not getting sent to my email, even though it says that it was sent. I have some source code here: <?php if(isset($_POST['submit'])) { $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $email = mail('MY_EMAIL', $subject, $message,...

  • I need html and CSS code to create an Ice Cream Shop website . Thank you

    I need html and CSS code to create an Ice Cream Shop website . Thank you

  • I need help with some java code concerning the comparison of two arrays. Let's say I...

    I need help with some java code concerning the comparison of two arrays. Let's say I have two arrays. Array A and Array B. Array A has 7 integers on each line, and there are hundreds of lines. Array B is the same as Array A except every line of integers have been sorted in ascending order. In Array A there are already lines that are sorted, so some lines in Array A will be equal in Array B. What...

  • I have some code for HTML/Javascript but I need to change it up a bit. Heres...

    I have some code for HTML/Javascript but I need to change it up a bit. Heres the assignment and what I have. The part in the bold is what I need help with. I need a button called new timer for when it reaches zero... Thank you. Assignment For this assignment, you will write a timer application in HTML and JavaScript. Your HTML document should contain the following elements/features: HTML tags: An <input> tag labeled "Timer Duration" with the initial...

  • Hi I have 4 problems below I need done ASAP, if you could upload them one...

    Hi I have 4 problems below I need done ASAP, if you could upload them one by one by order you finish them instead of all at once that would be appreciated, I need this done in basic c++ code, all of the body structure are below I just need codes to be implemented for the codes to give the write outputs, Thank you. Q1. Update the given code 1 to implement the following problem: Create a class animal Set...

  • As part of this assignment we are using the base Gallery HTML and writing JavaScript code...

    As part of this assignment we are using the base Gallery HTML and writing JavaScript code that will: 1) preload the images provided to us, 2) Create rollover functionality for each of the thumbnails in your image gallery 3) Use appropriate images found in the images folder. 4) Write developer comments to describe the variables being declared and explain the functions and logical blocks of JavaScript code pertaining to the gallery. I know it has to be an external JS...

  • I need help with the following assignment, mostly what kind of code would be needed to...

    I need help with the following assignment, mostly what kind of code would be needed to create a website that looks like the attached picture Colors must be the same, or very close to the image colors. Must be written in CSS/HTML METRO COLORS MICROSOFT DESGIN

  • This is an HTML and javascript code that I tried to replicate form this video but...

    This is an HTML and javascript code that I tried to replicate form this video but it wouldn't work for me for some reason can you help me fix this issue. thanks, https://youtu.be/F7C30e7gR2Y <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>cicle Animation in js</title> <style> body { height: auto; margin: 0; } #ocean { position: absolute; width: 100%; min-height: 100%; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, 50, 150)), color-stop(0.50, rgb(0, 150, 255)); } .wave { background: blue ; display:...

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