App Logo

No.1 PSC Learning App

1M+ Downloads

HTML is an abbreviation of

AHyper Text Machine Language

BHyper Transfer Machine Language

CHyper Text Markup Language

DHyper Transfer Markup Language

Answer:

C. Hyper Text Markup Language

Read Explanation:

  • HTML - HyperText Markup Language

  • HTML (HyperText Markup Language) is the standard markup language used to create web pages.

  • It is the backbone of a website, providing the structure and content that the web browser renders to the user.

  • HTML is made up of a series of elements, represented by tags (<>), which are used to wrap around content and apply meaning to it.

  • These elements can be used to define headings, paragraphs, images, links, forms, tables, and more.

  • HTML was first proposed in 1989: By Tim Berners-Lee, a British computer scientist

Some common HTML elements include

  • Headings (h1-h6)

  • Paragraphs (p)

  • Links (a)

  • Images (img)

  • Lists (ul, ol, li)

  • Tables (table, tr, td)

  • Forms (form, input, textarea)


Related Questions:

A connection from one HTML document to another HTML document is called ______.