edited by
1,472 views
1 votes
1 votes

Match the following with respect to HTML tags and usage

$\begin{array}{clcl} \text{a.} & \text{CITE} & \text{i.} & \text{Italic representation} \\ \text{b.} & \text{EM} & \text{ii.} & \text{Represents output from programmes} \\ \text{c.} & \text{VAR} & \text{iii.} & \text{Represents to other source} \\ \text{d.} & \text{SAMP} & \text{iv.} & \text{Argument to a programme} \\  \end{array}$

$\textbf{Codes :}$

  1. $\text{a-iii, b-i, c-iv, d-ii}$
  2. $\text{a-ii, b-iii, c-i, d-iv}$
  3. $\text{a-iv, b-ii, c-iii, d-i}$
  4. $\text{a-i, b-iii, c-iv, d-i}$
edited by

2 Answers

Best answer
0 votes
0 votes

Answer : A

a. CITE                         3. Represents to other source
b. EM                           1. Italic representation 
c. VAR                          4. Argument to a programme
d. SAMP                       2. Represents outputs from programmes 

Reference : W3Schools HTML Tags

selected by
1 votes
1 votes

<cite> tag defines a citation.

<em> tag is a phrase tag. It renders as emphasized text.

<var> defines a variable.

<samp>  defines sample output from a computer program.

hence Answer is A

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 13, 2016
2,179 views
Which one is a collection of templates and rules?XMLCSSDHTMLXSL
3 votes
3 votes
1 answer
2
go_editor asked Jul 8, 2016
1,144 views
HTML is defined using SGML – an _____ standard, information processing-text and office systems (SGML) for text information processing.ISO-8878ISO-8879ISO-8880ISO-8881
0 votes
0 votes
4 answers
3
1 votes
1 votes
2 answers
4
makhdoom ghaya asked Oct 4, 2016
2,024 views
Which of the following tag in HTML is used to surround information, such as signature of the person who created the page?<body></body><address></address><strong></strong>...