About 236,000,000 results
Open links in new tab
  1. HTML Text Formatting - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  2. Headings and paragraphs - Learn web development | MDN

    Jun 8, 2025 · One of HTML's main jobs is to give text structure so that a browser can display an HTML document the way its developer intends. This article explains how HTML can be used to …

  3. HTML Text Formatting - GeeksforGeeks

    Nov 29, 2025 · HTML text formatting refers to the use of specific HTML tags to modify the appearance and structure of text on a webpage. It allows you to style text in different ways, …

  4. Basic HTML: Text Elements in HTML - GCFGlobal.org

    All the text you read on this website, for example, whether it's the titles at the top of the page, the section headers, or this very text, is made from HTML text elements. The most basic way of …

  5. HTML Formatting Tags - W3docs

    There are 6 levels of headings in HTML, the <h1> defines the most and the <h6> least important headings. The <b> tag is a physical tag that stands for bold text, whereas the <strong> tag …

  6. HTML Formatting Guide – Text Formatting

    Learn how to format text in HTML with this detailed guide. Includes examples of headings, lists, links, images, and CSS for beginners.

  7. Text basics - web.dev

    Dec 8, 2022 · Similar to how your text editor provides <h1> to <h6> headings, along with a plethora of ways to format sections of text in meaningful and visual ways, HTML provides a …

  8. HTML Text

    Free copy/paste HTML text codes for your website. Simply copy then paste the code to your own website.

  9. HTML text fundamentals - Learn web development | MDN

    One of HTML's main jobs is to give text structure and meaning (also known as semantics,) so that a browser can display it correctly. This article explains the way HTML can be used to structure …

  10. Working with HTML Text Formatting Tags - Tutorial Republic

    In this tutorial you will learn how to format the text on the web pages using HTML tags.