Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

quickest way to find broken DIVs

Tags:

html

I have a site that is calling a great deal of HTML from a third party source. Trouble is, I think they are returning malformed code to me.

I need a quick way to find additional DIV closures, is this possible?

like image 336
Mild Fuzz Avatar asked Mar 23 '11 10:03

Mild Fuzz


2 Answers

create a page calling just the provided code then validate it - W3C Validator

like image 184
clairesuzy Avatar answered Oct 20 '22 00:10

clairesuzy


Just install View shource chart add on for firefox and u can find the source generated in a formatted manner which is easy to find the unwanted tags..

like image 39
Vijay Avatar answered Oct 19 '22 23:10

Vijay