Try It Out
Let’s take a quiz on the concepts we’ve covered in this chapter.
We'll cover the following...
Create a SignUp
page in Html
Take the Html
module that we built in this chapter as a reference module provided in the file html.exs
. The tags.txt
file has a list of tags to be parsed into macro definitions. Now, create a SignUp
macro that renders HTML
macros that print a “Sign Up” page. Create the macro in the html_render.exs
file provided below.
Requirements
The SignUp
macro should completely fulfill the following requirements: