in Web Technologies edited by
1,479 views
1 vote
1 vote

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}$
in Web Technologies edited by
1.5k views

2 Answers

0 votes
0 votes
Best answer

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 vote
1 vote

<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

by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true