• Basic examples of HTML

    Basic examples of HTML
    In the previous HTML lesson, you know which tools to use to write HTML code, how to save and open HTML files. This article will give some basic examples of HTML text.
  • Elements in HTML

    Elements in HTML
    The HTML element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.
  • Attributes in HTML

    Attributes in HTML
    Properties are used to add information to elements in HTML.
  • Title in HTML

    Title in HTML
    It is very important to use the title to show the text structure. Heading (HTML) in HTML is identified by tags marked from to, of which the most important title is the least
  • Text in HTML

    Text in HTML
    The element in HTML is used to define a paragraph of text.
  • Style properties in HTML

    Style properties in HTML
    The Style attribute specifies the style for the HTML element.
  • Format text in HTML

    Format text in HTML
    Format elements in HTML help determine the style and importance of text.
  • Quote elements in HTML

    Quote elements in HTML
    Quote elements in HTML. The element in HTML is used to define short excerpts. The browser usually inserts quotation marks before and after the element.
  • Caption tags in HTML

    Caption tags in HTML
    The comment tag is used to insert comments into the source code of HTML.
  • Colors in HTML

    Colors in HTML
    In HTML, colors are indicated by available color names or by values ​​of RGB, HEX, HSL, RGBA, HSLA.
  • How to insert spaces in HTML

    How to insert spaces in HTML
    This tutorial explains how to insert spaces and line breaks in HTML. Because no matter how many times you type a space, HTML will display a space so to insert more than one space,
  • Style HTML with CSS

    Style HTML with CSS
    CSS is added to HTML elements in three ways: Inline, Internal and External.
  • Paths in HTML

    Paths in HTML
    You can find links (links) throughout the web. Link allows clicking to switch to another page.
  • Image img in HTML

    Image img in HTML
    When you visit the website, you will often see images of all sizes and positions on the page. Images in HTML web pages will help to enrich the content as well as increase the
  • Table in HTML

    Table in HTML
    What does it take to create a table in HTML? Is it complicated? Want to add color to the table border, how to add the background color to the text in the table? In this article
  • List in HTML

    List in HTML
    This tutorial explains how to create lists in HTML.