Posts

laptop enquiry

Document murthy sir has given two option for us to listen the online class (AI) option 1 :: listening through our laptops. for this everyone has to bring laptop to clg by tomorrow (9/6/22). listening in the class with individual headsets (no internet provided) modem has to be used , mobiles phones are not allowed option 2 :: listening to class in projector in clg no meeting link is provided to students though you have laptops. everyone has to listen in projector only those who have laptops can bring them to clg for practicing select any one option and send your feedback enter your class roll number : your name: option 1: option 2: do you have laptop? yes: no: submit

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