--%>

State the term a markup language

State the term a markup language?

E

Expert

Verified

A markup language is a set of symbols and words for exampling the identity of pieces of a document (for illustration:

  • It is a paragraph,
  • It is a heading,
  • It is a list and
  • It is the caption of this figure).

Programs can utilize it with a stylesheet to create output for print, screen, video, Braille and audio.

Some markup languages (for example: those used within wordprocessors) only describe appearances (it is italics, this is bold), but such method can just be used for display, and is not usually re-usable for anything else.

   Related Questions in Programming Languages

  • Q : ERD What is the meaning ofDerive the

    What is the meaning ofDerive the department and staff relations from the following ERD.

  • Q : Write a program and estimate pi using

    Consider a dartboard of radius 1. Since the area of the board will be  π r2 = π * 1 *1, it's clear the area of the dartboard is exactly π. The area of a square surrounding the board (circumscribing it) would be 2*2 = 4, sin

  • Q : Risks associated while porting a c pre

    Q. 1 Explain number of issues which are faced while porting a c pre processor in java. These issues always have the probability that the code will show errors while trying to execute the code in java.  Q.2 : Software Requirement Specification or Requirements for the studen

  • Q : Differentiate overriding and

    Differentiate overriding and overloading method?

  • Q : CORBA In what respects did CORBA seek

    In what respects did CORBA seek to improve on technologies such as SunRPC?

  • Q : Define Inner class Inner class : A

    Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.

  • Q : Define the reasons of Process Handle

    Define the reasons of Process Handle Table.

  • Q : Define Java virtual machine or JVM

    Define Java virtual machine (JVM): A Java Virtual Machine (JVM) is an abstract computing machine, or virtual machine (set of computer software programs and data structures) which is a platform-independent execution environment that converts Java bytec

  • Q : What is Public interface Public

    Public interface: The members of a class prefixed with public access modifier. All these members are visible to each and every class in a program.

  • Q : What are the major issues related with

    What are the major issues related with multiprocessor caches and how might you resolve them?