Corey
Corey

Reputation: 781

What is the difference between html and htmls

I'm wrote this site for work with HTML and PHP and I'm being told it needs to be htmls not html. What does this mean? What is the difference between the two?

Thanks

Upvotes: 2

Views: 3778

Answers (4)

Abdullah Noori
Abdullah Noori

Reputation: 1

Html is a package that by it we can draw a fantastic web or we can develop our web page as useful for customers of the internet web pages.

Upvotes: -1

scrappedcola
scrappedcola

Reputation: 10572

If they meant HTTPS then you will need to set up your server to use SSL. Simply put, HTTPS is different from HTTP as it encrypts the communications between the server and connecting clients. It is generally used to transmit confidential data that you want to protect. A good starting point on information is here:http://en.wikipedia.org/wiki/HTTP_Secure. It is set up on the server so you will want to google "How to set up HTTPs on ? " Where ? is your server.

Upvotes: 2

spender
spender

Reputation: 120380

I'm not sure HTMLS is a viable/existent technology. Perhaps they meant HTTPS/SSL?

Upvotes: 1

Gary Tsui
Gary Tsui

Reputation: 1755

Are you sure its HTMLS and not SHTML? SHTML - the S stands for "Server-side include".

Upvotes: 0

Related Questions