+ 3
How to make website layout using HTML CSS ?
Website layout
4 Antworten
+ 1
For layouts you can build from scratch using flexbox or grid. You can also use frameworks like Bootstrap.
+ 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.
+ 2
Maria- best answer of this question 👍
+ 1
You can create the BODY only using HTML. CSS is for the style and JS is for the behaviour.