So.. can we make a decent multipage web, without multipage editor (about.html, contact.html...)? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

So.. can we make a decent multipage web, without multipage editor (about.html, contact.html...)?

Can we make a good multipage website just using div containers? Like : <nav> <li> About </li> <li> contact </li> </nav> ________________ <div class = "AboutPage"> About.. Us.. Who we are... </div> <div class = "contact"> Cotact us ... </div> Then set each page to position absolute and top:0? Could we make a good website like that?

29th Aug 2019, 10:18 PM
Ginfio
Ginfio - avatar
1 ответ
+ 2
It is possible but not convenient. Keep in mind that you should also think about SEO. and for that it would not be good. Design, usability, efficiency, positioning ... everything is important. The fast way to make a website may end up being the worst. encouragement and good luck!! 💪
29th Aug 2019, 11:34 PM
Eze