0
How to make Layout with css??
plis help me
3 Answers
+ 2
thank You :)
+ 2
Well, you can't make a layout with CSS cause the HTML is the only way to create body or what you meant a layout, you need to use HTML . The only function of CSS is to just modify any thing or any object not building any object by its own.âșïžâșïž
+ 1
What do you mean? How to creat an external stylesheet? If you mean that, write in your head tag <link rel="stylesheet" href="your-style-data.css">. It have to be an .css Data. You can creat them very easy, only creat an .txt file and save this on as .css. In the .css data you can write with normal css commands which you use in your .html data in the style tag (<style>). You have to link the .css file in every html data where you want this layout.