Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
Make a page that looks like the picture attached below.
Make two stylesheets, and put them in a folder called styles. Follow the instructions in the image below, for what styles go in which stylesheets. Note where the image file is stored.
GIVE ALL CODES. I will then open it in my server. Thank you i will upvote.
Expert Solution
arrow_forward
Step 1: Defining Introduction
To create the web page given in the question, following are the requirements:
- Create a Folder name: styles
- Inside the "styles" folder create two .css files named: standard.css and special.css
- create another folder named: images and store the image.jpg file inside the "images" folder.
- Create a HTML file index.html and write the content of the webpage.
Step by stepSolved in 3 steps with 5 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- On the index page, add a link that says "Subscribe To Our Marketing List". Clicking the link should take the user to another page that contains a signup form. The form should contain a subscribe button and the following text fields: Email Address, Re-enter Email Address, First Name. Using java create a script called subscribe.js, In the subscribe.js script, it should add an event for the subscribe button that listens for the onclick event. When the onclick event occurs, it should validate that the email text matches the re-enter email text and that the first name textbox is not empty. If the validation fails for either, display the appropriate error message beside the textbox. For example, This entry must equal the first entry, This field is required. If validation is successful, display an alert that says thanks for joining our list and remember to include your script on the page.arrow_forwardCreate a webpage to showcase your favorite travel destinations. Follow the instructions below to build the webpage using HTML and CSS. Requirements: Use an external CSS file for styling. Include a navigation bar (nav) at the top of the page with links to different sections of the webpage. Create a header with a suitable title for your webpage. Design a footer that includes contact information (email, phone number, etc.). Implement a two-column layout for the main content. Use an ordered list to list your top four favorite places to travel. Create at least 4 html files talking about different places Look and feel should be consistent across all pages Use an unordered list to list some contact details (email, phone, etc.) in the footer. Apply a background color to the webpage. Customize the text color, font size, and text decoration as per your preference. Add a background image that repeats horizontally across the webpage. Set a maximum width and minimum width for the webpage.…arrow_forwardUse jQuery to create a launcher with the properties below. The data files include all the necessary HTML and CSS code; you do not need to modify the HTML or CSS. Add the necessary jQuery code to make the launcher work. Your launcher should have the following properties: The launcher starts hidden from the page. When the user clicks the launcher button (bar at top of page), three things happen: The launchpad slides down. It takes 1/2 second to slide down. The "instructions" paragraph fades in. It takes 1/2 second to fade in. The red box that you are going to animate ("box") appears. Each of the three icons that appears on the launchpad is a button ("one", "two", "three"). When the user puts the mouse over the button, it animates the red box. When the user moves the mouse out, the box animates back to its original size and position. The three animations: One: The box moves 300px to the right, and grows in width and height by 150px. Two: The box shrinks by 125px in width and…arrow_forward
- CODE. ATTACH SCREENSHOT AS WELL. THUMBS DOWN FOR INCORRECT. OUTPUTarrow_forwardUsing the template engine, build a page that pulls a list of shapes from the ColorShapes database and presents that list, as a form, to the webapp user. The webapp user is then prompted to select a single shape from the list. Menus or radio buttons are acceptable presentation methods for this page (radio buttons preferred). Using the template engine, build a page that takes the Shape the webapp user selected, and generates a list of Colored Shapes for the selected Shape. I will fill in for database , just leave an open spacearrow_forwardMake a page that looks like the picture attached below. The links in the Contents list should jump to the other lists on the page. You add a link that jumps to a place on the same page. If the link and the destination are both visible already, nothing will change. Try making the browser window small, so that the link and the place it jumps to are not both visible at the same time. Then when you click on the link, you'll see something change.) The other links should jump to external Web sites. Open them in a new tab. Complete the free images and books lists. GIVE ALL CODES. I will open it in my server. Thank you i will upvote.arrow_forward
- Design a web page by using div, h1, h2 and image elements as given below.Implement also the box modelto set the image in properway. All the design of elements should be implemented in internal style sheet. hi Div Animal Pictures h2 Koala Penguins Div Koalajpg Penguinsjpg Imagearrow_forwardComplete the following webpage assignment. Assignment Instructions: Design a webpage to simulate a Blog. The website must have a banner image and a featured image with multiple resolutions to be active at different resolution breakpoints just as discussed in this lesson. Include a jQuery script in your project to further enhance the user experience. Use one of the CDN libraries. The script is up to your discretion though you must be able to justify its use. The blog page must be aesthetically pleasing and follow a traditional blog structure. It may help to look at the many WordPress templates available on the net.arrow_forwardCreate a web form (action=”lab.php” and target must be a blank page) Fields (make sure all fields have valid type, id and name) Name (text: two words) Verify that the text field has a valid name (firstname lastname) two names (a-zA-Z) with a single space in between if invalid, display a message after the text field is entered, or when the form is submitted. Age: (numeric: 18-30) Submit button Submit button must call your JavaScript routine to check the input fields for errors If anything is incorrect – it should stop and let the user know the error If all is ok, then it should switch to lab8.php and display the received information the code I write will remind you whether the input is valid or not. but when I input invalid and submit it, the webpage still jumps to the .php webpage. what should I do to make that do not jump to PHP result web when I input invalidly?arrow_forward
- Add an event listener to the button with an id of "button2". Listen for the click event. The button should change the text content of the paragraph with an id of "p2" to: "This button toggles text content." If the button is clicked a 2nd time, the text content should change back to: "Paragraph Two."The button should switch the text back and forth, so 3rd and 4th clicks willdo the same, etc. NOTE: Questions 2 and 5 are about toggling. While Part 1 is wrong, Part 2 will be correct. This is not an error. You should try to make both parts correct.arrow_forwardWhat is wrong with the following code snippet? mystery(10, 2) def mystery(num1, num2) : result = num1 ** num2 return result Select one: nothing, it will return 20 a variable must be used to store the result of the function call nothing, it will return 100 the function must be defined before the statement that calls itarrow_forwardPlease written by computer source Provide a solution for 26.9. The solution requires nesting panels (i.e., JPanel w/ GridLayout for buttons; JFrame w/ BorderLayout for the JPanel and JLabel). The following describes the suggested layout managers and placement of the controls. -Create a JPanel -Set JPanel layout manager to GridLayout, add the buttons to this panel -Add the JPanel to the center of the JFrame (i.e., JFrame use BorderLayout) -Add a JLabel control to the "North" of the JFrame Note: Do not implement event-handling for this assignment.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education