Posts

Inline, Internal & External CSS

Image
watch the video for source code-

Change Background color of HTML file

<html>     <head>         <title>             background color         </title>     </head>     <body bgcolor="coral">         <h1>             Hello There         </h1>     </body> </html> My Youtube Channel

Paragraph & Text formatting in HTML webpage

This is video shows  how to use "src" tag with various other attributes   To view   Program , Visit my youtube Channel---> Click Here

Learn How to insert image in your HTML webpage

This is video shows  how to use "src" tag with various other attributes   To view   Program , Visit my youtube Channel---> Click Here

Java Program to Add two numbers.

To view program of Addition , Visit my youtube Channel---> Click Here

Java Program to print any matter

public class Program { public static void main(String[] args) { System.out.println("Hi, This is Programmer"); } } _____________________________________________ you can also visit my youtube channel--> Write Hello World using java || Notepad || Command Prompt