+ 1
Can ruby be used in HTML? If yes,how can it be done
you can use PHP in HTML.
3 odpowiedzi
+ 4
Ruby or an programming (almost scripting) languages can be used << in Html >> in same way that for Php, meaning on server side...
But only Javascript can really be used << in Html >> in the meaning of user-side running script ^^
For use of Ruby on server side to handle Html templating (dynamical build or even static file serving), look at Rails, the web server framework of Ruby, also known under the name of Ruby on Rails (RoR):
http://rubyonrails.org
+ 2
u can use html in php lol not the other way round
and yes u can use html in ruby when it comes to templating
+ 1
thanks!