hi

how should i execute html code in ie?im very new to html....so i want to know how we will execute normal html code in ie...

thanks, poornima

That's a very vague question and you most likely should read some tutorial on Rails, before you start.

In the most simple way if you have a controller wich defines an index action like:

class SomeController < ApplicationController   def index   end end

Then all you need is a file named index.html.erb in views/some folder that contains your html If the index action is called, Rails will take that file and send it back to the browser, which will display it