+ 2
Que contenidos identificar con HTML?
Disculpen si la pregunta es muy básica, pero estoy empezando desde cero. Que contenidos puedo identificar en HTML y porque es importante?
3 Antworten
+ 27
"Sorry if the question is very basic, but I'm starting from scratch. What content can I identify in HTML and why is it important?"
here is nice explanation of different content models:
Aquí está una buena explicación de los diferentes modelos de contenido (ejemplos incluidos):
https://html.spec.whatwg.org/multipage/dom.html#content-models
+ 15
@IllusiveMan thanks for translating.
@William,HTML is basically a mark-up language that is used to make webpages that you see online.It is the back-bone for front-end web development..You can checkout this link to know more-
https://tutorhub.com/question/importance-of-html
0
Thanks You!!