An utility to convert text to html . It supports following operatiosn. Just need to provide the text content.
This free online tool takes plain text as input and convert it into HTML
code. It can generate entire html code (which can be published as
webpage) with with inline style sheet or html code segment depending on
the user needs.
This conversion tool takes blocks of regular text and wraps it HTML code
with following supported tags. It can do html encode of your input text
content contains any html character.
- Generating entire html page code
- Para Tag
- Table Tag
- Pre Tag
- Div Tag
- List
- Font, Image, Head and Bold tags.
- Select Tag.
How It Works:
Receive the text input from user. Tokennize the it based on the new line
character. Trim each token and collect them in a list or set or map
depending on the user need. process each toknen based on user option.
Finally it produces entire HTML page code or HTML code segment and
return as output.
Pre Conditions:
- Non empty string
Steps To Execute:
- Add string content in the text area.
- select HTML Tag radio button .
- Check BR tag check box
- Check Generate HTML Body Code check box
- Check Encode HTML Character check box.