I am new to HTML. I have an html page named ‘main.html‘ and i want to include another html page called ‘menu.html‘ in it. My main.html page doesn’t include frames and it is designed using div tags. My site is hosted on linux based server The site I have to redesign is Java questions.
I am new to HTML. I have an html page named main.html and i
Share
You want to look at Server Side Includes (SSI). This tutorial by Apache should get you up and running if that site is running on Apache.
There are plenty of Server Side ways of doing this, but all except SSI require the use of a language other than HTML.
If you’re using IIS, you can check out Microsoft’s writeup on Server Side Includes.