Question
Create the index.html home page of the website. Link this page to an external CSS file and an external JavaScript file. In the external JavaScript,
Create the index.html home page of the website. Link this page to an external CSS file and an external JavaScript file.
In the external JavaScript, create a function that will generate the navigation that will be on every page of the website. The current page of the ePortFolio website that is being viewed must be displayed without a hyperlink. All other pages in the top-level navigation must be hyperlinked to the appropriate web page. Hint: Use parameters and a multi-dimensional array to generate the HTML tags for a coherent navigation scheme. Call the function in the index.html page.
Create the following web pages:
gallery.html
aboutme.html
contactme.html
mypage.html
wireframes.html
comments.html
and incorporate the external CSS and JavaScript files into each page.
Update the function that generates the navigation to include all the web pages created except the wireframe diagrams and comments pages.
In the external JavaScript, create a function that will generate the footer that will be on every page of the website. Include links to the wireframes.html and comments.html pages in the footer.
Wireframe Diagrams On the wireframes.html page, include the wireframe diagrams created in Milestone 1. Ensure that JavaScript is used to create a link to this page in the footer of every page of the ePortFolio website.
About Me In the aboutme.html page include an image of yourself . When the mouse rolls over the image, display a different image of yourself. Include the following information about yourself:
Services (at least three) you provide.
How you obtained the skills to provide the services mentioned.
How long you have been providing the services.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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