A few days ago
Cheese

What does this symbol mean?
?

I sometimes see it on ads that I post to sell things on line.Thanks.

Top 5 Answers
A few days ago
Anonymous

Favorite Answer

It’s an HTML tag. It means a line break. Here is a definition.
0

A few days ago
twin_star_of_suzaku
it’s an HTML tag that acts like a Line Break.

in that format, it’s not “standard” which may be why you’re seeing it instead of it acting as it should ((in the correct format, you wouldn’t see the tag at all in a browser))

the “standard” format is:

0

A few days ago
Sprite A
means ‘line break’ in html code.

if you wanted to make a

break between lines, you would insert
.

hello
there

would translate as:

hello

there

in html.

0

A few days ago
Anonymous
That’s a basic HTML code (a programming language for computers that formats a webpage) that starts a new line.
0

A few days ago
ricecat
it’s html code for “break”.
0