htmlItalic bold tags aretags andtags respectively. Thetag is used to define a part that is different from the rest of the text and present this part of the text. is italicized text; thetag is used to define bold text.
The operating environment of this article: Windows 7 system, HTML5 version, Dell G3 computer.
First of all, you need to understand the bold and italic codes in hypertext markup language (html). The bold mark is b and the italic mark is i. In html, marks generally appear in pairs. of.
For exampleXXXX. A basic web page is contained between and . Specific examples are as follows:
Running effect:
Tag introduction:
TagDefinition A portion of the text that is different from the rest of the text and renders it in italics.
Tags are used to represent scientific terms, idioms in other languages, ideas, spacecraft names, etc.
Use theelement when no other element with appropriate semantics can be used. Other semantic elements are as follows:
(emphasized text)
(important text)
(marked of/highlighted text)
(title of work)
(a definition item)
Define bold text.
According to the HTML 5 specification, thetag should be used as a last resort and only used when no other tag is suitable. HTML 5 specification states: Titles should be represented by
【Recommended learning:html video tutorial,CSS video tutorial】
The above is the detailed content of What is html italic bold tag?. For more information, please follow other related articles on the PHP Chinese website!