English, asked by snehasengupta14, 5 hours ago

Hyperlink তৈরীর জন্য কোন HTML tag ব্যবহার করা হয়? উদাহরণ দাও​

Answers

Answered by Anonymous
10

Explanation:

Question :-

Hyperlink তৈরীর জন্য কোন HTML tag ব্যবহার করা হয়?

Answer :-

Hyperlink তৈরীর জন্য <Ahref = "The link of the first webpage/second page "> Click here <\A>

First webpage

উদাহরণ :-

<Html>

<Head>

<Title>Bio data <\Title>

<\Head>

<Body>

<ol>

<li> Name is sneha sen gupta <\li>

<li> Study in standard Nine <\li>

<li> Father name is Abilash sen gupta <\li>

_________________________________

Second webpage

<Html>

<Head>

<Title>Bio data <\Title>

<\Head>

<Body><Ahref = "The link of the first webpage"> Click here to see biodata of sneha <\A>

<ol>

<li> Name is Shresthanshu gon<\li>

<li> Study in standard Eight <\li>

<li> Father name is Anjan gon<\li>

_________________________________

Steps for html where hyperlink is used :-

  1. Firstly, create 2 webpages .
  2. Then , go to first webpage and copy the link above .
  3. Then, come to second webpage and open it with notepad . In notepad after body tag write <Ahref = "The link of the first webpage"> Click here <\A>
Similar questions