Ex No: 1 | COLLEGE WEBSITE | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aim: | To design a single page website for your polytechnic college containing description of the courses offered with general information about the college using table. Provide different color for different section within the webpage. | ||||||||||||||||||||||||||||||
Algorithm | |||||||||||||||||||||||||||||||
Step1: Create a folder “Ex1” to place all the HTML files and Image files. | |||||||||||||||||||||||||||||||
Step2: Create two HTML files “index.html” and “ex1sty.css”. | |||||||||||||||||||||||||||||||
Step3: Create “index.html” page with the necessary HTML tags and use “style” attribute in the “ex1sty.css” file to provide design to HTML elements. | |||||||||||||||||||||||||||||||
Step4: Use <table> tag to provide information about the college. | |||||||||||||||||||||||||||||||
Step5: Use <section> tag to provide infomation about each course. | |||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
Source Code | |||||||||||||||||||||||||||||||
index.html
ex1sty.css
|
|||||||||||||||||||||||||||||||
Result: | Thus a Single page website is design for the polytechnic college which list out the courses offered with general information about the college using table. Also providing different color for different section within the webpage. |