Home  >  Article  >  Web Front-end  >  What is Mark up languages

What is Mark up languages

WBOY
WBOYOriginal
2024-08-09 16:41:39988browse

What is Mark up languages

Whenever we talk about markup language, the name HTML comes to our mind but it is not so, HTML is not the only language. Today I will tell you about some markup technology. HTML, Markdown, and restructuredText. we all know about HTML but Very few of know Markdown and restructuredText

so basically Markdown and restructuredText languages are those languages that annotates ** text so that computer can manipulate for some task, Most markup languages are readable by humans and are designed to be written with plain text no need to use some editor like MS-word or notpad
This website blog which one you are reading now is also some markup annotation like for making text bold you can use double asterisks `
bold**`

Most markup languages have set of elements including's following

  • Paragraphs
  • Title
  • Headings and subheadings and subsubheadings
  • bullet lists
  • numbered lists
  • tables of data
  • figures or images
  • text that is bold, or italic
  • page headers
  • page footers

The above is the detailed content of What is Mark up languages. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn