for viva html

Upload: reetika-bhatia

Post on 04-Jun-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 For Viva HTML

    1/7

    What is HTML?

    Answer1:

    HTML, or HyperText Markup Language, is a Universal language which allows an individual usingspecial code to create web pages to be viewed on the Internet.

    Answer2:

    HTML ( H yper T ext M arkup L anguage) is the language used to write Web pages. You are looking at aWeb page right now.You can view HTML pages in two ways:* One view is their appearance on a Web browser, just like this page -- colors, different text sizes,graphics.* The other view is called "HTML Code" -- this is the code that tells the browser what to do.

    What is a tag?

    In HTML, a tag tells the browser what to do. When you write an HTML page, you enter tags for manyreasons -- to change the appearance of text, to show a graphic, or to make a link to another page.

    How do I create frames? What is a frameset?

    Frames allow an author to divide a browser window into multiple (rectangular) regions. Multipledocuments can be displayed in a single window, each within its own frame. Graphical browsers allow

    these frames to be scrolled independently of each other, and links can update the document displayed inone frame without affecting the others.You can't just "add frames" to an existing document. Rather, you must create a frameset document thatdefines a particular combination of frames, and then display your content documents inside those frames.The frameset document should also include alternative non-framed content in a NOFRAMES element.

    The HTML 4 frames model has significant design flaws that cause usability problems for web users.Frames should be used only with great care.

    What is a Hypertext link?

    A hypertext link is a special tag that links one page to another page or resource. If you click the link, the

    browser jumps to the link's destination.

    Explain anchor tag in HTML ?

    The tag defines an anchor. It can be used to create a link to another document by using the href

    attribute or to create a bookmark inside a document, by using the name or id attribute.

    Write a code to change the color of the background or text? Explain the elements involved in it.

    To change the color of the background of the body or the text there is atag that has to be included wherethere are some elements that has to be used to set the properties of it. The code is as follows:

    01

    02

    03

    04

    http://einterviewquestions.com/write-a-code-to-change-the-color-of-the-background-or-text-explain-the-elements-involved-in-it/http://einterviewquestions.com/write-a-code-to-change-the-color-of-the-background-or-text-explain-the-elements-involved-in-it/http://einterviewquestions.com/write-a-code-to-change-the-color-of-the-background-or-text-explain-the-elements-involved-in-it/
  • 8/13/2019 For Viva HTML

    2/7

  • 8/13/2019 For Viva HTML

    3/7

  • 8/13/2019 For Viva HTML

    4/7

    Pivot Table in Excel

    Excel's Pivot Table feature is an incredibly powerful tool that makes it easy to tabulate and summarisedata in your spreadsheets, particularly if your data changes a lot. If you are finding yourself writing lots of

    formulas to summarise data in Excel (using functions such as SUMIF and COUNTIF) then Pivot Tablescan save you a lot of time and work and give you insights into your data that are otherwise too hard to

    discover. Not only that, but they also allow you to quickly change how your data is summarised withalmost no effort at all. This lesson will show you how to create a simple pivot table in Excel to summarise

    a set of daily sales data for a team of several sales people.

    batch file

    Afilethat contains a sequence, or batch, ofcommands.Batch files are useful forstoringsets of

    commands that are alwaysexecutedtogether because you can simply enter thenameof the batch file

    instead of entering each command individually.

    InDOSsystems,batch files end with a.BATextension.For example, the following DOS batch file prints

    the date and time and sets thepromptto GO>:

    date

    time

    prompt [GO>]

    Whenever youboota DOS -basedcomputer,the system automatically executes the batch file named

    AUTOEXEC.BAT,if it exists.

    Manyoperating systemsuse the terms command fileorshellscript in place of batch file.

    Difference between Internal and External

    Command?

    Answer

    In MS-DOS the two ways that commands are executed are referred to as internal command and

    external command. The difference between the two terms is that an internal command is

    embedded into the command.com file, while an external command requires a separate file to be

    used. Internal commands can be used without a file or disk. Some common internal commands

    include copy, date, delete, and exit. Some common external commands include format, backup,

    find, more, recover, restore, and print.

    http://www.webopedia.com/TERM/F/file.htmlhttp://www.webopedia.com/TERM/F/file.htmlhttp://www.webopedia.com/TERM/F/file.htmlhttp://www.webopedia.com/TERM/C/command.htmlhttp://www.webopedia.com/TERM/C/command.htmlhttp://www.webopedia.com/TERM/C/command.htmlhttp://www.webopedia.com/TERM/S/store.htmlhttp://www.webopedia.com/TERM/S/store.htmlhttp://www.webopedia.com/TERM/S/store.htmlhttp://www.webopedia.com/TERM/E/execute.htmlhttp://www.webopedia.com/TERM/E/execute.htmlhttp://www.webopedia.com/TERM/E/execute.htmlhttp://www.webopedia.com/TERM/N/name.htmlhttp://www.webopedia.com/TERM/N/name.htmlhttp://www.webopedia.com/TERM/N/name.htmlhttp://www.webopedia.com/TERM/D/DOS.htmlhttp://www.webopedia.com/TERM/D/DOS.htmlhttp://www.webopedia.com/TERM/S/system.htmlhttp://www.webopedia.com/TERM/S/system.htmlhttp://www.webopedia.com/TERM/S/system.htmlhttp://www.webopedia.com/TERM/E/extension.htmlhttp://www.webopedia.com/TERM/E/extension.htmlhttp://www.webopedia.com/TERM/E/extension.htmlhttp://www.webopedia.com/TERM/P/prompt.htmlhttp://www.webopedia.com/TERM/P/prompt.htmlhttp://www.webopedia.com/TERM/P/prompt.htmlhttp://www.webopedia.com/TERM/B/boot.htmlhttp://www.webopedia.com/TERM/B/boot.htmlhttp://www.webopedia.com/TERM/B/boot.htmlhttp://www.webopedia.com/TERM/C/computer.htmlhttp://www.webopedia.com/TERM/C/computer.htmlhttp://www.webopedia.com/TERM/C/computer.htmlhttp://www.webopedia.com/TERM/A/autoexec_bat.htmlhttp://www.webopedia.com/TERM/A/autoexec_bat.htmlhttp://www.webopedia.com/TERM/O/operating_system.htmlhttp://www.webopedia.com/TERM/O/operating_system.htmlhttp://www.webopedia.com/TERM/O/operating_system.htmlhttp://www.webopedia.com/TERM/S/shell.htmlhttp://www.webopedia.com/TERM/S/shell.htmlhttp://www.webopedia.com/TERM/S/script.htmlhttp://www.webopedia.com/TERM/S/script.htmlhttp://www.webopedia.com/TERM/S/script.htmlhttp://www.webopedia.com/TERM/S/script.htmlhttp://www.webopedia.com/TERM/S/shell.htmlhttp://www.webopedia.com/TERM/O/operating_system.htmlhttp://www.webopedia.com/TERM/A/autoexec_bat.htmlhttp://www.webopedia.com/TERM/C/computer.htmlhttp://www.webopedia.com/TERM/B/boot.htmlhttp://www.webopedia.com/TERM/P/prompt.htmlhttp://www.webopedia.com/TERM/E/extension.htmlhttp://www.webopedia.com/TERM/S/system.htmlhttp://www.webopedia.com/TERM/D/DOS.htmlhttp://www.webopedia.com/TERM/N/name.htmlhttp://www.webopedia.com/TERM/E/execute.htmlhttp://www.webopedia.com/TERM/S/store.htmlhttp://www.webopedia.com/TERM/C/command.htmlhttp://www.webopedia.com/TERM/F/file.html
  • 8/13/2019 For Viva HTML

    5/7

    What is an external and internal command?

    Question

    What is an external and internal command?

    Answer

    In MS-DOS there are two ways commands are executed. An Internal command, which is a commandembedded into the command.com file, and an external command, which is not embedded into

    command.com and therefore requires a separate file to be used.

    For example, if your computer does not have fdisk.exe and you try using the fdisk command, you wouldreceive an error "Bad command or file name." Fdisk is an external command that will only work if

    fdisk.exe, or in some cases, fdisk.com, is present.

    However, as long as MS-DOS is running on your computer internal commands such as thecd commandwill always be available and does not require any other files to run.

    The internal commands reside in COMMAND.COM, which loads into memory when the computer system

    is started; these commands do not reside on disk. The external commands are files that do reside on disk

    and have an extension of .COM, .EXE, or .BAT. Both command types are executed from the MS-DOS

    prompt.

    Internal Commands

    BREAKCALLCHCPCHDIR(CD)CLS

    COPYCTTYDATE

    DEL(ERASE)DIRECHO

    EXITFOR

    GOTOIF

    MKDIR(MD)PATH

    PAUSEPROMPTREM

    RENAME(REN)RMDIR(RD)

    SET

    http://www.computerhope.com/cdhlp.htmhttp://www.computerhope.com/cdhlp.htmhttp://www.computerhope.com/cdhlp.htmhttp://www.computerhope.com/cdhlp.htm
  • 8/13/2019 For Viva HTML

    6/7

    SHIFT

    TIMETYPEVERVERIFY

    VOL

    External Commands

    APPEND.EXEASSIGN.COM

    ATTRIB.EXEBACKUP.EXECHKDSK.EXE

    COMMAND.COMCOMP.EXEDEBUG.EXEDISKCOMP.COM

    DISKCOPY.COMDOSKEY.COMDOSSHELL.COM

    EDIT.COMEDLIN.EXEEMM386.EXEEXE2BIN.EXE

    EXPAND.EXEFASTOPEN.EXEFC.EXE

    FDISK.EXEFORMAT.COMGRAFTABLE.COM

    GRAPHICS.COMHELP.EXE

    JOIN.EXEKEYB.COM

    LABEL.EXEMEM.EXEMIRROR.COMMODE.COM

    MORE.COM

    NLSFUNC.EXEPRINT.EXE

    QBASIC.EXERECOVER.EXE

    REPLACE.EXERESTORE.EXE

    SETVER.EXE

    SHARE.EXESORT.EXESUBST.EXESYS.COM

    TREE.COMUNDELETE.EXE

  • 8/13/2019 For Viva HTML

    7/7

    UNFORMAT.COM

    XCOPY.EXE