Putting to bed the "embed"
CSS (Cascade-style sheeting) is way better than embedding, in my opinion. That way, you don't have go to from page to page to alter what's inside just to make one page like the other. From one page, you can choose an element to make uniform for the site, such as text size or color, background color, or tables. I hope I can gain some good experience from this when I make my site.
I like CSS for just this reason. You can change the style in a single file and it will apply to all pages (assuming each page calls to the CSS file of course). This really speeds the development cycle tremendously.
ReplyDelete