Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML Formatting

I have to make a few changes to some unformatted HTML (no line breaks, nothing) and was wondering if there are any web-based or open source tools that will automatically format it so it's easier to read.

Thanks!

like image 807
VinPepe Avatar asked Aug 07 '09 13:08

VinPepe


People also ask

What is HTML formatting?

HTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS. There are many formatting tags in HTML. These tags are used to make text bold, italicized, or underlined.

What is HTML formatting with example?

The formatting can be used to set the text styles (like – bold, italic, or emphasized, etc.), highlighting the text, making text superscript and subscript, etc. In this article, we will discuss different formatting tags in HTML. 1. <b> and <strong> Tags: Both tags are used to make the text bold.

What is HTML or text format?

HTML stands for HyperText Markup Language. It's the way web pages and email templates are coded so that text is formatted and images are added. Plain Text is regular text, with no formatting options such as bold, italics, underlines, or special layout options.


1 Answers

Take a look at tidy - overview from the documentation:

When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.

like image 162
Paul Dixon Avatar answered Oct 24 '22 02:10

Paul Dixon