FORMATTING HTML TABLES Different formatting styles can be applied on HTML tables such as changing the border color, border styles and background colors on a table Lets see how we can apply the above techniques on HTML tables Changing table border colors The borders of the tables and cells can change colors and patterns. TheContinue reading “HTML TABLES (PART 2)”
Category Archives: Uncategorized
BASICS OF JAVA (PART 1)
Any java program can contain any of the following component in their program structure Java statements Expressions Variables Data types Comments Literals Operators Java statements Statement forms a single Java operation. The following are simple Java statements: int age= 23; import java.util.Scanner; System.out.println(” My name is” + name); m.engineState = true; Each statement ends withContinue reading “BASICS OF JAVA (PART 1)”
