+ 7
HTML is only used to design websites, or there are other things you can do using this language?
Besides, are there other ways to design a website?
29 Antworten
+ 10
html is used to give structure to the web page . . with combination of CSS you can make a beautiful static web page . . with combination of JavaScript you can make your page dynamic . .
+ 6
Html5 can create games ...
+ 6
HTML+CSS is often used to format email. Web pages, though usually HTML, can also be in any XML format.
+ 4
yes even games
+ 4
while making mobile application(hybrid) we use HTML.
+ 3
It's purpose to design the user interface, I think is the only task for HTML
+ 3
That's a markup language. can do more on user interfaces on web based projects
+ 3
if u add JS, Bootstrap and CSS3 to HTML5 then You can create wonders in web development ...even in mobile development also
+ 3
HTML is a markup language so you can use it on webpages because web browser has been supported it.
.
.
HTML is not enough for designing web pages (dynamic pages)
you must use CSS & JAVAscript for complete it.
+ 2
you can design apps with it
+ 2
We can design games nd also provide database
+ 2
also for games
+ 2
you can make apps too
+ 2
HTML is like bones, CSS is the skin and JS is like muscle.. all are required to make a perfect body of website..
+ 2
nice answer guys! HTML is hypertext mark up language. it is the building block of a webpage and used for structuring web pages. css, js, php, etc are interwoven into this basic structure to build and design awesome sites. Html5 is a new and improved version of HTML that has more features than HTML and as others have rightly commented can be used for varied task. I advice you take the time to do your own study on this technologies, readers are leaders!
+ 1
only for web is for the structure of seo of the search engine, is only front end(client-side) really Css and javascript create the beauty design, html only realize the structure of the "things"
+ 1
Html build the structure for web pages , web pages may be websites ,apps, games and more .
Html5 can use for build mobile apps .
+ 1
Games , Apps
+ 1
you can use javascript
+ 1
You should check out Github's Electron framework. You can build native looking platform independent apps with it using HTML5 , JavaScript, CSS.
The Atom Text Editor is made with Electron. (can't live without it :) ). There are some seriously cool apps build with it. And it's a bit of eye candy too.