logo logo
  • Tech news
  • Software Resources
  • English
    • 中文 (中国)
    • English
  • Tech news
  • Software Resources
  • English
    • 中文 (中国)
    • English
  1. Home
  2. Tag
  3. CSS3
HTML tag abbreviations and full names

HTML/CSS HTML tag abbreviations and full names

The following table lists the HTML tag abbreviations and their full names: Tag English Full Name Chinese Full Name a Anchor 锚 abbr Abbreviation 缩写词 acronym Acronym 取首字母的缩写词 address Address 地址 alt alter 替用 (一般是图片显示不出的提示) b Bold 粗体(文本) bdo Bi-Directional Override 文本显示方向 big Big 变大(文本) blockquote Block Quotation 区块引用语 br Break 换行 cell cell 巢…

79 Views 0 Comments
HTML/CSS 2025-05-22
HTML tag abbreviations and full names

HTML/CSS HTML tag abbreviations and full names

The following table lists the HTML tag abbreviations and their full names: Tag English Full Name Chinese full Name a Anchor 锚 abbr Abbreviation 缩写词 acronym Acronym 取首字母的缩写词 address Address 地址 alt alter 替用 (一般是图片显示不出的提示) b Bold 粗体(文本) bdo Bi-Directional Override 文本显示方向 big Big 变大(文本) blockquote Block Quotation 区块引用语 br Break 换行 cell cell 巢…

85 Views 0 Comments
HTML/CSS 2025-05-22
HTML color values

HTML/CSS HTML color values

Colors are composed of red (R), green (G), and blue (B). Color value Color values are represented by hexadecimal notation for red, green, and blue (RGB). The lowest value for each color is 0 (hexadecimal 00) and the highest value is 255 (hexadecimal FF). Hexadecimal values are written as a # sign followed by three…

88 Views 0 Comments
HTML/CSS 2025-05-22
HTML color names

HTML/CSS HTML color names

The following color names are currently supported by all browsers. 141 color names are defined in the HTML and CSS color specifications (17 standard colors, plus 124 more). The following table lists all color values, including hexadecimal values. Tips: 17 standard colors: black, blue, aqua, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red,…

83 Views 0 Comments
HTML/CSS 2025-05-22
HTML blocks

HTML/CSS HTML blocks

HTML <div> and <span> HTML can combine elements through <div> and <span>. HTML block elements Most HTML elements are defined as either block-level elements or inline elements . Block-level elements typically start (and end) on a new line when displayed by the browser. Examples: <h1>, <p>, <ul>, <table> HTML inline elements Inline elements do not usually start on a new…

92 Views 0 Comments
HTML/CSS 2025-05-22
HTML Frames

HTML/CSS HTML Frames

By using frames, you can display more than one page in the same browser window. iframe syntax: This URL points to a different web page. iframe – set height and width The height and width attributes are used to define the height and width of the iframe tag. The property is in pixels by default,…

78 Views 0 Comments
HTML/CSS 2025-05-22
HTML tables

HTML/CSS HTML tables

HTML tables HTML tables are defined by the <table> tag. An HTML table is a markup language element used to display structured data. Each table has several rows (defined by the <tr> tag), each row is divided into several cells (defined by the <td> tag), and the table can contain a header row ( <th> ) to define the column titles. Data cells can…

108 Views 0 Comments
HTML/CSS 2025-05-22
HTML Basics

HTML/CSS HTML Basics

HTML Basics – 4 Examples Don’t worry about the examples in this chapter that you haven’t studied yet. You will learn about them in the following chapters. HTML Title HTML headings are defined using <h1> – <h6> tags. HTML Paragraph HTML paragraphs are defined by the <p> tag. HTML Links HTML links are defined using the…

176 Views 0 Comments
HTML/CSS 2025-05-22
HTML text formatting

HTML/CSS HTML text formatting

Try it » HTML Formatting Tags HTML uses tags <b> (“bold”) and <i> (“italic”) to format the output text, such as bold or italic These HTML tags are called formatting tags (see the full tag reference at the bottom). Usually the tag <strong> is used instead of the bold tag <b>, and <em> is used instead of the…

153 Views 0 Comments
HTML/CSS 2025-05-22
About us

© 2025 IT Resourse Hub