my image tag is not working in firefox, its working in google crome....
code is

<img class="logo" border="0" src="C:\Users\AADI\Desktop\school\images

\LFHS.jpg" alt="logo" width="150" height="150" >

put the images to be loaded into a folder in the same directory as your html file called images, than try
<img class = "logo" alt="logo" width="150" height="150" style = "boder: 0px" src ="images/LFHS.jpg">

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.