How to make website layout using HTML CSS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make website layout using HTML CSS ?

Website layout

4th Jul 2019, 2:38 PM
Keshav Chandrakar
Keshav Chandrakar - avatar
4 Answers
+ 1
For layouts you can build from scratch using flexbox or grid. You can also use frameworks like Bootstrap.
14th Jul 2019, 1:02 PM
Maria
Maria - avatar
+ 7
No you can't . HTML creates the basic structure of the site, and CSS is only for styling. So, You can't create a website without HTML. ... They use either a websitebuilder and buy a domain or create onefrom scratch using HTML, CSS, JV, PHP, etc.
12th Jul 2019, 7:16 AM
Akubia Godwin Maxwell
Akubia Godwin Maxwell - avatar
+ 2
Maria- best answer of this question 👍
14th Jul 2019, 4:15 PM
Keshav Chandrakar
Keshav Chandrakar - avatar
+ 1
You can create the BODY only using HTML. CSS is for the style and JS is for the behaviour.
12th Jul 2019, 12:50 PM
JBuster