“Idioma HTML” Respostas de código

html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTML basics</title>
    </head>
    <body>


    </body>
</html>
Strange Sheep

html lang

<!DOCTYPE html>

<html lang="en"> <!-- sets language to english -->
  
<!-- <head>, <body>, etc. contents-->

</html>
4tears

é html uma linguagem de programação

HTML on its own is not a programming language. 
Why? Because it's not Turing complete. 
What? Read about Turing completeness and the universal Turing machine to understand this.

But... CSS + HTML + user interactivity = a programming language.
CSS has functions (for example, the url function), variables, import statements, conditions (media queries and selectors) and even loops (animations).
But CSS is nothing without HTML, you can't "execute" CSS code without HTML.
That's why if you think about them separetly, they are not programming languages.
But if you add interactivity (like input tags, buttons, etc), CSS and HTML, they make a Turing Complete programming language.
Disgusted Dragonfly

é html uma linguagem de programação

It all depends on what you think. It is a markup language, but can
also interact with the user and can therefore technically be considered
a programming language. However, due to the lack of basic logic structures
most people do not consider HTML a programming language.
Clumsy Capybara

Idioma HTML

Yeah actually it's not a programming language but it is a markup language.
Troubled Tarsier

Respostas semelhantes a “Idioma HTML”

Perguntas semelhantes a “Idioma HTML”

Mais respostas relacionadas para “Idioma HTML” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código