Blogger Text

My Aim to Provide you quality contents, Tips & Tricks, Software, Microsoft Office, Graphic Editing (Adobe PhotoShop, After Affects, Illustrator, inDesign) Corel Draw, Corel Video Studio, Cyberlink PowerDirector, Power ActionCinema, Tutorials about Blogging and VU Assignments, Quizes & GDB Solutions and Much More... at regular Basis
                                     ***    Kindly Subscribe our Official YouTube Channel "INFOPALACESS OFFICIAL-Tuts: in this channel we upload Programming (C,C++,C# JAVA, PHP), Web Development, Graphics Editing and Microsoft Office Step by Step Tutorials from bigginer to Advance Level. We also provide free online courses at our YouTube Channel. ***   Graded Assignments/Quizes and GDB will start in Next Week. Solution ideas of All assignments, Quizes and GDB will be available here. If you have any problem regarding this then you can contact us.

IT-430 Assignment No 2 Solution 2018

IT 430 Assignment No 2 Solution Spring 2018

Here, I am providing you "Solution of IT-430 Assignment No 2 due date is 28-05-2018

Note: Please don't make exact copy of this document and make Changes in this assignment, write it in your own words always correct any errors if you found. I am not responsible for zero Marking.

Update:  If you want  to source file in docx format then just visit the link given below to download Solution file of IT-430





How to Download the File :           Watch video below to see the steps to download file  

Instructions 
Steps 1: Click at link given above
   2:  Enter Captcha Code  
   3:  Wait for 8 Seconds
   4:   Click at Link Generated below             the captcha box
   5:   That's it. You have downloaded

Note: We guarantee you that our site is 100% Malware and virus free so please Please Disabled your Ad-blocker to  Download the file from our site..


      
          
If you still facing any problem then please let me know about your problem regarding downloading file and leave a comment below because your feed back is very important to us to make our website more reliable and useful. 




IT-430 Assignment No. 2 Solution explanation is given below;

ASSIGNMENT:



Develop sample interface for E-Commerce web application in HTML having at least following features:

§  At top frame of the web page, your name and VUID should be displayed by using the style sheet box model.
§  In the middle of E-Commerce web application, there should be three text boxes and two buttons should be displayed by using the style sheet box model


          For explanation watch the video 

§  Three text boxes are used to display your name, father name and VUID.
§  Two buttons should be displayed under the text boxes having name display and reset button.
§  On clicking the display button your name, father name and VUID should be displayed in the respective text boxes.
§  By clicking the Reset button all the information in the text boxes should be reset.
§  Use different border colors for all style sheet box models in your E-commerce Web application.
Screenshot of the Sample E-commerce Web Application:
Following is the sample screen shot of E-commerce web application.
Note: Your own VUID should be displayed on the web application.

After clicking the Display button  your name, father name and VUID should be displayed in receptive text boxes.
  Submission:
You are required to submit your solution through LMS as a HTML file.

Solution: 


Here is the coding of assignment 2 solution

<!DOCTYPE html>
<html>
<head>
            <title>IT 403 Assignment 2 </title>
</head>
<body Style ="background-color:green">
<div style="border-width: 1.2cm; border-style: ridge;border-color:red blue green yellow">
<p style="background-color:green; font-size: 21pt; text-align:center; margin-top:0px; margin-bottom:0px"> <b>WAQAS AHMED ROLL No. MS11111111 (change it with your name and id)"</b></p></div>
</body>
</html>
<br>
<br>
<html>
<head>
<title> IT-430 Assignment# 02 Solution by<a href="http://infopalces.blogspot.com/">INFOPALACES.</a></title>
<script language="javascript">
function func()
{document.getElementById("one).value="WAQAS AHMED";
document.getElementtById("two").value="M.Firdos";
document.getElementtById("three").value="MS11101111";
}

</script></head>
<body bgcolor="green">
<div style="border-width: 11px; border-color:green pink orange red; border-style: ridge">
<p style="background-color:yellow; font-size:75pt; text-align:center; margin-top:opx; margin-bottom:opx">
<form name="F">
<table align=center>
<tr><td><br>
Name:
</td>
<td>
<Input type="Text" Name="one" value="" id="one">
</td>
</tr>

<tr><td><br>
Father Name:
</td>
<td>
<Input type="Text" Name="one" value="" id="two">
</td>
</tr>
<tr><td><br>
VIID:
</td>
<td>
<Input type="Text" Name="one" value="" id="three">
</td>
</tr>
<tr>
<td>
</td>
<td>
<input Type="Button" Name="Display" Value="Display" onclick=func() "> &nbsp;
<input type="reset" value="Reset">
</td>
</tr>
</table>
</form>

</div>
<h1 align = "Center"> For more assignment solutoins, quiz and gdb please follow my blog <a href="www.infopalaces.blogspot.com">INFOPALACES</a></h1>
</body>
</html>





 NOTE:  IF YOU FOUND ANY MISTAKE THEN CORRECT IT PLEASE DON’T MAKE EXACT COPY OF THIS SOLUTION, MAKE CHANGES TO AVOID ZERO MARKING. IM NOT RESPONSIBLE FOR IT.

Post a Comment

0 Comments