0
From the three types of styling, which one is the most useful in terms of website optimization?
Internal, External, Inline? The answer is Externl but why?
11 Respuestas
+ 7
This is my experience, I knew only HTML and that was the time I use background and color attribute to color and my fonts and paragraph(pure HTML).
Later, a friend helped me and I got to know of CSS. The first thing I did with CSS was background color for body <body style="background:#333">(inline CSS).
I had a hard time re-making all the HTML attributes coz some of them were not visible.
I started writing in the head tag(internal CSS), and each time I change a background I had to change it in every HTML file (web page).
Finally, external CSS made it much easier, one change and all the HTML pages get uniformly changed.
+ 5
because it makes the code easier to debug by placing each of them in separate files
+ 5
External
+ 1
It also portable, someone can change the look of website by just link to different css file.
+ 1
Thank you all.. Really helped me out
0
Thank you
0
Really helps, asanti.
0
External
0
Thank you
0
External
0
External