Wednesday, January 1, 2025

Time

 

27 mins


3-Jan 11 m

2-Jan 9 mins

1-Jan 7 mins

Java

public static void main () 



Sytem.out.println(value);


Data Types:
Integer - int
Float - 

A JAR file, or Java Archive, is a file format that bundles multiple Java-related files into a single package.

Tuesday, December 10, 2024

HTML Example

 <!DOCTYPE html>

<html>
<head>
<title>Page Title</title>
</head>
<body>

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

</body>
</html>

Wednesday, December 4, 2024

HTML

HTML is the standard markup language* for Web pages. 
With HTML you can create your own Website. 

What is a Markup Language?

A markup language is a set of rules that defines how the layout and presentation of text and images should appear in a digital document.


A markup language helps define the structure, format, and presentation of content in a way that is readable by both humans and machines. It plays a crucial role in web development, data handling*, and document formatting*.


Data handling involves the collection, storage, processing, and retrieval of data. It's about organizing and working with data in a way that's useful and secure.

Document formatting is about organizing the visual and structural elements of a document to ensure it is easy to read, visually appealing*, and professionally presented. It involves adjusting the layout, text styles, and structure of the document.

Appealing - attractive or interesting 


What is Hypertext?

Hypertext is a system of organizing and displaying text on a computer or digital device that allows users to easily navigate from one piece of content to another through links.