skip to main | skip to sidebar

Wednesday, November 27, 2013

Friday, July 12, 2013

Web Design Tutorial Part(4)

0 comments

HTML list use for sequentially set web content on website.   Bullets tag is needed for designing dynamic web site. Bullet tag starts with <ul> tag. Every individual data start with <li> tag. <ul> <li>Google</li> <li>Facebook</li> </ul> Iframe tag is use for show separate location on web page. Iframe tag start with iframe word. <iframe src="Web Address" width="250" height="300"></iframe> Text background color tag is ...

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 ...

Sunday, April 14, 2013

Web Design For Beginner (Part 2)

0 comments

Image tag is very important tag for web design . Image tag start with "img" . Use this tag in body.     <img src="Website Url" width="111" height="140"> For line break use <br> Content </br> Link tag use external and internal link. <a href="Website Url">Keyword</a> For design need hidden text need comment tag. <!--Here is Comment --> <b> That is Bold Tag</b> <sub> Sub-scripted Tag</Sub> <sup> Superscript ...

Tuesday, January 22, 2013

Web Design for Beginner (Part 1)

0 comments

HTML Introduction : HTML means Hyper Text Markup Language.         Open Notepad and type this code :- <!DOCTYPE html>  <html> <title> Title tag</title> <body> <h1> It is Heading Tag</h1> <p> Paragraph</p> </body> </html> click on save as and save format is  new documents.html ...

Sunday, November 11, 2012

Friday, August 31, 2012

How enable Hibernate option Your Windows 8

0 comments

Computer hibernation means unsaved data and open program before shutting down and restoring all running power back on. How enable Hibernate option on your computer flow the step:      Step1: Go to Setting > Control panel ->Clicks power option.     Step2 :Click on chose what power button does.    Step 3: Mark on Hibernate and save. ...