Horje
HTML Text Formatting Code Example
html highlight text
For HTML5: (with 'mark' tag)

<p>Do not forget to buy <mark>milk</mark> today.</p> 

In CSS file: (To customize highlight)

mark {
  background-color: yellow;
  color: black;
}
html bold
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>

<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
HTML Text Formatting
    <b> - Bold text
    <strong> - Important text
    <i> - Italic text
    <em> - Emphasized text
    <mark> - Marked text
    <small> - Smaller text
    <del> - Deleted text
    <ins> - Inserted text
    <sub> - Subscript text
    <sup> - Superscript text
prettier html formatting
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 40,
Source: github.com




Html

Related
button radius bootstrap 4 Code Example button radius bootstrap 4 Code Example
ios to pc file transfer Code Example ios to pc file transfer Code Example
border class bootstrap Code Example border class bootstrap Code Example
display rond logo in angular Code Example display rond logo in angular Code Example
bootstrap 4 border Code Example bootstrap 4 border Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9