Can a GUI be coded entirely in HTML?

H

hbagnordi

Hi,

I am working on an HTML project and wanted to add a GUI to the final
product. Will it be possible to code the entire GUI in HTML?

I would like to get some feedback from GUI experts on this topic and
if possible links to tools/software available that can help generate
the HTML code.

Thanks a lot,
Borracho
 
T

Travis Newbury

I am working on an HTML project and wanted to add a GUI to the final
product. Will it be possible to code the entire GUI in HTML?

What is a HTML project? Website? web Application?
I would like to get some feedback from GUI experts on this topic and
if possible links to tools/software available that can help generate
the HTML code.

Virtually anything your mind can imagine for a computer monitor can be
achieved with the tools out there. If you are limiting yourself to
HTML, then the answer is no. If you want to take other technologies
into play, then yes.
 
V

viza

I am working on an HTML project and wanted to add a GUI to the final
product. Will it be possible to code the entire GUI in HTML?

I would like to get some feedback from GUI experts on this topic and
if possible links to tools/software available that can help generate
the HTML code.

You can write a user interface entirely in html, but there is no
guarantee that it will be graphical.

Consider the little NAT boxes (home routers) that people use to share
an internet connection. They often have a user interface which is web
based, but if the user chooses to use a text mode browser to use it
then that is beyond the developers' control.

You will of course need to write a web server, or at least a CGI
application to interface it to your program. The easiest way to do
that would be in php, which is OT here.

HTH
viza
 
H

hbagnordi

Hi,

I am working on an HTML project and wanted to add a GUI to the final
product. Will it be possible to code the entire GUI in HTML?

I would like to get some feedback from GUI experts on this topic and
if possible links to tools/software available that can help generate
the HTML code.

Thanks a lot,
Borracho

Thank you all for your replies,

The application is a web tool that has a standalone and a web browser
version. The intention is not to use Javascript but to keep all the
code in HTML. I am not familiar with CSS but might be a valid
alternative to explore. If anyone has any other suggestions, I would
love to hear them.

Borracho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top