As more web hosting companies look to conserve on energy, they are not only helping themselves and consumers with new options for “going green”, but they are also doing their part to help the environment. Since it already takes a great deal of electricity to satisfy the needs of a web hosting company, one can only imagine how much power will be needed in the future when the Internet expands to even greater depths
Web Archive
Writing Semantic HTML Semantic HTML means using HTML tags for their implied meaning, rather than just using (meaningless) div and span tags for absolutely everything. Why would you want to do this? Depending on the tag, the content in the tag can be interpreted in a certain way. Here are some examples. Header tags If you use <h1> instead of <div class=”header”>, and <h2> instead of <div class=”subheader”>, et cetera, Google and other search engines will interpret your headers as being important titles in your page. This way, when people search on the words in your headers and sub-headers, your page will be considered more relevant (and rank higher). Plus, it’s much shorter and cleaner