+ All Categories
Home > Documents > Write an HTML Program to Create the Table

Write an HTML Program to Create the Table

Date post: 03-Apr-2018
Category:
Upload: premchandrakar
View: 233 times
Download: 0 times
Share this document with a friend

of 48

Transcript
  • 7/29/2019 Write an HTML Program to Create the Table

    1/48

    1. Write an Html Program to create the table

    Solution:-

    table

    class

    SUB1

    SUB2

    SUB3

    BCA1

    VB

    Class Subject 1 Subject 2 Subject 3

    BCA-I VB PC Software ElectronicsBCA-II C++ DBMS English

    BCA-III JAVA Multimedia CSA

  • 7/29/2019 Write an HTML Program to Create the Table

    2/48

    pc software

    Eletronics

    BCA2

    c++

    DBMS

    English

    BCA3

    JAVA

    multimediaCSA

  • 7/29/2019 Write an HTML Program to Create the Table

    3/48

    Output

  • 7/29/2019 Write an HTML Program to Create the Table

    4/48

    2. Write an html program to create the following list Introductory InformationTechnology

    IT Basics

    IT Tools Ms-access HTML IT-Application

    Solution:-

    list program

  • 7/29/2019 Write an HTML Program to Create the Table

    5/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    6/48

    3. Write an html program to create the following listJava

    Visual Basic

    Basic

    CobolFortran

    Solution:-

    JAVA

    Visual basic

    basic

    cobol

    fortran

  • 7/29/2019 Write an HTML Program to Create the Table

    7/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    8/48

    4.Write an html program to demonstrate hyper linking between two web pages

    create a marquee and also insert an image in the page

    Solution:-

    marquee

    this is marquee tag

    xyz

    jagdamba kiran neha

  • 7/29/2019 Write an HTML Program to Create the Table

    9/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    10/48

    5.Write an HTml Program Create frames in html with 3 Columns(

    width=30%,30%,40%)

    Solution:-

    frameset

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    11/48

    6. Write an html program Create frames in html with 3 Columns and 2 rows

    Solution:-

    Frames

    File one.html

    html Frame example

    This is first frame

  • 7/29/2019 Write an HTML Program to Create the Table

    12/48

    File two.html

    html Frame example

    This is Second frame

    File Third.html

    html Frame example

    This is third frame

  • 7/29/2019 Write an HTML Program to Create the Table

    13/48

    File four.html

    html Frame example

    This is four frame

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    14/48

    7. Write in html Program to Create a web page with a blue background and

    the following text

    NEW DELHI

    New delhi, the Capital and the third largest city of India is a fusion ofthe ancient and the modern. The refrains of the Muslim dynasties with its

    architectural delights, given the majestic ambience of the bygone era.

    Solution:-

    bg color program

    new delhi

    new delhi the capital and the third largest city of india is a fusion of the

    ancient and the mordern the refrains of the muslim dynasties with its

    architectural delights give the majestic ambience of the by gone area

  • 7/29/2019 Write an HTML Program to Create the Table

    15/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    16/48

    8. Write an html Program to Create the following table Admission

    Course OC BC MBC SC/ST TotalComputer Science 9 18 5 5 37Commerce 14 25 6 5 50

    Grand Total 87

    Solution:-

    course

    oc

    bc

    mbc

    sc/st

    total

    computer science

    9

    18

    5

    5

    37

    commerce

    14

    25

  • 7/29/2019 Write an HTML Program to Create the Table

    17/48

    6

    5

    50

    grand total

    87

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    18/48

    9. Write an html Program to create the following table

    Car Price List

    Maruti

    Tata Ford

    Model price Model price Model Price

    Maruti800

    2 lac Sumo 2 Lac I Kon 5 lac

    Omni 3 lac Scorpio 3 Lac Gen 2 Lac

    Solution:-

    maruti

    tata

    ford

    modal

    price

    modal

    price

    modal

    price

    maruti800

  • 7/29/2019 Write an HTML Program to Create the Table

    19/48

    2lac

    sumo

    2lac

    J kon

    5lac

    ommi

    3lac

    scorpio

    3lac

    gem

    2lac

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    20/48

    10. Write an html Program Creating images such as left position, Right position,

    center position etc using ALT attribute with image tag

    Solution:-

  • 7/29/2019 Write an HTML Program to Create the Table

    21/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    22/48

    11. Write an html program to creating following table

    Student Information

    Roll No. Name Class

    1001 Amit BCA

    1002 Sandeep B.E.

    1003 Ravi MCA

    1004 Priya M.E.

    Solution:-

    student information

    roll no.

    name

    class

  • 7/29/2019 Write an HTML Program to Create the Table

    23/48

    1001

    amit

    BCA

    1002

    sandeep

    BE

    1003

    ravi

    MCA

    1004

    priya

    ME

  • 7/29/2019 Write an HTML Program to Create the Table

    24/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    25/48

    12. Write an html program to create following table using row span attribute

    STUDENT INFORMATION

    Roll No. Class Name

    1001 BCA AMIT

    1002 BCA MALA

    1003 BCA RANU

    1004 BCA PRIYA

    Solution:-

    student information



    year
    2012
    to
    2013

    2012

    TO

    2013

  • 7/29/2019 Write an HTML Program to Create the Table

    26/48

    roll no

    class

    name

    1001

    bca

    amit

    1002

    bcamala

    1003

    bca

    ranu

  • 7/29/2019 Write an HTML Program to Create the Table

    27/48

    1004

    bca

    priya

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    28/48

    13. Write an html program to insert any image to the left position

    *

    Image

    Solution:-

  • 7/29/2019 Write an HTML Program to Create the Table

    29/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    30/48

    14. Write the html loding for the following Equations

    C2H2OH+PCL5=C2H2CL+POCL3+HCL

    4H3PO3=3H3PO4+PH3

    PCL3+CL3=PCL5

    Solution:-

    c2h2oh+pcl5=c2h5cl+pocl3

  • 7/29/2019 Write an HTML Program to Create the Table

    31/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    32/48

    15.Write an html program to create the following table

    Name Subject Marks

    AmitJava 70C 79

    Ravi

    Java 75

    C 69

    Solution:-

    name

    subject

    marks

    Amit

    JAVA

    70

    c

    79

  • 7/29/2019 Write an HTML Program to Create the Table

    33/48

    Ravi

    java

    75

    c

    69

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    34/48

    16. Write an html program to create a form as the following

    Enter name :

    Enter Roll No :

    Enter Age :

    Enter DOB :

    Reset

    Solution:-

    Enter name :


    Enter roll no :


    Enter age :


    Enter DOB :



  • 7/29/2019 Write an HTML Program to Create the Table

    35/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    36/48

    17.Write an html program to create a following html form

    User Name

    Password

    Solution:-

    user name


    password



  • 7/29/2019 Write an HTML Program to Create the Table

    37/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    38/48

    18.Write an html program to create the following form in html

    Enter your name:-

    Enter your roll no.:-

    Gender Male

    Female

    Sub- Java

    C

    C++

    VB

    Class:-

    Solution:-

    BUTTON

    enter your name :


    enter your roll no :


    BCA I

  • 7/29/2019 Write an HTML Program to Create the Table

    39/48

    gender

    &

    nbsp;male

    &

    nbsp;female

    subject

    &

    nbsp;Java

    &

    nbsp;C

    &

    nbsp;C++

    &

    nbsp;vb


    Class:

    BCA1

    BSc

    BCOM

    BE

    BA

  • 7/29/2019 Write an HTML Program to Create the Table

    40/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    41/48

    19. write an html program to write following text and using BJU strik

    through

    New delhi KBthe capital (1) & the third largest city of india is a fusion of

    the anceient & the modern the remains of the muslim dynasties(u) with it

    & architect wal delights give the majestic ambience of the bygone er(B)(/i)

    Solution:-

    New Delhi

    New Delhi, the Capital and the third largest city of india

    in a fusion of the anciant and the modern the modern the romain of the

    muslim dyrasfies with its archiectural delights give the majestic

    ambience of the bygone era

  • 7/29/2019 Write an HTML Program to Create the Table

    42/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    43/48

    20. write an HTML program to create following frames

    Tourism Government of India

    Delhi Haryana Mizoram Chhattisgarh

    You are visiting our site this site will give you information on the union

    territory of Delhi & state of HTML Haryana ,Mizoram & Chhattisgarh

    Solution:-

    travel &

    tourism

  • 7/29/2019 Write an HTML Program to Create the Table

    44/48

    Delhi

    Haryana

    Mizoram

    Chhattisgarh

  • 7/29/2019 Write an HTML Program to Create the Table

    45/48

    Output:-

  • 7/29/2019 Write an HTML Program to Create the Table

    46/48

  • 7/29/2019 Write an HTML Program to Create the Table

    47/48

  • 7/29/2019 Write an HTML Program to Create the Table

    48/48


Recommended