Sponsored Links


Results 1 to 4 of 4

Thread: CS101 Introduction to Computing Assignment No. 2 Solution Fall Semester 2012

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578

    18 CS101 Introduction to Computing Assignment No. 2 Solution Fall Semester 2012



    CS101 Introduction to Computing Assignment No. 2 Solution Fall Semester 2012

    Sponsored Links


    Write a page in HTML to develop a drop down list that shows following five subjects of your semester in which introduction to computing CS101 is selected as default.
    1. CS101 Introduction to Computing
    2. CS502 – fundamentals of Algorithms
    3. ENG101 – English Comprehension
    4. IT430 E – Commerce
    5. MGT101 - Financial Accounting

    Solution:

    <HTML>
    <HEAD><H1><B>Semester Subjects</B></H1></head>
    <BODY>
    <SELECT>
    <option Value="1. CS101-Introduction to Computing">1. CS101-Introduction to Computing</option>
    <option Value="2. CS502-Fundamentals of Algorithms">2. CS502-Fundamentals of Algorithms</option>
    <option Value="3. ENG101-English Comperhension">3. ENG101-English Comperhension</option>
    <option Value="4. IT430-E Commerce">4. IT430-E Commerce</option>
    <option Value="5. MGT101-Financial Accounting">5. MGT101-Financial Accounting</option>
    </SELECT>
    </BODY>
    <HTML>

    Question No 2: Marks 10

    Develop a table in HTML with the given columns and rows as shown in the given below screenshot.

    o The size of table border should be “1”
    o The background color should be “pink”
    o It should be aligned in the center.
    o Use the caption of the table as “Semester Mark Sheet”
    o Use “cell padding” to present the cell data with clarity.

    2

    0

    0

    2

  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    Q:2 Idea Solution

    <html>
    <body>
    <table border=1 bgcolor=pink align=center cellpadding=10>
    <caption><h1>Semester Marksheet</h1></caption>
    <tr>
    <th rowspan="2">Subject name</th><th colspan="3">semester fall 2012</th><tr>
    <td>Total Marks</td><td>Obtained Marks</td><td>Grade</td></tr></tr>
    <tr><td>CS101</td><td>100</td><td>80</td><td>A</td></tr>
    <tr><td>IT430</td><td>100</td><td>85</td><td>A</td></tr>
    <tr><td>CS502</td><td>100</td><td>75</td><td>B</td></tr>
    </body>
    </html>

  3. #3
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    you may download the file and also check the image how it looks like.
    cs101-fall-2012-solution-2.jpg
    Attached Files Attached Files

  4. #4
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    dear guys open notepad and then copy this data into it and save it as .html extention to your desktop and then open it in your browser it will shows you the results

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 04-25-2013, 05:57 PM
  2. Replies: 0
    Last Post: 11-05-2012, 08:38 PM
  3. Replies: 0
    Last Post: 04-28-2012, 08:26 PM
  4. Replies: 2
    Last Post: 01-24-2012, 11:30 AM
  5. Replies: 3
    Last Post: 12-27-2011, 02:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft