Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Processing instruction not closed error in html

Tags:

html

eclipse

Hi i am very new to developing , I started to type HTML code in eclipse but it showing processing instruction not closed error .I don't know how to solve please help me .. Thanks in advance

<!DOCTYPE html>
<html>
   <body>
      <div class="banner_page">
         <div style="width: 90%; margin: 16px 0px 16px 104px;"></div>
         <div class="header_menu">
            <div style="float: left;">
               <ul>
                  <li>Home</li>
                  <li>Pages</li>
                  <li>Mega menu</li>
                  <li>Gallery</li>
                  <li>Blog</li>
                  <li>Support</li>
                  <li>Contact</li>
               </ul>
            </div>
         </div>
      </div>
   </body>
</html>
like image 798
Lachu Avatar asked Dec 05 '25 05:12

Lachu


2 Answers

Select all your code, then BACKSPACE, then CTRL+Z to revert back the changes.

like image 185
Atul Chavan Avatar answered Dec 08 '25 00:12

Atul Chavan


Just close the JSP tab and reopen it will solve

like image 31
Singupurapu prudhvi raj Avatar answered Dec 08 '25 00:12

Singupurapu prudhvi raj