Anything that appears with-in <mark>...</mark> element, is displayed as marked with
yellow ink.
[code type="HTML Code"]
<!DOCTYPE html>
<html>
<head>
<title>Marked Text Example</title>
</head>
<body>
<p>The following word has been <mark>marked</mark> with Blue</p>
</body>
</html>
[/code]
This will produce the following result:
[code type="Resul Page"]
The following word has been marked with Blue.
[/code]
yellow ink.
[code type="HTML Code"]
<!DOCTYPE html>
<html>
<head>
<title>Marked Text Example</title>
</head>
<body>
<p>The following word has been <mark>marked</mark> with Blue</p>
</body>
</html>
[/code]
This will produce the following result:
[code type="Resul Page"]
The following word has been marked with Blue.
[/code]
Post a Comment