web programs
web programs 1. Design web pages for your college containing a description of the courses, departments, faculties, library etc, use href, list tags. output code: < html > < head > < style > .clgname { font-size : xx-large ;} .contents { display : flex ; flex-flow : wrap ; justify-content : center ; } .courses , .faculties , .library { width : 50% ; border-radius : 10px ; display : flex ; justify-content : center ; align-items : center ; margin : 5px ; } .courses { background-color : violet ;} .faculties { background-color : orange ;} .library { background-color : aquamarine ;} </ style > </ head > < body > < CENTER > < DIV class = "clgname" > ADITYA DEGREE COLLEGE </ DIV > </ CENTER > < div class = "contents&