
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
create a new page, and name the file “about_me.html” Your new page must include the following:
- A HEAD element, title. For example, ‘About Me’.
- Must use a style tag that changes the background to a color or image.
- Formatted text, including a header and paragraph that uses CSS styling of your choice, using at least 1 ID selector and 1 class selector.
- A link that allows the user to navigate to and from the homepage “index.html” and also modify the homepage to include a link to your new page.
- Must include CSS Comments
- Must follow HTML5 standards.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 5 steps with 3 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
- Create a HTML page as the image given below. Add a submit and a reset button at the end of the form. Use only internal CSS. SURVEY FORM Let us know how we can improve freeCodeCamp Name: Enter your name Email: Enter your email Age: Age Which options best describes your current role? How likely is that you will recommend freeCodeCamp to a friend? What do you like most in FCC: Things that should be improved in the future (Check all that apply): Student Definetely May be O Not sure Select a option Front-End Projects Back-End Projects Data Visualization Challenges Open Source Community Gitter Help Rooms Videos City Meetups Wiki Forum Additional Coursesarrow_forwardcreate a gym or business website with three (3) linking pages, and form validation. You will be required to use your creativity. Keep it appropriate please. Your first page is your index page (It MUST be called index.html) o It should be an overall general summary of your "gym" or "business", services offered, etc. Your second page is completely up to you as long as it relates to the gym theme Your third page should be a form that a user must fill out, like a membership form, with JavaScript alerts that let the user know when the form is not done completely. Must have the use of the following tags Line break Horizantal Rule Paragraph List (just one is fine) o Ordered or o Unordered Links Headings • Images • Title Table • Style (You MUST use CSS) Form Buttons Clear Form o Submit Form Input Radio buttons o Checkboxes o Drop-down boxes Script o Form validation O Alert boxes • Contact Info at the bottom (address of the gym) Also: You can use w3schools for reference Put your name in a…arrow_forwardVideos Utilize the following elements in the body of index.html to create a header for this page: 1 x Header 1 x Level One Section Heading 1 x Video Embed element 2 x Source element You will need two video files to complete this section. Use https://cloudconvert.com/mp4-to- webm to convert the mp4 file into a webm file to use as your second video file. Save it in the videos folder for this lab.arrow_forward
- Complete 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 button by using the HTML button element with the following criteria: With an ID of "btn" Show the caption "Reset" on the button Resets all the webpage controls when clicked The third control on the webpage that receives focus when using the tab key on the keyboardarrow_forwardCriteria to include on page: A div that is centered at the top of each page for the title of the site (mine below is “ResumeMohammed Alazawi”) A div that is centered and visible (acts as a buffer) and contains within it three divs that arecentered and horizontally next to each other (for me, it is the pink, green, and yellow divs).o Tip: to center the three divs, put them in another centered div (below the red div iscentered and there is another div centered in that which you cannot see, but it is justacting as a container for the pink, green, and yellow divs) Link to all of your other pages. These links should have pseudo classes assigned so that the colorof the link varies depending on if the user is hovering, it is active, visited, or if it is just a link. Inaddition, place the “title” attribute in the anchor tag and see what happens (Google titleattribute HTML if you are having trouble. The first result should be a w3 schools site, which wehave all seen before. This will have…arrow_forward
- please help mearrow_forwardHTML/CSS JAVASCRIPT please help me answer this question I will give you a good rating Thank you! TRUE OR FALSE To access the textual content of a paragraph, excluding the embedded links and images, one would use textContent and not inner HTML? All Interior inline content extracted from a div element can be placed inside a paragraph by employing innerHTML to select and transfer that div content to the paragraph? One can have multiple events for a series of radio buttons , but only a single event can be assigned to a series of checkboxes?arrow_forwardbody { } .cb-title { } .bb-title { } .cb-btm { } .bb-btm { }arrow_forward
- Edit code so that when the add item is pressed, the number in the "(0)Cart" link should increase. When the remove item is pressed, this number should decrease. When I click on the link, it should take me to a checkout.html page. The checkout page should display all the items in the cart, and a total price. Existing code: products.html <!DOCTYPE html><html> <head><title>Products</title><script src="./js/shoppingcart.js"></script></head> <body><div><div><a href="Checkout.html"><span style="float:right"><p>(<span>0</span>) Cart</p></span></a></div><div class="product"><img src="img/clorox.jpg"><p class="price">Price: $10</p><p class="name">Name: Clorox</p><p class="description">Description: Household Product</p><p class="id">ID: product1</p><span><button id="product1">Add to…arrow_forwardTitle: Transformers Beast Characters Webpage Creation Objective: The objective of this activity is to develop a web page dedicated to Transformer beast characters using HTML, CSS, and Flexbox layout. The activity aims to reinforce the understanding and practical implementation of various web development concepts, including flexbox, navigation, hover effects, flex-direction, nth-child, tables, transitions, and image display. Step 1: Set Up the Project Open your preferred text editor. Create a new folder for the activity and name it "TransformersBeastCharacters." Inside the project folder, create the following files: html (main page) html (character information page) html (image gallery page) css (CSS file) Step 2: Create the Basic Structure Open the index.html file in your text editor. Set up the basic structure of an HTML document by adding the HTML, head, and body tags. Inside the head tag, add a title for the…arrow_forward
arrow_back_ios
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