what are the little bits of text that surround elements in an html file
Answers
Answered by
0
The question which you asked was that, What are the little bits of text that surround elements in an html file?
The answer to this question is that those little bits of texts are none other than TAGS.
They are known as Tags in common language as well as CS jargons. Following are some examples:-
1- <html>
2- <head>
3- <title>Title of the document</title>
4- <p>
5- <html>
6- <a>
7- <body>
8- <head>
etc.
There are many more.
Thanks for asking this question.
I hope i was proven helpful by answering this question for you.
Similar questions