You can mix HTML and ERb as well
<html> <head> <title>Using Ruby on Rails</title> </head> <body> <br> 2 + 3 = <%= 2 + 3 %> <br> </body> </html>