In this video , you will be learning what is markup language , markdown language and conversions of markup , markdown to browser view
Topics covered in this video :
➡️ What is Markup Language ?
➡️ What is Markdown Language?
➡️ Markdown - Markup - Text in browser
🟢 Subscribe to our channel
---
💰Donate us : www.paypal.me/sandeepmachiraju
---
💎 FOLLOW US ON Twitter : twitter.com/MrkTutorials
💎 FOLLOW US ON Instagram : www.instagram.com/mrk_tutorials/
Reach us at :
📧 : mrktutorials@outlook.com
Telegram Channel :
🔵 : t.me/mrktutorials
Credits :
📒 Tutor Name & Editing : Sandeep Machiraju
Follow on :
⚡️ www.instagram.com/sandeep_machiraju/
⚡️ www.facebook.com/sandeepM20598
⭐️ Github Link : github.com/machirajusaisandeep/dom-series ⭐️
----------------------
➡️ What is DOM ? : • What is DOM ? JavaScript Document Object ...
➡️ What is Document Interface ? : • What is Document Interface ? JavaScript D...
➡️ Property vs Method vs Attribute : • Property vs Method vs Attribute | HTML Att...
➡️ DOM Element : • DOM Element | JavaScript DOM Crash Course ...
----------------------
Markup :
In computer text processing, a markup language is a system for annotating a document
in a way that is syntactically distinguishable from the text,
meaning when the document is processed for display, the markup language is not shown,
and is only used to format the text.
A markup language is a human-readable language that is used by a computer to annotate an electronic document ,so that the computer can better understand the style and structure of the document.
If you see any programming language , you can see that it is bit clumsy and we dont know
why those hashtags,dots,semi colons , colons , braces are present and if the variable names
are not clear we find hard to read code mostly .
We have a challenge here that, we have to make a language that helps human beings to read ,
computer to understand and load it , and also should have good output with less effort
To solve all these challenges , markup language is introduced
A markup language is a computer language that uses tags to define elements within a document.
It is human-readable, meaning markup files contain standard words, rather than typical programming syntax.
Ex :
HTML – Hypertext Markup Language
KML – Key whole Markup Language
MathML – Mathematical Markup Language
SGML – Standard Generalized Markup Language
XHTML – eXtensible Hypertext Markup Language
XML – eXtensible Markup Language
Yes , we human beings make things simpiler day by day , we felt this markup language which
compartively easier to read to be converted little more easy to write and read for
everyone
Mark Down :
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. Markdown is widely used in blogging, instant messaging, online forums, collaborative software, documentation pages, and readme files.
A lightweight markup language (LML), also termed a simple or humane markup language, is a markup language with simple, easy to write syntax ( which is almost as we write our human language or E
コメント