Shan Lin
@anonymous360c
How do you edit different parts of your repl?
下载
So I have been making this web page on this website and I can not seem to edit different parts of the
HTML, CSS, JS
Coder100 What do you mean? That link goes to a part of your website:
click me
Edit this part!
`2 years ago
How do you use the CSS file and the JavaScript file?
下载
I know how to use CSS and JavaScript in the HTML file, but how do you use it in the correspond
HTML, CSS, JS
PattanAhmed @anonymous360c Hi,
Read this amazing website to get the answer:
Click here
That's it
Thanks!
Hope this helps2 years ago
What is the CSS file for? I mean, you can just operate it all in the HTML file without using the CSS file. For an example, look below this text.
#myH
HTML, CSS, JS
k9chelsea2 why wouldnt you want a css file lol i hate using the tags at it takes up so much space in the html file and is annoying, as everyone said for massive projects it useless to have a css file when you could just have it in a different file smh
2 years ago
PattanAhmed @anonymous360c Hi,
Don't worry!
They just made it so don't make people confuse when coding with bigger projects.
They can separate their bigger project into smaller components through it.
> LoL!
The above was only a joke
For Real
It's conventional to keep HTML and CSS files separate for several reasons:
They become easy to maintain as your webpage scale.
If your server caches CSS files, you won't need to load the same CSS code across different webpages which share the same styles code. This me2 years ago
How does CSS work?
下载
So I've been testing things with CSS and they haven't worked very well.
Edit: Things still do not work very well. I do not know
HTML, CSS, JS
Coder100 well what part isn't working
Right now your CSS will never work. You don't have a link tag pointing to it. Just like how you need a script tag pointing to your script.js, you need it for CSS too.
Do you need to learn css?
https://www.w3schools.com/Css/
https://www.tutorialspoint.com/css/index.htm
https://www.csstutorial.net/2 years ago
What is the current version of CSS if there are CSS versions?
下载
If there are not versions of CSS, please answer. If there are CSS versions, then plea
HTML, CSS, JS
How do you make a link in a site to a certain part of the site?
下载
I mean, not like a different part completely, but like scrolling to a different par
HTML, CSS, JS
PattanAhmed @anonymous360c Hi,
You better check this website now:-
Click here
I hope that solves your question now...
Thanks!
Hope this helps2 years ago
Coder100 Hi! You can use an ID for that:
Click
hi
You can also highlight specific parts:
Click
hi
`2 years ago
Bookie0 hi there!
basically, just use link text for links.
those links can be to redirect the user to another page of the website. for example, if you make another file called second_page.html, users can access it if you have this bit of code:
Second Page of My Site
you can also have links that redirect you to another site on the internet like this:
Apple website (but you have to run the repl in another tab for it to work)
here is a repl i made with these different elements: https://repl.it/@Bookie02 years ago
I am not talking about the PYTHON 2.7. I am talking about the label PYTHON. Does it update, or is is a fixed version? If it is a fixed version, then w
Python
gibbsfreenergy The latest Update of Python was Python 3.8.2 on Feb 2020:
image
Python does update over time but a specific date for the next update isn't specified as of yet. Python 3.8.2 is a temporarily fixed version which repl.it will update when the new Python is released!
Hope this helps :) Have a great day!2 years ago
Coder100 what do you mean? It's python 3.8.2, which is the latest I think (or close enough).2 years ago
I only know a bit of coding on PYTHON and SCRATCH. How does JAVA work?
下载
DorshReal Java is a low level, statically typed, object-oriented language primarily used for backend applications. Although it doesn't work as closely with computer hardware as C/C++ or Assembly, it's still fairly versatile and can be compiled on numerous devices enabled by the JVM (Java virtual machine) and JRE (Java Runtime Environment).2 years ago
PattanAhmed @anonymous360c Hi Shan,
Java is a programming language but it's different from Python and Scratch
Anyways, If you are interested to learn Java here are some great tutorials:-
YouTube Videos
**1. Check this video
Check this too
And this last too**
Websites
**1. w3schools
Tutorialspoint
Codecademy
And you can find more tutorials online**
Hope this helps
> Please mark my answer if this helps2 years ago