Can I use just HTML5 to create responsive page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Can I use just HTML5 to create responsive page?

9th Nov 2018, 11:28 AM
Abdishakur
Abdishakur - avatar
7 Answers
+ 10
Not completely. You need to add CSS and a litte magic of Java Script too
9th Nov 2018, 11:57 AM
Googel
Googel - avatar
+ 4
Bootstrap is also a good choice https://www.sololearn.com/learn/1051/?ref=app
9th Nov 2018, 1:05 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
No, Yes, Bootstrap, Or HTML & CSS & JS
9th Nov 2018, 4:33 PM
Potato Hacker
Potato Hacker - avatar
+ 2
you can use animate tag in html 5 to build a simple animations but of course for professional animations you will need a little of css and JavaScript using jQuery library
9th Nov 2018, 8:39 PM
Mousa Abbas
Mousa Abbas - avatar
+ 2
You can use the css rules, but in general you have to use mediaqueries, coding with a javascript files. This allow you to set a width and height, max and min value for every devices. Responsive media queries work good only if you use the correct HTML rules.
13th Nov 2018, 9:38 AM
Noemi Tramonti
Noemi Tramonti - avatar
+ 1
Bootstrap is the answer to responsiveness
10th Nov 2018, 7:37 AM
Meyo
Meyo - avatar
+ 1
You can use HTML CSS and JavaScript.
10th Nov 2018, 4:05 PM
Erion Gogu
Erion Gogu - avatar