Computer Science, asked by Anonymous, 5 months ago

what is ment by html ??​

Answers

Answered by aishu0105
5

Explanation:

What is HTML?

  1. HTML stands for Hyper Text Markup Language
  2. HTML is the standard markup language for creating Web pages
  3. HTML describes the structure of a Web page
  4. HTML consists of a series of elements
  5. HTML elements tell the browser how to display the content
  6. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
Answered by Naina3843
16

Answer:-

Stands for "Hypertext Markup Language." HTML is the language used to create webpages. "Hypertext" refers to the hyperlinks that an HTML page may contain. "Markup language" refers to the way tags are used to define the page layout and elements within the page.

examples of HTML:-

Below is an example of HTML used to define a basic webpage with a title and a single paragraph of text.

  • <!doctype html>
  • <html>
  • <head>
  • </head>
  • <body>

hope it will help you.....

Similar questions