Author: aks0911
-
HTML Elements
HTML Elements In HTML documents all elements are in the form of tags. HTML elements always starts and ends with the same tags the only difference is the forward slash </end tag>in the ending tag. Example <h1>………….</h1> <p>………….</p> In between tags (elements) contents are inserted. Nested HTML Elements HTML elements can be in the nested…
-
HTML Introduction
Introduction HTML stands for Hypertext Markup Language. HTML is the basis of any webpage, it can be written in the most basic text editor like “notepad” in Windows to most advanc word editors. HTML documents are made of texts enclosed in between different types of “tags” these tags are called HTML elements. These elements are…
-
Gmail Features You Must Know
Get Most Out Of Gmail Gmail is one of the most popular mailing service on the planet, almost each one of us uses it in one or another way. But do you know, Gmail has released many features since its birth. Here We will learn some interesting and productive features. Here are Gmails Top features…
-
Top 10 IPad/Iphone Features You Must Know
Top IPad/IPhone features you might not be knowing As we all know IOS is best known for its strong privacy. But along with privacy it also provides some exclusive features which you will not find anywhere else. Here we are going to discuss some of the IOS features which you must know. Take screenshot of…
-
Share Photos without loosing Original Quality
Transfer Files Using Google Drive Situation occurs when you have to share photos and videos to someone else, but if you use Whatsapp, Telegram or other such services you will loose the original Quality of your File, which is a problem. Best way to share photos in original quality There are various methods of sharing…
-
JavaScript
Java script is used to change HTML. It can change HTML attribute’s value and HTML style (CSS). It was invented by Brendan Eich in 1995, later Javascript became ECMA standard in the year 1997. Introduction Javascript is an essential component of web development. In HTML JavaScript code is inserted between <script> tags. Scripts can also…