Ask Your Question
4

What is the process of incorporating "</>" into a HTML string?

asked 2022-09-02 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-16 23:00:00 +0000

pufferfish gravatar image

To incorporate "" into a HTML string, you would need to use HTML entity codes.

  • "<" represents the less than sign "<"
  • "/ "represents a forward slash "/"
  • ">" represents the greater than sign ">"

So the HTML string incorporating "" would look like this:

<code> This is an example of using </> in a HTML string </code>

This code would display the following output:

This is an example of using </> in a HTML string

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-02 11:00:00 +0000

Seen: 20 times

Last updated: Apr 16 '21