Content, Structure, and PresentationWhen working on your website it’s important to compile your content together, whether it is text, images, or videos that are going to be included in your website. Creating the structure of the website is just as important. Each element in XHTML is going to have its very own tag associated with it, this can be identified with <>. After you put together all your tags in HTML, it is now time to make your website beautiful within CSS. This allows you to change font, color, background, and even moving around your text to fit where you desire it to be.The Future Just HappenedWith new devices and browsers emerging in today’s market, it can be difficult to make your website work with these if your website is a little bit older. It is going to be a lot of work, but not impossible. You can adjust your current website with this new HTML and CSS to be able to work alongside these new devices. This fixes your website for future use and potentially won't have to even adjust it anymore unless you decide you want to add or remove something later on.The Browser’s Internal Style SheetWithin a browser specific elements have traits that are already styling it such as the header always being larger than h2. Even the paragraph is going to have a style sheet tag associated with it. This is because the way that browsers are coded, HTML’s need to be shown in some type of way. That is why, when text is placed into your HTML, it is still going to show up in a specific way.