+ 3
How do people create graphics with html? Is it only with CSS? And what is everything a website need to fully function
I'm trying to understand how we combine different coding like Java and html and so to create a website
5 Respostas
+ 4
Brock Miller it's not my question 🙏🏼
+ 3
many questions always be here
here is 1
https://www.sololearn.com/discuss/358528/?ref=app
+ 2
Hey, Abhay Pratap Singh !
The easiest way is to use an SVG element. It is not pixel based, so scalability is SUPER easy.
Here is a lesson!
https://code.sololearn.com/W7O59TUXa5Iw/?ref=app
+ 1
For a website you first create HTML document where you do all the mark-up, then you link CSS-file to your HTML for visual style, and then you link JS there for the actions.
- 1
Alright. Can you clarify further?