Posts

Showing posts from May, 2022

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 ;     ...