skip to main | skip to sidebar

Tuesday, June 25, 2013

Web Design Part(3)

0 comments

For web design need sometimes , when visitor click on the link then it will open on new tab. Type this code on body. <p><a href="URL/" target="_blank">Keyword</a></p> Color changing is very important for web development. Anyone can easily change website background color  and clickable link color using this code. <head> <style type="text/css"> body {background-color:red} p {color:yellow} </style> </head> On page SEO is needed for increasing ...