Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
How do I make a scrolling website?
+4
votes
asked
Jan 9, 2023
by
Muzamel Ahmadi
(
180
points)
I'm trying to make a website. It's my first one, and I'm not very experienced in Python either.
python-3
probably-isnt-hard-im-just-dumb
Please
log in
or register to answer this question.
2 Answers
+1
vote
answered
Jan 9, 2023
by
Max Jian
(
730
points)
You have to learn how to use Html or CSS.
commented
Jan 9, 2023
by
Max Jian
(
730
points)
Also I would recommend just learning javascript since its a lot more suited to web programming
Please
log in
or register to add a comment.
0
votes
answered
Jan 13, 2023
by
Peter Minarik
(
101,420
points)
I'm not sure what you mean by "scrolling". If the content of a web page does not fit the screen of the browser, the browser automatically offers to scroll to provide access to the rest of the content.
commented
Jan 14, 2023
by
Max Jian
(
730
points)
I didn’t know that wow
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...