+ 4

is CSS necessary or can I just use HTML?

3rd Jul 2016, 1:30 AM
Bobby Cooke
Bobby Cooke - avatar
5 ответов
+ 1
yes you can use html only.... but with poor style
3rd Jul 2016, 7:48 AM
Abdelrhman Mohamed
Abdelrhman Mohamed - avatar
+ 1
if you're planning on using css, but only in the head or within tags (or in other words inline or embedded) bear in mind that your file is going to get very cluttered and difficult to read. enough stuff has to go in the html file as it is lol
6th Jul 2016, 2:06 PM
Mike Tucker
Mike Tucker - avatar
0
You can use only HTML, but it won't have style. If you want style you can use the <style></style> in HTML or use CSS as external file and link it with <link href="(your css file (example: main.css))" rel="stylesheet"/>
3rd Jul 2016, 4:27 PM
Victor Stamoff
Victor Stamoff - avatar
0
css is n necessary for making the webpage look good. which is very hard with html only
4th Jul 2016, 7:58 AM
Nitin Sharma
Nitin Sharma - avatar