Convert text to HTML online

发布时间 : 2025-12-17 01:41:47 UTC      

类别 : Web

Page Views: 1084 views

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 /> <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

labeldescription
< 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>