Baseline Widely available
HTML <mark>
ììë íì¬ ë§¥ë½ì ê´ë ¨ì´ ê¹ê±°ë ì¤ìí´ íì ëë íì´ë¼ì´í¸í ë¶ë¶ì ëíë
ëë¤.
<p>Search results for "salamander":</p>
<hr />
<p>
Several species of <mark>salamander</mark> inhabit the temperate rainforest of
the Pacific Northwest.
</p>
<p>
Most <mark>salamander</mark>s are nocturnal, and hunt for insects, worms, and
other small creatures.
</p>
/* stylelint-disable-next-line block-no-empty */
mark {
}
í¹ì±
ì´ ììë ì ì í¹ì±ì í¬í¨í©ëë¤.
ì¬ì© ì¼ëì¼ë°ì ì¸ <mark>
ììì ì¬ì©ì²ë ë¤ìê³¼ ê°ìµëë¤.
<q>
, <blockquote>
)ììë, ì본ì ë³ë íìê° ìì¼ë í¹ë³í ë´ì¼ íë ë¶ë¶ì, ê·¸ë¦¬ê³ ìì ìë í¹ë³í ì¤ìíë¤ê³ ë ìê°íì§ ììì¼ë 주ìí´ì¼ í íìê° ìë ë¶ë¶ì íìí©ëë¤. íê´íì ì¬ì©í´ ì¤ìí´ ë³´ì´ë ì±
ì ê°ì¡° íì를 ì¶ê°íë ê²ì²ë¼ ìê°íë©´ ë©ëë¤.<mark>
ë 문ì ì½í
ì¸ ìì ì¬ì©ìì íì¬ íëê³¼ ê´ë ¨ ìë ë¶ë¶ì ëíë¼ ë ì¬ì©í©ëë¤. ì를 ë¤ì´, íì¬ ê²ì í¤ìë를 ê°ì¡° íìí ë ì¬ì©í ì ììµëë¤.<mark>
를 íìë§ì ìí ì©ëë¡ ì¬ì©íì§ ë§ì¸ì. <span>
ê³¼ ì ì í CSS를 ëì ì¬ì©í´ì¼ í©ëë¤.ìì ê´ì¬ ë¶ë¶ íìíê¸°ì°¸ê³ :
<mark>
ì<strong>
ììì ì°¨ì´ì ì 기ìµíì¸ì. í ì¤í¸ìì,<mark>
ë ì°ê´ì±ì ê°ì§ ë¶ë¶ì,<strong>
ì ì¤ìë를 ê°ì§ ë¶ë¶ì ëíë¼ ë ì¬ì©í©ëë¤.
첫 ìì ì <mark>
ììë ì¸ì©ë¬¸ìì ì¬ì©ìê° ê´ì¬ì ê°ì§ í
ì¤í¸ë¥¼ ê°ì¡°í ë ì¬ì©í©ëë¤.
<blockquote>
It is a period of civil war. Rebel spaceships, striking from a hidden base,
have won their first victory against the evil Galactic Empire. During the
battle, <mark>Rebel spies managed to steal secret plans</mark> to the Empireâs
ultimate weapon, the DEATH STAR, an armored space station with enough power to
destroy an entire planet.
</blockquote>
ìí©ì ë§ë 구ì ìë³
ë¤ì ìì ë ê¸ì ê²ì 결과를 ê°ì¡°í ì©ëë¡ <mark>
를 ì¬ì©í©ëë¤.
<p>
It is a dark time for the Rebellion. Although the Death Star has been
destroyed, <mark class="match">Imperial</mark> troops have driven the Rebel
forces from their hidden base and pursued them across the galaxy.
</p>
<p>
Evading the dreaded <mark class="match">Imperial</mark> Starfleet, a group of
freedom fighters led by Luke Skywalker has established a new secret base on
the remote ice world of Hoth.
</p>
ë¤ë¥¸ <mark>
ì ê²ì ê²°ê³¼ íì를 구ë³í기 ìí´ ì¬ì©ì ì§ì í´ëì¤ "match"
를 ì¶ê°ë¡ ì ì©íìµëë¤.
ëë¶ë¶ì ì¤í¬ë¦° 리ëë 기본ê°ìì <mark>
ììì ì¡´ì¬ë¥¼ íííì§ ììµëë¤. ê·¸ë¬ë CSS content
ìì±ê³¼ ::before
, ::after
ìì¬ ìì를 ì¬ì©íë©´ ì리ë´ì´ ì½ëë¡ í ì ììµëë¤.
mark::before,
mark::after {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
mark::before {
content: " [ê°ì¡° ìì] ";
}
mark::after {
content: " [ê°ì¡° ë] ";
}
ì¤í¬ë¦° 리ë ì¬ì©ì ì¼ë¶ë ì§ëì¹ê² ìì¸í ìë´ë¥¼ ì ë°í ì ìë ì½í ì¸ ì ííì ìëì ì¼ë¡ 꺼ëìµëë¤. ê·¸ë¬ë¯ë¡ ì´ ë°©ìì ë¨ì©í´ì ìëë©°, ì½í ì¸ ì ì´í´ì ê°ì¡°íìì ì ë¬´ê° ê¼ íìí ëë§ ì¬ì©í´ì¼ í©ëë¤.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4