Page--1 S.No. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Date 08-08-2016 22-08-2016 29-08-2016 06-09-2016 13-09-2016 19-09-2016 26-09-2016 03-10-2016 10-10-2016 17-10-2016 24-10-2016 07-10-2016 11-11-2016 15-11-2016 21-11-2016 28-11-2016 05-12-2016 12-12-2016 16-12-2016 23-12-2016

Name Of Experiment Text Formatting Tags Font Variations Links Between Different Sections Of A Page Types Of Lists Curriculum Using Tables Mailing System Using Fonts Bat Mobile Image In Form Of Tables Design The Page In Desired Format Creating A File Printing Full Name Using JavaScript Add Two Numbers Using JavaScript Factorial Of A Number Using JavaScript Prime Number Within Given Range Perfect Number Within Given Range Withdrawal Transaction Of A Customer Wish The User At Different Hours Of A Day Student Details In The Form Using JavaScript Inline Style Sheet In JavaScript External Style Sheet In JavaScript

1. write a html program illustrating text formatting.

this text is bold

this text is strong

this text is big

this text isemphasized

this text is italic

this text is small

this isscriptand superScript

2. illustrate font variations in your html code. Font variation my text in bold, size is 1 and apply color text
my text in italic , size is 2 and apply color to my text
my text in bold & italic, size is 3 and apply color to my text
my text in superscript, size is 4 and apply color to my text
my text in subscript, size is 5 and apply color to my text
my text in bold, italic, superscript & subscript, size is 6 and apply color to my text
3.Prepare a sample code to illustrate links between different sections of a page. list

MENU CARD



Page--2 BEVERAGES

List Of Beverages:

  • Butter Scotch
  • Strawberry
  • Strawberry Milk Shake
  • Blue Star Soda
  • Chocolate Milk Shake
Go To Menu Card

ROTIES

List Of Roties:

  1. Butter Non
  2. Butter Roti
  3. Plain Non
  4. Plain Roti
  5. Gobi Roti
  6. Alu Roti
  7. Palak Roti
Go To Menu Card

tiffen

List Of Tiffen:

  1. Idly
  2. Dosa
  3. Masala Dosa
  4. Karam Dosa
  5. Poori
  6. Pongal
  7. Vada
Go To Menu Card

SOUPS

List Of Soups:

  1. Tomata Soups
  2. Veg Soups
  3. Musroom Soups
  4. Chicken Soups
  5. Sweet Corn Soups
  6. Hot Corn Soups
Go To Menu Card

starters

