Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an index.html page that will serve as your site home page, the home page should include the following: The driving school name must be
- Create an index.html page that will serve as your site home page, the home page should include the following:
- The driving school name must be in the header section. The driving school's name is Nsuku Driving School
- Add an image below the heading element to display the business/school logo.
- A navigation bar linking to all pages (Home, Packages, Registration, Contact Us), codes the navigation links as an unordered list.
- Add a hero image.
- The main tag should contain a minimum of three paragraphs with content related to the driving school
- Driving school contact details in the footer element must have telephone and email links with special characters showing a small phone and envelope, as well as the copy right symbol
- Add a style attribute to text in the page you wish to highlight, e.g. special promotion or discount
- Modify the home page to add essential content for a mobile user.
- Save the index.html page in the root folder
- Create a packages.html page, Save the packages.html page in the root folder.
- The driving school name must be in the header section.
- Add an image below the heading element to display the business/school logo.
- Navigation bar linking to all pages (Home, Packages, Registration, Contact Us), code the navigation links as an unordered list.
- The main tag should contain a minimum of six packages offered by the school with an image depicting the package, a purpose statement for each package and the detailed information about the package in list format. Visit the https://mydrivingschool.co.za/packages/ to get an idea of what is meant with packages for a driving school that assists in the obtaining of driving licenses. The information you obtain from the business/school you are designing the site for will most likely be different
- Add a round class to the images
- Include a description list with information related to learning how to drive
- Add a link to Natis booking system (Google Natis to find the link) use the external-link Class
- Modify the packages page to add essential content for a mobile user.
- Driving school contact details in the footer element must have telephone (015 812 2372) and email links(nsuku.driving@maito.com) with special characters showing a small phone and envelope, as well as the copy right symbol
- Create a contact.html page, save the contact.html page in the root folder
- The driving school name (Nsuku driving School) must be in the header section.
- Add an image below the heading element to display the driving school logo.
- Navigation bar linking to all pages (Home, Packages, Registration, Contact Us), code the navigation links as an unordered list
- Add the business hours for the business/school as an unordered list element containing a class attribute with the value hours. business hour are as follows, Monday to Friday from 7:00 Am to 17:00 pm
- The main tag should contain the driving school phone number (015 812 2372), email address (nsuku.driving@maito.com) and street address (22 nyagelami street). The phone number and email address must be links.
- Embed a map to the business/school address, use the map Class
- Modify the contact page to add essential content for a mobile user.
- Driving school contact details in the footer element must have telephone and email links with special characters showing a small phone and envelope, as well as the copy right symbol.
- Create a folder inside the root folder for the website and name the folder StyleSheet.
- Create a styles.css page and save it in the StyleSheet folder.
- Change the background color of the body tag
- Position the elements
- Style the Navigation Using CSS
- Make images responsive
- Add a declaration to specify the background color and padding, and increase the font size for the main element
- Create a style rule for the footer element
- Create style rules for ids on the packages page
- Create style rules for ids on the contact page
- Style the action class
- Style the external-link class
- Style the map class
- Create a CSS Reset
- Create a Sticky Header
- Edit the nav style rule for mobile viewports
- Edit the nav ul style rule for mobile viewports
- Edit the nav li style rule for mobile viewports
- Remove the top border for the nav li style rule
- Edit the nav li a Style Rule
- Create a style rule for the mobile class
- Add a style rule for the tablet-desktop class
- Add style rules for the tel-link class
- Style Rule for the Hours Class
- Modify the style rule for the main element
- Add a style rule for the round class
Modify the style rule for the images in the packages page to use a single column.
Step by Step Solution
★★★★★
3.51 Rating (158 Votes )
There are 3 Steps involved in it
Step: 1
Solution HTML stands for HyperText Markup Language It is a markup ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started