Saturday, 5 January 2013

How to Download CCleaner

hi all i m Vishnu Sharma and in this article we are going to learn how to download ,install ,and learn ccleaner.. What is CCleaner:- CCleaner is system optimization system software that is used to remove your temporary  file of system ... it is used for removing The Temporary files, Cookies , History,Download History, form history....and many more for all the browser(internet explorer , Firefox , Google chrome...
Read More...

Thursday, 3 January 2013

HTML 5 basic tutorials part 7

hi all i'm Vishnu Sharma and in this article we are going through the tag which are used in the head tag.some the tag that are used in the head tag are  1.title2.style3.meta4.link <Title>  the title tag are used for adding the title to your website <!doctype><html> <head> <title>welcome</title> </head> <body> <p>this is example of the Meta tag</p> </body> </html> <Style> the style tag are...
Read More...

HTML 5 basic tutorials part 1

Hi all my name is Vishnu Sharma and this is the first article on html 5 basic tutorials and in this article we go through the basic of the html 5 .so, let start… Html 5 is the latest version of the html markup languge wich is not yet releases by the W3C Using the html you can create your own website for blog …. I go from basic to advance tutorials so, I in case u feel deflect to understand please comment out u r doubt… so I can help you. What is HTML? Html is a web language.html stands for hyper text markup language .html...
Read More...

HTML 5 basic tutorials part 6

Comment Writing the comment in the html 5 code help The other developer and develop the code…  HTML comments are not visible to your website visitors The basic example <!-- comment here --> ex:- <html> <head> <!-- meta start --> <meta name="this blog is all about html 5" content="20 "> <!-- meta end --> <title>HTML 5 Tutorial </title> </head> <!-- body start --> <body> <p>this is example of the Meta tag</p> </body> <!--body...
Read More...

HTML 5 basic tutorials part 5 Meta tags

Hi all this is Vishnu Sharma and in this article in so through the Meta tagso,  what is Meta tag ….?? Meta tags are used for describing your website to the search engine …. Think like u wan to search on Google about u want to learn html 5.. u get lots of link with html5 related link …this is because the search engine don’t see u r full article they just see your meta tag description ….. Have a example of the meta tag<meta name="description" content="Contains info about meta tags"> The meta tag is place...
Read More...

HTML 5 basic Tutorials part 4 Element and Attribute

In this article we  go through the element and attribute of the html 5 ELEMENT:- html element are the basic structure of the html … the document Are simple text made of up html element and this elements are defined using the tags. The browser understand only the tags… and then render the tag ….the element are written in between the opening and closing tag. E.g.:- <tag name>this is element.</tag name> There are more than >100 tag in the html5.click here to see.you see all this tag I the future...
Read More...

HTML 5 basic tutorials part 3

Hi All in this article we are going to learn about some the basic tag that we use in the Html... (some tag commonly used in the html 5 and other old version of the html.) 1. PARAGRAHP TAG         <P>This is paragraph tag.</P> This paragraph tag is used to write the paragraph in the html …. We you want to write any story or article on your website then we use the paragraph tag most ….. 2. HEADINGS TAG <h1>this is a heading tag</h1> The heading tag is...
Read More...