List Of

    Starters:

  • Veg.Manchoorian
  • Gobi.Manchoorian
  • Veg.Noodles
  • Gobi.Noodles
  • Egg.Noodles Go To Menu Card
  • 4. prepare a sample to illustrate three types of lists. three different list

    GATE DEGREE COLLEGE

    courses:

    • B.Sc[MECs]
    • B.Sc[MSCs]
    • B.COM

    subjects ot the course

    B.SC[MECs]

    1. maths
    2. electronics
    3. computer science

    B.Sc[MSCs]

    1. maths
    2. stastics
    3. computer science

    B.COM



    Page--3
    1. economics
    2. bom
    3. accounts
    4. computers

    computer paper for B.Sc[MECs & MSCs]

    1. fundamental of computers
    2. ms office
    3. c language
    4. java language
    5. dbms
    6. html

    computer paper for B.COM

    1. fumdamental of computer
    2. ms office
    3. visual basic
    4. c++ language
    5. java language
    5.Create nested table to store your curriculum bio data in table
    Bio data
    Name S.Dhipakaran
    Father Name K.Sreenivasan
    Date of birth 03/11/1991
    Gender male
    Marial status single
    Nationality Indian
    Address 6-11-67
    mcr colony
    tirupathi
    email [email protected]
    phone no 8790396750

    Education qualification



    Page--4
    classschool/collegeyear of passing percentage
    10thvaishnavi
    vidyalayam
    200757%
    internarayana jr
    college
    200977%
    degreegate degree
    college
    201280%
    techical skills 1. c,c++
    2. java
    3.dbms, html
    6.create a form that accepts the information from the subscriber of a mailing system. forms

    Create Mail

    Your name:

    Your father name:

    Your email address:

    password:

    confirm password:

    Select your location:

    Gender:

    Professional:

    Moblie number:

    comment:

    7.Design the page as follows(BAT MOBILE): bat mobile

    The Bat Mobile



    Page--5







    special eqipment specification/performance data
    recractive protective armor engine type jet turbine weapons system thrust 150ibs@103%ros instruments torque 1750ibs/[email protected]%ros
    0 to 60 mph 3.7sec
    top speed unknow
    brake rating excellent
    wheel base 141.0 inc
    length 260.7 inc
    width 94.4 inc
    height 51.2 inc
    wheels cast alloy,15X6.5
    fuel requirement high oct 97% special
    8.Using “table” tag , align the images as follows: image table

    Page--6
    buy "images" online
    9.Design the page as follows: buses image

    this is image of my 1972 covette. working on this convette is my hoppy the car is not a show car; it is a driver. this me that the car is not in mint condition and used exclusively for show, rather it is a hobby car that is driven. and boy is it fun to drive..........








    mov information can be found at http://www.vettes.com/USA

    10.create a help file as follows. contents

    contents

    • WWW
    • Browsers
    • Web Commerce
    • Extranet

    11.write a java script to accept the first, middle and last names of the user and print the name. full name

    name of the person



    Page--7 12.write a program in java script to add two numbers. add of two number 13.write a java script code to calculate the factorial of a number. factorial of given number 14.write a program in java script to print all prime numbers within the given range. prime number

    PRIME NUMBERS WITH IN THE GIVEN RANGE

    15.write a script to print all perfect numbers with in the given range. perfect number

    Page--8 16.using ternary operator, write a script to validate the withdrawal transaction of a customer. If he withdraws more than his balance, such a transaction should be disallowed. withdraw allow or not 17.write a script to wish the user “good morning “ at different hours of the day. wisher 18.Write a script to read information of “n” from the user and store them into the table student details 19.create an inline style sheet for your web page. inlinestyle

    An inline style allows to change the behavior of an HTMLtag to achieve a desired appearance

    The change affected by the inline style is a local one that is define style rule for each element seperatly

    An inline style allows to change the behavior of an HTMLtag to achieve a desired appearance

    20.create an external style sheet for your web page. importing stylesheets

    shopping list formonday:

    • milk
    • bread
    • whole wheat bread
  • rice
  • potatoes
  • pizzawith mushrooms
  • go to the grocery store DATA VALIDATION PROGRAMS 1.prog Form Validation
    Name
    EMail
    Zip Code
    Country
    2.prog
    Name:
    Password:
    3.prog
    Email:
    4.prog

    Please input a number between 1 and 10:



    PRINT STU III BSC REC.pdf

    No preview available. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. PRINT STU III BSC REC.pdf. PRINT STU III ...

    334KB Sizes 1 Downloads 302 Views

    Recommend Documents

    EHS - STU AP
    In the G.O. first read above, orders were issued notifying the 'Employees. Health Scheme' with the objective of providing cashless treatment to the employees and pensioners of the State Government and their dependent family members, which will ipso f

    EHS - STU AP
    In the G.O. first read above, orders were issued notifying the 'Employees. Health Scheme' with the objective of providing cashless treatment to the employees and pensioners of the State Government and their dependent family members, which will ipso f

    Additional Guidelines - STU AP
    HYDERABAD. Present; Smt.V.Usha Rani, I.A.S. Rc.No. 310/RVM(SSA)/C2/2012. Dated; 15-06-2012. Sub;- AP RVM (SSA) Hyderabad – Engaging the services of Vidya. Volunteers for the academic year 2012-13 in primary schools and. Upper primary schools – Co

    Untitled - STU AP
    16.09.2015. 10.09.2015. | Applying for transfer by HM / Teacher online and submission of print out application form to the concerned. M.E.O. / Dy.E.O.. ΤΟ. 18.09.2015. 14.09.2015. Receiving print out of the application form by the D.E.O. after veri

    III" "III "III "III III" MI" III III" |ll
    Jun 28, 2002 - received, and any other external data to perform an action or to move to ...... DVD-RAM, hard disk drive, magnetic tape or any other magnetic ...

    III" "III "III "III III" MI" III III" |ll
    Jun 28, 2002 - tomer service information to cell phone users may prompt a user With the question “What happened to ..... case, the speech application may de?ne a global variable, such as “GENDER,” that holds a value such as .... (VOIP) connecti

    l III III" l||||| II" III" "III "III "III
    Feb 18, 2005 - data (EDID) by a requesting one of the data ports is. (73) Asslgnee: ... device and if a memory read operation had been in progress. When the ..... processor arranged to process computer program product and associated data ...

    l III III" l||||| II" III" "III "III "III
    Feb 18, 2005 - ee app 10a Ion e or Comp e e Seam 15 Dry ..... panel ?at panel controller design, the tWo EDID ROM ... The cost of having tWo EDID ROM.

    BSC-Syllabus.pdf
    ... of windows, icons, types of icons, taskbar, activating. windows, using desktop, title bar, running applications, exploring computer,. managing files and folders, ...

    Shivaji University BSC & BSC P I Oct 2016 Timetable.pdf ...
    English. English for Communication Paper-II 63816. Page 3 of 8. Shivaji University BSC & BSC P I Oct 2016 Timetable.pdf. Shivaji University BSC & BSC P I Oct ...

    BSC Revised_RCU_UG_Time_Table_November_2017 .pdf ...
    2 days ago - C360. 30/11/2017. THURSDAY. 28/11/2017. TUESDAY. 04/12/2017. MONDAY. 03/12/2017. SUNDAY. 02/12/2017. SATURDAY. 4 / 6. Page 4 of 6. BSC Revised_RCU_UG_Time_Table_November_2017 .pdf. BSC Revised_RCU_UG_Time_Table_November_2017 .pdf. Open.

    AIH egge Stu A -
    gy, environm ard: rd is given in rnia to comm es to suppo rdee will be bout themse rd will be an penger's Fre ning applican s Night will a e with poten. S. America.

    GOVERNMENT OF ANDHRA PRADESH ABSTRACT ... - STU AP
    Sep 14, 2011 - the Zilla Parishad Chairperson as Chairman, District Collector,. Chief Executive Officer of Zilla Parishad, Project Officer of Rajiv. Vidya Mission ...

    P-3042 BSC 2014 Sem-III Non-Renewable Energy Sources (ID).pdf ...
    P-3042 BSC 2014 Sem-III Non-Renewable Energy Sources (ID).pdf. P-3042 BSC 2014 Sem-III Non-Renewable Energy Sources (ID).pdf. Open. Extract.

    KA-3114 Bsc SY 2012 Sem-III Microbial Metabolism & Genetics MT ...
    Page. 1. /. 2. Loading… Page 1 of 2. Page 1 of 2. Page 2 of 2. Page 2 of 2. Main menu. Displaying KA-3114 Bsc SY 2012 Sem-III Microbial Metabolism & Genetics MT-05.pdf. Page 1 of 2.

    bsc hha.pdf
    Page 2 of 4. Page 2 of 4. Page 3 of 4 ... 2 3 4. Page 4 of 4. bsc hha.pdf. bsc hha.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying bsc hha.pdf.

    government of andhra pradesh abstract - STU AP
    Oct 4, 2013 - Scholarship in online (e-PASS) for students belonging to BC studying class. I X to X in ... Backward Classes children studying in Secondary Education level from the ... The Head Master concerned shall verify the details and endorse ...

    Print.
    ernment regulatory agencies could not make spectrum allocations in proportion ... cept is a system level idea which calls for replacing a single, high power trans-.

    BSC RCU_UG_Time_Table_November_2017 (Revised).pdf ...
    3 days ago - Page 2 of 14. 1.) Using. named “N. Your file w. The line w. set to nich. “03,03,03. 2) Change. Save the f. 3) Back to. NCSexpert, re. NETTODAT.

    TENTH PAY REVISION COMMISSION QUESTIONNAIRE ... - STU AP
    recently constituted Tenth Pay Revision Commission. Its terms of reference include evolution of principles which may govern the structure of emoluments and the conditions of service taking into account the total packet of benefits available to the em

    government of andhra pradesh abstract - STU AP
    Oct 4, 2013 - Scholarship in online (e-PASS) for students belonging to BC studying class. I X to X in ... Application and submitted to the school Head Master. (cont…p3) ... The Administration of the scheme shall be fully online and managed.

    GOVERNMENT OF ANDHRA PRADESH ABSTRACT ... - STU AP
    Oct 25, 2017 - pattern of examination system – Implementation of Examination Reforms for. Classes VI to IX from the Academic year 2015-16 and for class X from the. Academic Year 2016-17 in fullest extent – Amendments - Orders -Issued. SCHOOL EDUC

    Media Literacy Stu Sheet4.pdf
    Page 1 of 2. Kincaid 2015. Name. Media Literacy Lesson for Fourth Grade. Grade 4 TEK 14 A : I can analyze how words, images, graphics, and sounds work together to. impact meaning and can explain how messages conveyed in different forms of media are.