Highlight Text In Html Code Example


Example 1: 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;
}

Example 2: how to highlight text in html


<mark>text</mark>

Example 3: mark tag in html


mark {
display: inline-block;
line-height: 0em;
padding-bottom: 0.5em;
}

Example 4: how to highlight text in css


<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable