Advertisements
Advertisements
प्रश्न
What is the use of <mark> tag?
टिप्पणी लिखिए
उत्तर
The <mark> tag is used to highlight the text in HTML. This is also a container tag. Whatever the text given between <mark> and </mark> will be displayed as highlighting with default color (mostly yellow).
<html>
<head>
<title> Highlighting text </title>
</head>
<body>
A Computer is an <mark> electronic </mark> device
</body>
</html>
Output will be:
shaalaa.com
Text Formatting Tags of HTML
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following tags are called as physical style tags?
A named set of certain style of character and number is:
Pick odd one from the list.
Match the following:
(a) tfoot | (1) Order list |
(b) start | (2) Hyperlink |
(c) href | (3) Highlight |
(d) mark | (4) Table |
Definition list has how many parts?
Read the following statement and choose the correct statement(s):
- Link in HTML is used to create hyperlinks to web content.
- HREF is abbreviated as Hypertext Markup File.
To create internal link, which of the following attribute should be used?
Write a short note on <strong>.
Write a short note on <em>.
Write the following equation as HTML notation:
Pd = 2s – Q2