HTML/CSS Difference between html,shtml,htm

  • Thread starter Thread starter Pattielli
  • Start date Start date
  • Tags Tags
    Difference
Click For Summary
The discussion focuses on the differences between various web technologies and the use of "www" in URLs. HTML, or Hypertext Markup Language, is the standard language for creating web pages, while SHTML is HTML that incorporates server-side includes. The abbreviation "htm" is simply a shorter form of HTML. The conversation also explains that the Domain Name System (DNS) translates domain names into IP addresses, allowing for flexibility in how web addresses are structured. It is not necessary to include "www" before a domain name if the domain is configured to point directly to a web service. The "www" prefix has become a conventional standard, often representing a subdirectory on the web server, but it is not a requirement for functionality. The DNS structure allows for various configurations, enabling web servers to be accessible through different subdomains without the need for "www." Understanding DNS principles, as outlined in RFC 1034, is essential for grasping these concepts.
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:
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 54 ·
2
Replies
54
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
3K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
2K