I have seen some web site use extentions .shtml, .jhtml etc.
What are these file types? Are they similar to .html? What are the other file types that can exist like .shtml?
Kevin French
3:54 am on Nov 30, 2005 (gmt 0)
shtml usually referes to a page that contains server side includes.
jhtml is very similar to shtml except that it uses Java
Stefan
4:07 am on Nov 30, 2005 (gmt 0)
shtml basically uses style sheets and includes other html files as parts of the page. jhtml uses a java program to include content in the page. You can find more info by consulting one of our dear friends, G, Y, MSN, or Gigablast ;-)