Computer Science, asked by babugeetaprajapati, 1 month ago

Right Syntax to Insert Hyperlink in a Web Page

Answers

Answered by Anonymous
2

Answer :

To use Hyperlinks in your web page in Hypertext Markup Language use <a> element and href attribute

Process :

  \sf \blue{&lt; a} \: \:  \tt \:  \red{href   = \: "https//yourlink "}  \blue{&gt;}  \sf{click \: me! } \blue{&lt; /a &gt; }

More Info :

◆ Use target attribute specifies a name or a keyword that indicates where to display the response that is received after submitting the form.

◆ Use this values of target

  • _self - Default. Opens the document in the same window/tab as it was clicked
  • _blank - Opens the document in a new window or tab
  • _parent - Opens the document in the parent frame
  • _top - Opens the document in the full body of the window

@ɪsɪɴ ヾ(^-^)ノ

Similar questions