0% found this document useful (0 votes)
4 views2 pages

HTML CSS Java Basic Notes

The document provides basic notes on HTML, CSS, and Java. HTML is a markup language used for creating web pages, while CSS is used for styling HTML elements. Java is an object-oriented programming language that is platform independent and covers fundamental programming concepts.

Uploaded by

hofefo2449
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

HTML CSS Java Basic Notes

The document provides basic notes on HTML, CSS, and Java. HTML is a markup language used for creating web pages, while CSS is used for styling HTML elements. Java is an object-oriented programming language that is platform independent and covers fundamental programming concepts.

Uploaded by

hofefo2449
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML, CSS, Java Basic Notes

1. HTML (HyperText Markup Language)

HTML (HyperText Markup Language):

- HTML web pages banane ke liye use hota hai.

- Ye ek markup language hai, programming language nahi.

- Basic structure:

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a heading</h1>

<p>This is a paragraph.</p>

</body>

</html>

- Common tags: <h1> to <h6>, <p>, <a>, <img>, <table>, <ul>, <li>, <div>, <span>

2. CSS (Cascading Style Sheets)

CSS (Cascading Style Sheets):

- CSS ka use HTML elements ko style dene ke liye hota hai.

- Types: Inline, Internal, External

- Syntax: selector { property: value; }

Example:

p{

color: red;

font-size: 16px;

- Common properties: color, font-size, background-color, margin, padding, border


HTML, CSS, Java Basic Notes

3. Java (Programming Language)

Java (Programming Language):

- Java ek object-oriented programming language hai.

- Platform independent hai (Write Once, Run Anywhere).

- Basic structure:

public class Main {

public static void main(String[] args) {

System.out.println("Hello World");

- Concepts: Variables, Data Types, Loops, Conditions, Classes, Objects, Inheritance

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy