OK, you put HTML and CSS code into a file and name it something.html , save it and open in a browser and you see a beautiful web page.
HTML and CSS has no power to connect to databases, respond to Ajax calls, create, modify and delete files. To do so we use a thing called server side scripting language. The most popular server side scripts are Perl (not used much today), PHP (most popular scripting as of today) and Ruby (fast gaining popularity). Ruby on Rails is a web development framework (written with Ruby) that helps you to create HTML and CSS web pages. Though you mostly use Ruby to program in Ruby on Rails, The final output is HTML, CSS and Javascript. On Mar 1, 6:41 am, Gaba Luschi <[email protected]> wrote: > What is the relationship between ruby on rails and html/css? > > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

