0
PHP
Hy, I want to create a responsive web framework using an external css. help. https://code.sololearn.com/WveYtZoEyi5m/?ref=app https://code.sololearn.com/WveYtZoEyi5m/?ref=app
3 Answers
+ 3
To create a streamlined web structure, you need languages ââsuch as javascript, and php, these programming languages ââwill make your page very interactive, and the entire infrastructures will work directly in your document! :)
+ 2
Thank you to all of you. If anyone is kind, please help me make the coding.
+ 1
There are many existing CSS Frameworks that offer Responsive Design. They are free, and easy to use. An example is Bootstrap. You can use it by adding the following element in your webpage:
<link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
Learn more about Bootstrap here:
https://www.w3schools.com/bootstrap4/