Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.95 KB

AltSchool Assignment 1 (HTML)

Assignment Instructions

Assignment 1

Create a web page that should display your basic information, with ALT SCHOOL ID, a biography, relevant details explaining why you joined the program, and your goals for the School of Engineering program. Implement a fragment identifier feature to enable scrolling back to the top of the page. Create a folder and name the file index.html Create a web page consisting of a form that mirrors the ALT SCHOOL application form, name the file form.html, connect the form.html to your first assignment via global navigation ensuring both files are in the folder of the first assignment, which should be at the top of both pages. You should create a footer with your address and a copyright. It must also be accessible, incorporating appropriate semantic HTML tags.

1. index.html
2. form.html

Assignment 2

Build additional two web pages , the first is going to be a table about all the courses and schools existing at AltSchool Africa, with School of engineering we have frontend engineering, backend engineering, cloud engineering and cybersecurity. School of Product - Product Design, Marketing, Management. School of Data - Data Analysis, Science, Engineering.

School Courses
SOE Frontend, Backend, Cloud, Cybersecurity
SOD Data Analysis, Data Engineering, Data Science
SOP Product Design, Product Marketing, Product Management

Second page is a page where you use all the media element existing in html to create powerful message about yourself. Specially use picture element with more that 3 sources with responsiveness for mobile, tablet and laptop.

1. table.html
2. media.html

Assignment Solution

🌐 Hosted Link

Screenshot of assignment webpage