Convert text to HTML online

Category: Web

Paste your text into the text box below and click the Convert button.

The generated HTML code appears in the output box below.

<p> : Use paragraph markers only.

<p> & <br /> : Use paragraph and newline labels

<br /> : Use only newline labels

HTML preference : <br /> or <br>

Encoding characters


The HTML web page file itself is a text file. By adding a tag to the text file, you can tell the browser how to display the content (such as how the text is processed, how the picture is arranged, how the picture is displayed, etc.).

Text formatting tag

label description
< b > Define bold text.
< big > Define a large word.
< em > Define emphasis on text.
< i > Define italics.
< small > Define a small word.
< strong > Define aggravated tone.
< sub > Define the lower word.
< sup > Define the upper label.
< ins > Define the insertion word.
< del > Define the delete word.
< s > Deprecated. use < del >instead.
< strike > Deprecated. use < del >instead. .
< u > Deprecated. Replace the style.

< p >: Use only paragraph marks.

< p> & < br />: Use paragraph and line break labels

< br />: Use only line break labels

HTML Preference: < br /> or < br>

 

    Sign in for comments!
Comment list (0)

Powered by TorCMS (https://github.com/bukun/TorCMS).