How to make multiple pages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make multiple pages?

22nd May 2017, 3:15 AM
Roland Doctor
Roland Doctor - avatar
2 Answers
+ 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).
22nd May 2017, 4:45 AM
Mario L.
Mario L. - avatar
+ 1
use the tag"_blank" for new tabs
22nd May 2017, 3:16 AM
Rahul Siloniya
Rahul Siloniya - avatar