Comments are hints that a programmer add to explain code and make it more understandable. There are two types of...
Continue reading...Learn2Done
JAVA Syntax
class ClassName { public static void main(String []args) { System.out.println("Learn2Done"); } } Explanation of above syntax: class:-class is a kind...
Continue reading...JAVA Environment Setup
C++ is a object – oriented programming language developed by Bjarne Stroustrup, starting in 1979 at Bell Labs. It was...
Continue reading...JAVA Introduction
Java is one of the first programming language & System is not bind to any hardware and operating system.Java is...
Continue reading...HTML Tables
HTML – HTML stands for Hypertext Markup language. It is used to create web pages that are displayed on the...
Continue reading...HTML Audios
There is a tag to add audio files on a webpage and play it. <audio> tag is used to add...
Continue reading...HTML Videos
In Html, Videos can be shown by using the video element. The Video element requires the source from where it...
Continue reading...HTML Forms
<form> is an Html element that can collect data from the user, inputs such as input texts, numbers, values, email,...
Continue reading...HTML Lists
HTML Lists are used to group similar types of items. There are several types of HTML Lists, 1. Unordered Lists...
Continue reading...HTML Colours
By using some inline CSS the text and background color can be changed. This can be done by using a...
Continue reading...