Sketch the UI Using Semantic Tags
Learn to sketch the UI using the semantic tags in our Rails application.
We'll cover the following...
We'll cover the following...
Our UI will live in app/views/widgets/new.html.erb
. We’ll need a form that has fields for name and price, as well as a select for manufacturer and a submit button.
Here’s the ...