answersLogoWhite

0


Best Answer

To clarify, HTML is not actually a protocol in the sense that you're thinking; it's a language. Languages are of course protocols in themselves, but not in the commonly used sense in the IT field, which presumably is the nature of your question.

Some protocols commonly used in the IT field are:

  • HTTP (Hyper Text Transfer Protocol)
  • FTP (File Transfer Protocol)
  • SFTP (Secure File Transfer Protocol)
  • POP3 (Post Office Protocol 3)
  • SMTP (Simple Mail Transfer Protocol)
  • IMAP (internet Message Access Protocol)
  • SSH (Secure Shell)
  • NNTP (Network News Transfer Protocol)

This is of course only a small sample.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

HTML is not a protocol. It is a mark up language.

Apart from http we have ftp, sftp, udp etc.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Protocols other than http and HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


How do you convert the HTML file in to text file?

All HTML files are text files. You can open them with any text editor, such as Notepad. When a browser opens the file, it reads it and displays the html as a web page. If you open a html file in a text editor or a word processor or other such application, you will see the actual html code, which is just ordinary text. So you don't need to convert HTML files into text, as they are already text files. All you need is something to open them with, other than a browser.


What is the css code for posting a picture?

A picture (other than the background) is done in HTML. Borders and the like are controlled with CSS.


Where can one find a free tutorial on html tables?

There are numerous websites where you can find free information on HTML, HTML tables and HTML programming. Some examples are Tizag, HTML Code Tutorial, Quackit, HTML Tables, and HTML Goodies. That should be more than enough to get you started.


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and <p> elements require a start and end tag to delimit the element's content. The <br> tag is an example of an empty element (there is no </br> tag). However, an empty element can also be closed by the start tag, such that <br /> is acceptable (<br /> is a requirement of XHTML but not HTML).

Related questions

What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


Why might someone see better security when using a browser other internet explorer?

Internet Explorer does not have that kind of security protocols than Chrome. Chrome has established better protocols than others.


What are the 3 protocal in application layer?

There are more than 3 protocols at the application layer. Three well-known protocols are: HTTP - web page traffic FTP - file transfer traffic SMTP - email transfer


Can you place an HTML div with a scrollbar in an email?

Yes. Set it out like normal HTML and in outlook go under Options -> Format -> HTML and in theory any HTML should work other than maybe HTML 5.


HTML program to insert a selection list in a form?

I could be wrong, but I think you would enter 22a22b This won't do much other than make it be there. A good place to go would be http://www.htmlcodetutorial.com


Can a motherboard have more than one bus and different protocols?

A motherboard can have more than one bus and each using a different protocols.


Why do link-state protocols converge faster than most distance vector protocols?

Distance vector protocols compute their routing tables before sending routing updates; link-state protocols do not.


Which HTML tag do you need to let other people edit your site?

Letting other people edit the HTML is going to require some heavy lifting on the server-side. That means a more advanced language than HTML, like ASP, PHP, or Java. There is no HTML tag for this, because writing to the server is outside the scope of HTML.


How tall is Fred Thompson?

Taller than most the other candidates... Over 6' for sure....Answeraccording to this site: http://www.economist.com/images/ga2007w21Presidents.jpgHe's 6'5"Fred Thompson is reportedly over 6'5".Source : http://www.celebheights.com/s/Fred-Thompson-3045.html


What two methods are used to assign an IP address to a host?

There are two protocols used for IP addressing . These protocols are IP version 4 and IP version 6. Other than these two protocols DNS is also used to map IP addresses to name .


How is web page executed by a web browser that has been written in other than HTML?

if its not an HTML, no browser is gonna show it, some may argue that we have coded page in java or .NET or any other language for that matter, but end of the day its HTML for the browser. Cheers!


What is the disadvantages of HTTP?

Disadvantages of HTTP1. Information sent via HTTP is not encrypted and can pose a threat to your privacy.2. Packet headers are larger than other protocols as they are needed for security and quality assurance of the information being transferred.3. Information sent through a browser can expose your computer to virtual threats. Such information sent through your browser headers can be the name of your computer, your IP address, what OS your are running and any other requested information that the website you have requested wants to know.4. Is slower than other native protocols but is more secure, reliable and can transfer larger chunks of data.