Difference between html,shtml,htm

  • Context: HTML/CSS 
  • Thread starter Thread starter Pattielli
  • Start date Start date
  • Tags Tags
    Difference
Click For Summary

Discussion Overview

The discussion focuses on the differences between HTML, SHTML, and HTM, as well as the use of "www" in web addresses. It encompasses technical explanations and conceptual clarifications related to web technologies and domain naming conventions.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant defines HTML as hypertext markup language, SHTML as HTML that uses server-side includes, and HTM as an abbreviation for HTML.
  • Another participant explains that DNS translates a URL/domain name to an IP address and notes that "www" is not necessary if the domain points directly to a web service.
  • A different viewpoint suggests that "www" is essentially a folder on the web server, indicating that information inside requires "www," while information outside does not.
  • Another participant argues that "www" is the bottom level in the DNS name hierarchy, with examples of how web servers can exist at various subdomains without needing "www."

Areas of Agreement / Disagreement

Participants express differing views on the role of "www" in web addresses and its significance in the context of DNS, indicating that multiple competing views remain without a clear consensus.

Contextual Notes

Some claims about the structure of web addresses and the role of DNS may depend on specific interpretations or definitions that are not fully resolved in the discussion.

Pattielli
Messages
296
Reaction score
0
What are the differences between them ?
Another question, sometimes I see some internet addresses like http://FalseWebpage.com/
why isn't there www before FalseWebpage ?

Thank you,
 
Last edited by a moderator:
Technology news on Phys.org
html = hyper text markup language
shtml - html that is using sever side includes
htm = abbrivation for html

DNS (domain name system) works by translating a URL/domain name to an IP address... There is no need to put a www in front if the domain point to the web service rather than let's say the SMTP service that this domain is hosting...

Your question can't be answered in a short post... Sorry to say this but you should RTFM on this one :-) I would suggest you read some RFC's for example RFC 1034 which describes DNS... If you have a grasp on DNS then you will understand why you do not need to put www in front

http://asg.web.cmu.edu/rfc/rfc1034.html
 
Last edited by a moderator:
www is actually just a folder on the web server, information inside needs the www, information outside doesn't. It's just become a standard overtime to include a www folder as a formality.
 
actually www is the bottom level in the DNS name (Domain Name) .com being the top... a folder would come after the .com for example

www.google.com/myfolder_file[/URL]

A web server could just as easily sit at

abcd.google.com
fghy.google.com
whatever.google.com
whatever.whatever.google.com

As long as you have a DNS zone per level specified on your name server you can go as far as you want...
 
Last edited by a moderator:

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 187 ·
7
Replies
187
Views
11K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 54 ·
2
Replies
54
Views
6K