html assignmt

Upload: nikunj-rawal

Post on 05-Apr-2018

227 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 HTML Assignmt

    1/50

    Assignment-1

    Ques-1: Create a web site with following web pages

    1st page: BBA-IV SemList of Subjects

    1) Business Law2) Human Resources3) Computer Application-II4) Taxation Law

    2nd page: Business LawAbout Business Law

    3rd page: Human ResourcesAbout Human Resources

    4th page: Computer ApplicationAbout Computer Application

    5th page: Taxation LawAbout Taxation Law

  • 8/2/2019 HTML Assignmt

    2/50

    Coding for the 1stpage:

    BBA_IV SemList of Subjects

    Business Law

    Human Resources

    Computer Application

    Taxation Law

    Coding for 2ndpage:

    Business Law

    About Business Law

  • 8/2/2019 HTML Assignmt

    3/50

    Coding for 3rdpage:

    Human ResourcesAbout Human Resources

    Coding for 4thpage:

    Computer ApplicationAbout Computer Application

    Coding for 5thpage:

    Taxation LawAbout Taxation Law

    Output:

  • 8/2/2019 HTML Assignmt

    4/50

    For the 1stpage:

    For the 2ndpage:

  • 8/2/2019 HTML Assignmt

    5/50

    For the 3rdpage:

    For the 4thpage:

  • 8/2/2019 HTML Assignmt

    6/50

    For the 5thpage:

  • 8/2/2019 HTML Assignmt

    7/50

    Assignment-2

    Ques-2: Create a table to show the information (roll no., name, course, ageand address) about student use minimum five records.

    Student Details

    Roll no. Name Course Age Address

  • 8/2/2019 HTML Assignmt

    8/50

    Coding:

    Student Details Roll no. Name Course Age Address 01 ABC BBA 18

    janakpuri 02 XYZ BCA 19 tilak nagar 03 PQR BBAcam 18 new delhi

  • 8/2/2019 HTML Assignmt

    9/50

    04 EFG BBA(b&i)

    18 rajori garden 05 LMN BBA 19 shahdrah

  • 8/2/2019 HTML Assignmt

    10/50

    Output:

  • 8/2/2019 HTML Assignmt

    11/50

    Assignment-3

    Ques-3: Design the following web page using list..

    Tit le: Course Offered Heading: Institute of Innovation in Technology & ManagementBody:

    The following course offered in col lage:1) BBA2) BCA3) B.CAM

    * The courses will be conducted in full time.* This collage is affiliated with GGSIPU.

    Coding:

    Course OfferedInstitue of Innovation in Technology &Management

    The following course offered in collage:

    BBABCAB.CAMThe course will be conducted in full time.

  • 8/2/2019 HTML Assignmt

    12/50

    This collage is affiliated with GGSIPU.

    Output:

  • 8/2/2019 HTML Assignmt

    13/50

    Assignment-4

    Ques-4: Create a page in the followingformat

    Title page: Chemical EquationsBody:

    1st: H2SO4+HCl=H2O+3HCl+CO2

    2nd: 3HCl+NaOH=NO3+H2SO4+NaCl

    Coding:

    CHEMICAL EQUATIONSCHEMICAL EQUATIONS

    H2SO4+HCl=H2O+3HCl+CO2

    3HCl+NaOH=NO3+H2SO4+NaCl

  • 8/2/2019 HTML Assignmt

    14/50

    Output:

  • 8/2/2019 HTML Assignmt

    15/50

    Assignment-5

    Ques-5: Create a biodata

    Tit le: Deepikas resumeBody:-

    Heading1: BiodataName: ______

    Address: ______Phone no.: _____

    Heading2 (a) : Career Objectives

    ___________

    Heading2 (b) : EducationCourse, Board/Collage, Yearand Percentage

    Heading2 (c) : Hobbies_________

    Personal Details:DOB: _____Marital Status: ______

  • 8/2/2019 HTML Assignmt

    16/50

    Coding:

    Deepika's Resume BIODATA

    Name:Neelima

    Address: Dilshad Colony

    Phone No.: 987654321

    Career Objectives

    To become successful person

    EducationCourseBoard/CollageYearPercentage

    BBAIP University2009-2012Persuing12thCBSE2008-200958%10THCBSE

  • 8/2/2019 HTML Assignmt

    17/50

    2006-200768%

    HobbiesMusicDancingPersonal Details

    DOB: 20/09/1990

    Marital Status: Unmarried

  • 8/2/2019 HTML Assignmt

    18/50

    Output:

  • 8/2/2019 HTML Assignmt

    19/50

    Assignment-6

    Ques-6: Create a table of car list:

    Car List (title)Car-Price List

    Car PriceMaruti: Omini 200000

    Maruti 800 235000Maruti Zen 300000

    Alto 350000Tata: Sumo 400000

    Searria 500000Safari 600000

  • 8/2/2019 HTML Assignmt

    20/50

    Coding:

    Car List

    Car-Price List

    CarPrice

    MarutiOmini200000Maruti 800 230000

    Maruti zen 330000Alto 430000

    TataSumo400000Searria500000Safari600000

  • 8/2/2019 HTML Assignmt

    21/50

    Output:

  • 8/2/2019 HTML Assignmt

    22/50

    Assignment-7

    Ques-7: Design the following page using frame:

    If you click on the any one content at a time, it should display inthe right side of the frame n frame should be divided into 40%and 60%.

    Coding for the 1stpage:

    Mainframe Page

  • 8/2/2019 HTML Assignmt

    23/50

    Coding for 2ndpage:

    ContentscontentsFruitsAnimalsBirds

    Coding for 3rdpage:

    FruitsFruitsMangoAppleGrapesOrangeBanana

  • 8/2/2019 HTML Assignmt

    24/50

    Coding for 4thpage:

    AnimalsAnimalsRabbitElephantLionDogCat

    Coding for 5thpage:

    BirdsBirdsDuckSwanPeacockEagleFalcon

  • 8/2/2019 HTML Assignmt

    25/50

    Output:

    For the 1stpage:

    For the 2ndpage:

  • 8/2/2019 HTML Assignmt

    26/50

    For the 3rdpage:

    For the 4thpage:

  • 8/2/2019 HTML Assignmt

    27/50

    For the 5thpage:

  • 8/2/2019 HTML Assignmt

    28/50

    Assignment-8

    Ques-8: Create the following format using frame:

    Coding:

    Mainframe

    Contents Animals Birds*Fruits (Display five (Display five

    *Animals animals name) birds name)

    *Birds

    Fruits

    (Display five fruits name)

  • 8/2/2019 HTML Assignmt

    29/50

    Output:

  • 8/2/2019 HTML Assignmt

    30/50

    Ques-9: Create a frame in the following format:

    If you click on the any one content at a time, it should display inthe right side of the frame n frame should be divided into 50%and 50%.

    Coding for the 1stpage:

    Mainframe

    List of Subjects

    *CA-II*Taxation Law

    *Business Law

    *Marketing Research

  • 8/2/2019 HTML Assignmt

    31/50

    Coding for the 2ndpage:

    List of subjectsList of subjectsComputerApplication - IIBusiness LawTaxation LawMarketing ResearchBusiness EnvironmentHuman ResourceManagement

    Coding for the 3rdpage:

    Computer Application - IIComputer Application - II

    Computer Application - II is taught in the 4th semestar. It is taught tous by Abhishek sir.

  • 8/2/2019 HTML Assignmt

    32/50

    Coding for the 4thpage:

    Business LawBusiness Law

    Coding for the 5thpage:

    Taxation LawTaxation Law

    Coding for the 6thpage:

    Marketing ResearchMarketing Research

  • 8/2/2019 HTML Assignmt

    33/50

    Coding for the 7thpage:

    Business EnvironmentBusiness Environment

    Coding for the 8thpage:

    Human Resourcs ManagementHuman Resource Management

  • 8/2/2019 HTML Assignmt

    34/50

    Output:

    For the 1stpage:

    For the 2ndpage:

  • 8/2/2019 HTML Assignmt

    35/50

    For the 3rdpage:

    For the 4thpage:

  • 8/2/2019 HTML Assignmt

    36/50

    For the 5thpage:

    For the 6thpage:

  • 8/2/2019 HTML Assignmt

    37/50

    For the 7thpage:

    For the 8thpage:

  • 8/2/2019 HTML Assignmt

    38/50

    Assignment-9

    Ques-10: Write an HTML code to design your Resume in thefollowing format:

    BIO-DATA

    Objectives: Address:

    Education Qualification

    Course Year Percentage Board

    Personal Details Hobbies

    Name: *

    Phone no.: *

    *

  • 8/2/2019 HTML Assignmt

    39/50

    Coding:

    Bio-dataBIO-DATAObjectives:

    to become a successive person inlife and

    to fulfill my dreams.

    Address:

    Dilshad Colony, NewDelhi

    Education Qualification

    CourseYearPercentageBoardBBA2009-2012, Persuing-IP University12th

  • 8/2/2019 HTML Assignmt

    40/50

    2008-200953%CBSE

    10th2006-200768%CBSEPersonal DetailsHobbiesName:NeelimaPhone no.:9876543210DanceReading

    Drawings and Paintings

  • 8/2/2019 HTML Assignmt

    41/50

    Output:

  • 8/2/2019 HTML Assignmt

    42/50

    Assignment-10

    Ques-11: Create a web page about the college IITM

    1st page:

    2ndpage:

    About IITM

    Home

    (Some Lines about iitm) (image of college)

    Go to previous page (hyperlink)

    About IITM

    Home Course Offered Extra Caricular

    IITM (should be moving)

  • 8/2/2019 HTML Assignmt

    43/50

    3 rdpage:

    4thpage:

    Note: Use marquee tag for moving IITM

    About IITM

    Extra Caricular

    Seminar Sports Day Annual Day

    Go to previous page (hyperlink)

    About IITM

    Course Offered

    BBA B.Cam BCA

    Go to previous page (hyperlink)

  • 8/2/2019 HTML Assignmt

    44/50

    Coding for 1stpage:

    About IITM

    HOMECOURSE OFFEREDEXTRA CARICULAR


    IITM

  • 8/2/2019 HTML Assignmt

    45/50

    Coding for 2ndpage:

    About IITM
    HOMECollege is affilated to Guru Gobind Singh IndraprasthaUniversity(GGSIP University)

    It is an affiliating and teaching University that aims tofacilitate and promote studies, research and extension work inemerging areas of higher education with focus on professionaleducation in the disciplines of engineering, technology,architecture, management, medicine, pharmacy, physiotherapy,nursing, education, law, journalism and mass communication, etc.and also to achieve excellence in these and related fields and

    other matters connected therewith or incidental thereto.





    go to previous page

  • 8/2/2019 HTML Assignmt

    46/50

    Coding for 3rdpage:

    About IITMCourse Offered

    The following courses are offered by the college:


    BBABBA-camBCA


    go to previous page

  • 8/2/2019 HTML Assignmt

    47/50

    Coding for 4thpage:

    About IITMExtra Carricular

    The following extra carricular activities are heldby the college:


    SportsAnnual day



    go to previous page

  • 8/2/2019 HTML Assignmt

    48/50

    Output:

    For 1stpage:

    For 2ndpage:

  • 8/2/2019 HTML Assignmt

    49/50

    For 3rdpage:

    For 4thpage:

  • 8/2/2019 HTML Assignmt

    50/50