Links

03 Sep Admin

?? link ??? text ?? image ???? ?? ??? ?? click ???? ?? ?? ????? page ?? redirect ?? ??? ???? ??? ?? ?? ?? ???? link ?? ???? cursor ?? ???? ?? ?? ?? ?? clickable hand icon ??? convert ?? ???? ??? Links ?? ????? basically ?? page ?? ????? page ?? ???? ?? ??? ???? ???? ??? Links web ?? ?????? ?? roads ???? ???  

HTML ??? link create ???? ?? ??? tag ???? ???? ???? ??? ??? anchor tag ??? ???? ??? ?? tag ?? ???? basic attributes href ?? target ???? ??? ?? ????? attributes ?? ???? ??? ???? ????? ??? ??? 

href 

?? attribute ?? ?????? ?? ?? page ?? address define ???? ?? ?? ?? link ?? click ???? ?? show ???? ????? ???  

href = “page-Address”

target 

target – ?? attribute ?? ?????? ?? ?? frame define ???? ?? ???? ?? ?? page ?? ???? ????? ??? ?? attribute optional ???? ??? ??? ?? ??? define ???? ???? ?? ?? page new tab ??? open ???? ??? ?? attribute ?? ??? predefined values ???? ?? ??????? ?? use ?? ???? ???? 

target = “frame-Name”
  • _blank – ?? ?? ?? value define ???? ?? ?? ???? webpage new tab ?? window ??? open ???? ??? 
  • _self – ?? ?? ?? value define ???? ?? ?? ???? webpage ??? tab ?? frame ?? open ???? ?? ?????? link ?? click ???? ??? ??? 
  • _parent – ?? value webpage ?? parent frame ??? open ???? ??? 
  • _top – ?? value ?? ?????? web page full document ??? open ???? ??? 
  • customFrame – ?? ??? ?? ?? ??? frame define ?? ???? ??? ??? ???? ?? webpage ??? ?? open ?????                  

Creating links in HTML 

???? ?? ???? ???? ????? ?? HTML ?? ?????? link create ???? ?? ??? ?? tag ???? ???? ??? ???? ?? ??? ???? ??? ???? ???? ???? ?? ?? ????? ???? ???? ???? ?? tag ?? normal structure ????? ???      

Links ?? ?? ???? page ?? according configure ?? ?? ???? ??? ???? ?? ?? apply ?? ???? ?? ?? ?? ?? ??? link ?? mouse ?? ???? ?? ???? color green ?? ???? ?? mouse ????? ?? red ?? ????? ?? ?? ?? style tag ?? ?????? ?? ???? ??? ???? ??? ?? a ?? ??? condition colon ????? define ???? ??? ???? ???? ??? ???? ???? ?? ??? ??? ???? ?????? ?? CSS ???? tutorials ??? ??? ???? ???  Condition Explanation  a:link?? condition ??? link first time web page ?? show ???? ???  a:visited?? condition ??? link ???? visit ?? ?? ???? ???? ???  a:hover?? condition ??? link ?? cursor ?? ???? ???? ???  a:active?? ?? ???? link ?? click ???? ?? ?? ?? link active ???? ???
Read More