CS202 Assignment No 01 Spring 2020 Solution & Discussion
Tags:
Please Discuss here about this assignment.Thanks
Our main purpose here discussion not just Solution
Students having same subject can start discussion here to solve assignment, GDB & Quiz and can clear their concepts until solution is provided.
P.S: Please always try to add the discussion in proper format title like “CS101 Assignment / GDB No 01 Solution & Discussion Due Date: ___________”
Then copy Questions from assignment file and paste in Discussion.
+ http://bit.ly/vucodes (For Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (For Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?)
+ Click Here to Join (Our facebook study Group)
CS202 Fundamentals of Front-End Development Assignment No. 1 Solution by VU ACADEMY
In the assignment, they have asked for "Inline CSS" Not "Internal CSS"
<!DOCTYPE html>
<html>
<head>
<title>cs202-assignment-1</title>
<style>
body{
background: #40E0D0;
}
h1 {
text-align: center;
}
.im1c {
height: 200px;
width: 200px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
table, th, td {
border: 1px solid black;
text-align: center;
}
</style>
</head>
<body>
<h1>HTML (Hyper Text Markup Language)</h1>
<div class="im1c center" ><img class="im1c center" src="https://vulms.vu.edu.pk/Courses/CS202/Downloads/HTML.jpg"></div>
<h3>Introduction</h3>
<p>HTML stands for hyper text markup language.It is standerd markup language used to create the web pages along with CSS and Javascript.</p>
<ol>
<li>HTML Docoument</li>
<li>HTML Elements</li>
<li>HTML headings and paragraphs</li>
<li>HTML formating Elements</li>
</ol>
<table style="width:70%; margin-left:15%; ">
<tr>
<th>TOPIC</th>
<th>DISCRIPTION</th>
<th>Interner links</th>
</tr>
<tr>
<td><b>HTML DOCUMENTS</b></td>
<td>
<li>All html documents must started with <!DOCTYPE html></li>
<li>The html being itself along with <html> and ends with </html> </li>
<li>The visible pasrt html documents is <Body> tag</li></td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML ELEMENTS</b></td>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<th rowspan="2">HTML Headding & paragraphs</th>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML Formatting Elements</b></td>
<td>
<li>blod text</li>
<li>important text </li>
<li>marked text</li>
<li>small text </li>
<li>deletd text</li>
<li>inserted text </li>
<li>subscript text </li>
<td><a href="#">click here for details</a></td>
</tr>
</table>
</body>
</html>
CS202 Fundamentals of Front End Development Assignment 1 Solution & Discussion Spring 2020
Assignment No. 01 CS202: Fundamentals of Front-End Development |
Total Marks: 20 Lectures Covered: 1 to 8 Due Date: 1st June 2020 (1-06-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 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 Ordered and Unordered lists tags
Note: · This assignment is a Graded Assignment. · The assignment submitted through email will not be accepted. · This assignment is covering Lectures 1 - 8. · For detail of topics in each lecture, see syllabus file given in download section of this course. The link of file is:https://vulms.vu.edu.pk/Courses/CS202/Downloads/CS202%20Mid%20Term%...
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 file
For any query about the assignment, contact at cs202@vu.edu.pk. |
|||||
Assignment Statement: |
|||||
|
CS202 Fundamentals of Front End Development Assignment 1 Solution & Discussion Spring 2020
CS202 Assignment 1 Idea Solution:
<!DOCTYPE html>
<html>
<head>
<title>cs202-assignment-1-solution</title>
<style>
body{
background: #40E0D0;
}
h1 {
text-align: center;
}
.im1c {
height: 150px;
width: 350px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
table, th, td {
border: 1px solid black;
text-align: center;
}
</style>
</head>
<body>
<h1>HTML (Hyper Text Markup Language)</h1>
<div class="im1c center" ><img class="im1c center" src="im1.jpg"></div>
<h3>Introduction</h3>
<p>HTML stands for hyper text markup language.It is standerd markup language used to create the web pages along with CSS and Javascript.</p>
<ol>
<li>HTML Docoument</li>
<li>HTML Elements</li>
<li>HTML headings and paragraphs</li>
<li>HTML formating Elements</li>
</ol>
<table style="width:70%; margin-left:15%; ">
<tr>
<th>TOPIC</th>
<th>DISCRIPTION</th>
<th>Interner links</th>
</tr>
<tr>
<td><b>HTML DOCUMENTS</b></td>
<td>
<li>All html documents must started with <!DOCTYPE html></li>
<li>The html being itself along with <html> and ends with </html> </li>
<li>The visible pasrt html documents is <Body> tag</li></td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML ELEMENTS</b></td>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<th rowspan="2">HTML Headding & paragraphs</th>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML Formatting Elements</b></td>
<td>
<li>blod text</li>
<li>important text </li>
<li>marked text</li>
<li>small text </li>
<li>deletd text</li>
<li>inserted text </li>
<li>subscript text </li>
<td><a href="#">click here for details</a></td>
</tr>
</table>
</body>
</html>
please check the content properly Don,t copy the complete assignment of any where most of the content will missing from the file So, Please check your file content and add it.
<!DOCTYPE html>
<html>
<head>
<title>cs202-assignment-1</title>
<style>
body{
background: #40E0D0;
}
h1 {
text-align: center;
}
.im1c {
height: 200px;
width: 200px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
table, th, td {
border: 1px solid black;
text-align: center;
}
</style>
</head>
<body>
<h1>HTML (Hyper Text Markup Language)</h1>
<div class="im1c center" ><img class="im1c center" src="https://vulms.vu.edu.pk/Courses/CS202/Downloads/HTML.jpg"></div>
<h3>Introduction</h3>
<p>HTML stands for hyper text markup language.It is standerd markup language used to create the web pages along with CSS and Javascript.</p>
<ol>
<li>HTML Docoument</li>
<li>HTML Elements</li>
<li>HTML headings and paragraphs</li>
<li>HTML formating Elements</li>
</ol>
<table style="width:70%; margin-left:15%; ">
<tr>
<th>TOPIC</th>
<th>DISCRIPTION</th>
<th>Interner links</th>
</tr>
<tr>
<td><b>HTML DOCUMENTS</b></td>
<td>
<li>All html documents must started with <!DOCTYPE html></li>
<li>The html being itself along with <html> and ends with </html> </li>
<li>The visible pasrt html documents is <Body> tag</li></td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML ELEMENTS</b></td>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<th rowspan="2">HTML Headding & paragraphs</th>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td>AN HTML element usausly with a starting tag and the ending tag</td>
<td><a href="#">click here for details</a></td>
</tr>
<tr>
<td><b>HTML Formatting Elements</b></td>
<td>
<li>blod text</li>
<li>important text </li>
<li>marked text</li>
<li>small text </li>
<li>deletd text</li>
<li>inserted text </li>
<li>subscript text </li>
<td><a href="#">click here for details</a></td>
</tr>
</table>
</body>
</html>
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post