I have a large HTML file and it looks like some tags are not closed. It's hard to find her. I use VIM as an editor.
Is there a good way to find it?
You can check your html with http://validator.w3.org/
Just make sure you specify DOCTYPE correctly and find something that is invalid.
I assume you are using Linux? If so, you can try Eclipse
This is a complete IDE that will help you in many cases and make programming much more efficient.
Just use Notepad ++ . This is a free and easy code editor, and I already found a lot of private tags in my html with it ...
HTML Validator (extension for Firefox) has helped me in the past. You need to load the page in the browser to find errors.
If you can enter the code online, you can try Dr. Watson .
Another validator for validation is the HTML Validator. Online version here: http://www.OnlineWebCheck.com/
Source: https://habr.com/ru/post/1340166/More articles:EditorFor ignores tabindex. How to install tabindex? - asp.net-mvcUsing beans in servlets - javabeans"from x import y as z" vs. "import xy as z" - pythonWorking with datetime with dynamic query in SQL Server - datetimeexporting a blender model for opposition and rendering on iphone - blenderhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1340167/how-to-get-wcf-services-to-return-fault-messages-with-an-http-200-response-code&usg=ALkJrhh3tn7MtP-g_vWT7cFw7dek7wlGQAEfficient matrix decomposition into square submatrices in C ++ - c ++Rack and rack.request.form_vars / rack.request.form_hash - ruby | fooobar.comHow to set ssh key to git user when installing gitolite on Ubuntu 10.10 - gitTesting, deploying and updating a PHP site - phpAll Articles