How do people create graphics with html? Is it only with CSS? And what is everything a website need to fully function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

1st Nov 2019, 1:26 AM
Serena Quinn
Serena Quinn - avatar
5 Answers
+ 4
Brock Miller it's not my question 🙏🏼
1st Nov 2019, 4:05 AM
🇮🇳Abhay Pratap Singh🇮🇳
🇮🇳Abhay Pratap Singh🇮🇳 - avatar
+ 3
many questions always be here here is 1 https://www.sololearn.com/discuss/358528/?ref=app
1st Nov 2019, 1:34 AM
🇮🇳Abhay Pratap Singh🇮🇳
🇮🇳Abhay Pratap Singh🇮🇳 - avatar
+ 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
1st Nov 2019, 2:46 AM
Brock Miller
Brock Miller - avatar
+ 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.
1st Nov 2019, 1:28 AM
Rick Sanchez
Rick Sanchez - avatar
- 1
Alright. Can you clarify further?
1st Nov 2019, 2:02 PM
Brock Miller
Brock Miller - avatar