Computer Science, asked by kamranrasheed2285, 1 year ago

What are the little bits of text that surround elements in an html file?

Answers

Answered by flip3456
0
Tags

<p>
<html>
<a>
<body>
<head>
<style>
Answered by phillipinestest
0

"Tags are the "little bits" of text that "surround elements" in an "html file". In an html file, the user can find multiple elements that are surrounded by the html, those are referred as tag.  

For example, between the start <html>  and </html> end html tag there are multiple tags that follows such as <head> tag, <body> tag, <p> tag, <b> tag, <i> tag, <u> tag, <br> tag and many more elements and they are referred as tags."

Similar questions