HTML Tutorial for Beginners - Introduction to HTML|Free Certified Web Development Course
Click
We will be creating a cheat sheet with all of the common HTML5 tags, attributes, semantic markup, etc. We will not be focusing on CSS in this video. The CSS course will be released shortly after.
...
Sunday, February 17, 2019
Monday, September 25, 2017
Type Conversion
Type
conversion is done when the expression has variables of different data types
§Type conversion is used to convert a type of a variable into another data types.
§There are two types of Type conversion in Computer programming..
1)Implicit/Automatic conversion
2)Explicit/Forced conversion
§Implicit is a type conversion...
Friday, August 18, 2017
Features Of Java
ØSimple
ØObject Oriented
Language
ØDistributed
ØInterpreted
ØRobust
ØSecure
ØPortable
ØMulti-Threaded
ØGarbage Collector
ØSimple
Java Programming is simple to understand because OPP(Object Oriented Programming) is 100%
applicable in Java programming language.
ØObject Oriented Language
Object oriented programming...
Saturday, August 12, 2017
Java – Overview
ØJava is a high-level programming
language originally developed
as a project which leaded by James
Gosling and his team members
Patrick Noughton ,Chris Warth,Ed Frank and Mike Sheridan at Sun
Micro systems and released in 1995. Java runs on a variety of
...
Saturday, August 5, 2017
How To Make gif Gift for Sharing Your Friends By Youtube
1.Open the youtube search any videos and in link of that youtube page youb just type gif before the youtube like
www.gifyoutube.com...Must Watch
2.After that you may go to another page and you can set the time in which you want a gif.
3.In...
How to repeat videos on youtube without using mouse
1.Open the youtube and in link of youtube page you just type repeat after the youtube like www.youtuberepeat.com...Must Watch
2.After that you may go to another page and you can enjoy your favorite videos or songs.
https://www.youtube.com/channel/UC4k3h0R2H8HVSQqAbuYY27Q
Must...
Friday, August 4, 2017
Variable & Constant
Variable
§A variable is nothing but a name given to a storage area
that our programs can manipulate. Each variable in C has a specific data type, which determines the size of the
variable's memory.
§A variable is an entity that does change.
Numeric Variableà Used to stores either integer values or character ...