recategorized by
3,168 views

2 Answers

1 votes
1 votes

Answer : HREF and Name 

Name : The name attribute is used when sending data in a form submission. Different controls respond differently. For example, you may have several radio buttons with different id attributes, but the same name. When submitted, there is just the one value in the response - the radio button you selected.

HREF : The main use of anchor tags - <a></a> - is as hyperlinks. That basically means that they take you somewhere. Hyperlinks require the href property, because it specifies a location.

Reference : Href and Name

0 votes
0 votes

option is C

To create an anchor HTML link that points to another place on the same webpage, you need to create two anchors: 
1. First you create an anchor link that the person clicks on initially. Here is the HTML code for the anchor link.
 
2. Next, you need to create a named anchor in the spot that you are going to jump to. This anchor will require the following syntax.
 

Answer:

Related questions

1 votes
1 votes
4 answers
1
1 votes
1 votes
1 answer
2
makhdoom ghaya asked Jul 28, 2016
1,492 views
The behaviour of the document elements in $XML$ can be defined byUsing document object Registering appropriate event handlersUsing element objectAll of the above
3 votes
3 votes
2 answers
3
go_editor asked Aug 20, 2016
2,027 views
Which of the following statements is not correct?HTML is not screen precise formatting languageHTML does not specify a logicDHTML is used to developing highly interacting...
3 votes
3 votes
1 answer
4
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