How do i start a tribute page with HTML and CSS only without multiple pages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do i start a tribute page with HTML and CSS only without multiple pages

Coding in HTML

12th May 2017, 11:08 AM
ADEDEJI EMMANUEL
ADEDEJI EMMANUEL - avatar
2 Answers
+ 1
A single-page application (SPA) fits on a single web page. In an SPA, either all necessary code – HTML, JavaScript, and CSS – is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary. To achieve this dynamic load you need JavaScript.
12th May 2017, 12:57 PM
Felipe Cruz
Felipe Cruz - avatar
+ 6
You can also do a single page without JavaScript, only with Html and Css: JS allows you more advanced dynamical effects, or even web app features... but last developments of Html5+Css3 allows advanced static effects ( meaning some dynamical less advanced than JS, but already very useful: animations, styles reactions at states changes, and so on... ) ^^
12th May 2017, 2:19 PM
visph
visph - avatar