What is the difference between "" and "\ r \ n ??

Source: Internet
Author: User
Tags html interpreter

\ R \ n is the output htmlCodeLine feed.
<Br/> the opposite is true.
Effect:
I am content \ r \ n I am content

I am content <br/> I am content

========================================================== ============
\ R: The carriage return (acⅱ: 13 or 0x0d) is what we often call a hard carriage return.
\ N indicates a line feed (acⅱ: 10 or 0x0a), which is a soft carriage return.

The two files on the page do not have any effect. Right-click to view the source file.Code line feed

========================================================== ============
If it is output to the browser, use <br/>
If it is output to your own file, use "\ n" and "\ r \ n" in windows"

========================================================== ============
\ N, like creating a webpage in DreamweaverSource codePress enter to wrap the source code.
Is the output (HTML Markup Language), which is interpreted as a line break in HTML. \ N is used to wrap the source code. After the input, you can view the HTML source code to see a line break. The HTML interpreter (browser) thinks it is useless, it is displayed in the same way.

========================================================== ============

\ N is a line feed of source code!
<Br/> webpage display line feed !!

========================================================== ============

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.