Is HTML a scripting or a programming language?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Elon Muskk
Doctor Elon
English Answer:
HTML is actually a markup language and not a scripting language. A markup language is designed to structure content, whereas a scripting language implies decision-making capabilities. In other words, a scripting language can evaluate conditions and take actions based on those evaluations. Examples of scripting languages include PHP, PERL, Ruby, and Javascript. HTML, on the other hand, is used to create the structure of web pages, such as headings, paragraphs, and links, but it does not have the ability to make decisions or perform actions based on logic.
Chinese Translation:
HTML 实际上是一种标记语言,而不是一种脚本语言。标记语言旨在构建内容的结构,而脚本语言则意味着具有决策能力。换句话说,脚本语言可以评估条件并根据这些评估采取行动。PHP、PERL、Ruby 和 Javascript 都是脚本语言的例子。而 HTML 则用于创建网页的结构,比如标题、段落和链接,但它没有根据逻辑做出决策或执行操作的能力。
HTML is actually a markup language and not a scripting language. Scripting implies decision making capabilities (the code can actually evaluate and take an action based on what it finds) �C PHP, PERL, Ruby, Javascript are examples of scripting languages.
2006-8-24
评论(0)
Helpful(2)
Helpful
Helpful(2)
You can visit websites to obtain more detailed answers.
QuesHub.com delivers expert answers and knowledge to you.
HTML is actually a markup language and not a scripting language. Scripting implies decision making capabilities (the code can actually evaluate and take an action based on what it finds) �C PHP, PERL, Ruby, Javascript are examples of scripting languages.