I have searched through the site in hopes of finding something similar to my problem and I have but just not my exact type of error, and what I did read I did not know how to apply it so here is my first of many errors.
attribute 'align' is not declared for element 'p'
Code:
<p align="center"><b>INTRODUCTION</b></p>
It seems like its not understanding the <p> tag, isn't that basic code? Alos there is not just one of these errors but hundreds like....
attribute 'align' is not declared for element 'img'
attribute 'border' is not declared for element 'img'
attribute 'border' is not declared for element 'img'
Code:
<p align="center"><img align="bottom" alt="" border="1%" height="0" id="image003" src="../Images/line.jpg" width="80%" /></p>
no declaration found for element 'u'
Code:
<h2 id="chapter01" style="text-align: center;"><u>PART ONE</u></h2>
Under each error is the corresponding code. The second code has three