We are independent & ad-supported. We may earn a commission for purchases made through our links.

Advertiser Disclosure

Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.

How We Make Money

We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently from our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What Are the Best Tips for HTML Formatting?

By Angela Farrer
Updated May 17, 2024
Our promise to you
WiseGEEK is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At WiseGEEK, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

The best tips for hypertext markup language (HTML) formatting include specifying a document type declaration, adding good metadata keywords for better search engine optimization (SEO), and following a consistent system of indentation to make HTML formatting easier for others to read. Writing good HTML code also entails following a set of rules for nesting tags in the correct order, which sometimes takes some extra attention to detail. Adding specific comments throughout an HTML document is an additional good formatting tip that streamlines the editing process. Learning good HTML formatting is usually considered a fundamental part of the web design process.

HTML coding in a new document often begins with a declaration that indicates which type of HTML tags will be used in the document. The three most common document type declarations are called HTML Strict, HTML Transitional, and HTML Frameset. Including one of these declarations is essential for checking an HTML document with a validation tool that is designed to check for coding errors.

Many professional web developers recommend using the HTML Strict declaration whenever possible. The HTML Transitional document declaration can be used in cases when the web designer uses elements from different versions of HTML. An example would be a document written mostly in HTML 4 with a few added features coded in HTML 5.

Metadata keywords are one of the most important elements of a website that will rank well in major search engines. These keywords are also one area of HTML formatting that many web designers overlook or fail to plan thoroughly enough. Inserting specific and relevant keywords in the metadata tags often makes a significant difference in bringing targeted visitors to a site based on similar phrases that they type into a search engine.

A common HTML formatting mistake for beginning web developers is to keep every line of code left-justified in their HTML editors. While this practice saves time in indenting HTML elements, it results in HTML documents that are difficult to decipher. Incorrect indentation can also sometimes lead to inaccurate editing when other designers check an HTML document for mistakes, and these missed errors can even cause a web page to render incorrectly in a browser. A general rule for indentation is that only opening and closing tags should be left-justified with their HTML contents indented with at least one tab space.

Proper tag nesting is also essential for correct HTML formatting. Closing tags of a line of HTML code generally need to be typed in the same logical order as their corresponding opening tags. This formatting step often takes some practice with lines of HTML code that contain several nested elements.

WiseGEEK is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.

Discussion Comments

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.