+ 1
How to make multiple pages?
2 Respuestas
+ 6
just create multiple html documents and link them with the <a> tag. you don't need the target attribute if you want to open the links in the same tab (most common).
+ 1
use the tag"_blank" for new tabs