
-
Re: CS202 Assignment 2 Solution and Discussion
Assignment No. 02
Semester: Spring 2020
CS202: Fundamentals of Front-End Development Total Marks: 20
Lectures Covered: 8 to 13
Due Date: June 15, 2020Instructions:
Please read the following instructions carefully before submitting assignment. It should be clear that your assignment will not get any credit if:
The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
Assignment is copied(partial or full) from any source (websites, forums, students, etc)Note: You have to upload .html file which will have code of HTML. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks.
Objective:
The objectives of this assignment are:
• To learn and practice the basic HTML tags.
• Practice of CSS attributes and properties
• CSS properties: background, styling input elements, padding, margin
Note:• This assignment is a Graded Assignment.
• The assignment submitted through email will not be accepted.
• This assignment is covering Lectures 8 - 13.
• For detail of topics in each lecture, see syllabus file given in download section of this course. The link of file is:
Guidelines: Code should be properly indented.
You can use the following tools/software:
o Sublime, Netbeans, Adobe Dreamweaver , Notepad
You will not use any other software to make .html fileFor any query about the assignment, contact at [email protected].
Assignment Statement:
Suppose you have been hired as a web designer and you have to design a Sign Up Page for the website. Following is a screenshot of the Web Page.
Sample Web Page:
Solution Instructions:
• Background image and user image is provided in .zip folder with your assignment. You have to place these image in the same folder in which you are saving your HTML file.
• Set background image on the whole screen as shown in the screenshot.
• Center align the form. Width of the form div can be 500px.
• Use basic HTML and CSS tags as required, which you have learnt while studying CSS.
• Use margin and padding to manage the space between the elements.
• Apply the Styling on input fields and the Sign Up button. You can use colors of your own choice.BEST OF LUCK!
-
Discussion Topic
Suppose you are working as a web designer and you have developed a website for some client. Your supervisor is concerned with layout of your website. He has conducted a meeting with you to correct issues related to layout of website, so you have to quickly respond to his requirements and change the website layout quickly. After making quick changes, you have to consider the factor of maintainability too. You have been given two options, CSS Inline styling and external styling to style your web pages. So, by considering quick response and maintainability factors, which option you will use for above scenario? Justify your answer with solid points.
-
Assignment No. 03
Semester: Fall 2019
CS202: Fundamentals of Front-End Development Total Marks: 20Due Date: 16/01/2020
Instructions:
Please read the following instructions carefully before submitting assignment. It should be clear that your assignment will not get any credit if:
The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
Assignment is copied(partial or full) from any source (websites, forums, students, etc)Note: You have to upload .html file which contain required code. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks.
Objective:
The objective of this assignment is to provide hands on experience of:
jQuery implementation
Event handling in jQuery
Apply CSS through jQueryGuidelines:
Code should be properly indented.
You will use only Notepad to make the html file
You will not use any other software to make .html fileFor any query about the assignment, contact at [email protected]
Assignment
Problem Statement:
You are required to write jQuery code which will fulfill requirements given below.
Requirements and Solution Instructions:
• Watch the video given in the assignment folder and apply the jQuery.
• Find the attached HTML Design file to put required jquery code in this file.
• Click on the heading and the related text should be displayed under the heading as displayed in video.
• Click on the buttons to change the header and footer as shown in video.Tips:
For any query about the assignment, contact at [email protected]
• The CSS of each element is implemented through ID. So access all required element through ID in jQuery.BEST OF LUCK!
-
Assignment No. 02
Semester: Fall 2019
CS202: Fundamentals of Front-End Development Total Marks: 20
Lectures Covered: 8 to 15
Due Date:
Monday, December 2, 2019Instructions:
Please read the following instructions carefully before submitting assignment. It should be clear that your assignment will not get any credit if:
The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
Assignment is copied(partial or full) from any source (websites, forums, students, etc)Objective:
The objectives of this assignment are:
• To learn and practice the basic HTML tags.
• Use of <img>, <table>, <div> and HTML Forms.
• Style the tags mentioned above .Note:
• This assignment is a Graded Assignment.
• The assignment submitted through email will not be accepted.
• This assignment is covering Lectures 8-15.
• For detail of topics in each lecture, see syllabus file given in download section of this course. The link of file is: LinkGuidelines:
Code should be properly indented.
You can use the following tools/software:
o Sublime, Netbeans, Adobe Dreamweaver , Notepad
You will not use any other software to make .html fileFor any query about the assignment, contact at [email protected].
Assignment Statement:
Suppose you have been hired as a front-end designer to develop a one page website for an organization as shown below:
Sample Web Page:
Solution Instructions:
• Use <div> / <table> element to develop this webpage.
• On the top, navigation bar is used.
• An image is used with 100% width and 600px height.
• In services section, Three divs or <td> are used with equal width.
• In the last section, 2 divs or <td> with equal width are used.
• You can use colors of your own choice.
• Use <textarea> for the comment section in the form under Contact Us.Note:
Images are provided in the Assignment .zip file. Put all the images and html file in the same folder. Don’t rename the images. Use relative path for <img> src attribute so that you will be using only the imageName in the src. Use float and clear properties properly to shape your webpages, if you are using <div>. Keep an eye on the spacing and alighnment between different sections. Dummy text is used in the above webpage. You have to upload .html file which will have code of HTML. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks.BEST OF LUCK!
-
Assignment No. 01
Semester: Fall 2019
CS202: Fundamentals of Front-End Development Total Marks: 20
Lectures Covered: 1 to 9
Due Date: Nov 14, 2019Instructions:
Please read the following instructions carefully before submitting assignment. It should be clear that your assignment will not get any credit if:
The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
Assignment is copied(partial or full) from any source (websites, forums, students, etc)Note: You have to upload .html file which will have code of HTML. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks.
Objective:
The objectives of this assignment are:
• To learn and practice the basic HTML tags.
• Use of Image Tag, Table tags and HTML Forms
• Style the tags mentioned aboveNote:
• This assignment is a Graded Assignment.
• The assignment submitted through email will not be accepted.
• This assignment is covering Lectures 1 - 9.
• For detail of topics in each lecture, see syllabus file given in download section of this course. The link of file is: CyberianGuidelines:
Code should be properly indented.
You can use the following tools/software:
Sublime, Netbeans, Adobe Dreamweaver , Notepad
You will not use any other software to make .html fileFor any query about the assignment, contact at
Assignment Statement:
Suppose you have been hired as a web developer in an online educational institution to develop a web page for student’s support system using which students can report their issues like email related issues, password issues, LMS related issues etc. Your web page should be like sample web page as given below.
Sample Web Page:
Solution Instructions:
• You are required to use image “Student_support_system.jpg”, image URL is given below.
Link
• Use basic HTML and CSS tags as required, which you have learnt till Lecture 9 to design your web page as sample page.
• You also have to use HTML Table and HTML Form tags to design sample web page.BEST OF LUCK!
CS202 Assignment 3 Solution and Discussion
-
Assignment No. 03
Semester: Fall 2019
CS202: Fundamentals of Front-End Development Total Marks: 20Due Date: 16/01/2020
Instructions:
Please read the following instructions carefully before submitting assignment. It should be clear that your assignment will not get any credit if:
The assignment is submitted after due date.
The submitted assignment does not open or file is corrupt.
Assignment is copied(partial or full) from any source (websites, forums, students, etc)Note: You have to upload .html file which contain required code. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks.
Objective:
The objective of this assignment is to provide hands on experience of:
jQuery implementation
Event handling in jQuery
Apply CSS through jQueryGuidelines:
Code should be properly indented.
You will use only Notepad to make the html file
You will not use any other software to make .html fileFor any query about the assignment, contact at [email protected]
Assignment
Problem Statement:
You are required to write jQuery code which will fulfill requirements given below.
Requirements and Solution Instructions:
• Watch the video given in the assignment folder and apply the jQuery.
• Find the attached HTML Design file to put required jquery code in this file.
• Click on the heading and the related text should be displayed under the heading as displayed in video.
• Click on the buttons to change the header and footer as shown in video.Tips:
• The CSS of each element is implemented through ID. So access all required element through ID in jQuery.For any query about the assignment, contact at [email protected]
BEST OF LUCK!
-
-
<!DOCTYPE html> <html> <head> <title>Front End Development- Assignmnet-03 Created by : BC170201325 Asad Iqbal</title> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script> $(document).ready(function(){ $("#flip1").click(function(){ $("#panel1").slideToggle(); }); }); </script> <script> $(document).ready(function(){ $("#flip2").click(function(){ $("#panel2").slideToggle(); }); }); </script> <script> $(document).ready(function(){ $("#flip3").click(function(){ $("#panel3").slideToggle(); }); }); </script> <script> $(document).ready(function(){ $("#flip4").click(function(){ $("#panel4").slideToggle(); }); }); </script> <script> $(document).ready(function(){ $("#btn1").click(function(){ $(".header").toggleClass("yellow"); }); }); </script> <script> $(document).ready(function(){ $("#btn2").click(function(){ $(".footer").toggleClass("yellow"); }); }); </script> <style> body{ font-family: Helvetica; background-color: white; margin: 0; padding: 0; } .header, .footer{ background-color: #69BE28; color: white; text-align: center; width: 100%; float: left; height: 70px; } #body{ padding: 25px; background-color: #f0e9e9; width: 80%; clear: both; margin: 0 auto; } .heading { padding: 20px; margin: 20px; text-align: center; background-color: #616161; color: white; border: solid 1px #c3c3c3; } .allText{ font-size: 18px; color: white; margin: 30px; background-color: #69BE28; text-align: justify; font-weight: normal; line-height: 1.5; padding: 20px; } #btn1, #btn2{ background-color: white; color: black; border: 2px solid #69BE28; padding: 20px; margin: 20px; } #btn1:hover , #btn2:hover { background-color: #69BE28; color: white; transition: 1s; } .yellow { background-color: yellow; color: black; } </style> </head> <body> <div class="header" > <h1>Virtual University of Pakistan</h1> </div> <div id="body"> <div id="flip1" class="heading">CHANCELLOR'S MESSAGE</div> <div id="panel1" class="allText"> One of the major challenges being faced by the education sector of Pakistan is lack of qualified faculty vis-a-vis demand. Effective utilization of Information and Communication Technology (ICT) tools provide a practical solution to this issue while maintaining the highest and internationally acceptable education standards. Virtual University of Pakistan is pioneer in the use of ICTs for imparting the quality education to its students all over the country including the remote areas and Pakistani overseas diaspora. With its highly flexible mode of education, Virtual University enables its students to manage studies at their own convenience and provides opportunities to harness their untapped talents. <br> Virtual University of Pakistan is playing its due role in promoting education in the country. I hope that the University will continue to ensure best quality in education and research. <br> I wish this institute success in the years ahead. <br> Dr. Arif Alvi <br> President of the Islamic Republic of Pakistan<br> Chancellor, Virtual University of Pakistan </div> <div id="flip2" class="heading">VISION</div> <div id="panel2" class="allText">To become an internationally acclaimed technology based university that improves access to higher education while maintaining the highest quality standards</div> <div id="flip3" class="heading">Mission</div> <div id="panel3" class="allText">To become an internationally acclaimed technology based university that improves access to higher education while maintaining the highest quality standards</div> <div id="flip4" class="heading">Introduction</div> <div id="panel4" class="allText">The University opened its virtual doors in 2002 and in a short span of time its outreach has reached over one hundred cities of the country with more than one hundred and ninety associated institutions providing infrastructure support to the students. Pakistani students residing overseas in several other countries of the region are also enrolled in the University's programs.</div> <button id="btn1">Toggle Header </button> <button id="btn2">Toggle Footer </button> </div> </div> <div class="footer"> <h1>Virtual University of Pakistan</h1> </div> </body> </html>
-
-
-
50% Off on Your FEE Join US!


