Skip to content

Instantly share code, notes, and snippets.

View tejas121999's full-sized avatar

tejas telkar tejas121999

View GitHub Profile
@tejas121999
tejas121999 / gist:d8a3e2f5782d33cfa32bd84511641436
Created June 11, 2020 15:57
design webpage using basic html tags
<html>
<head>
<title>All_common_tags</title>
</head>
<body bgcolor="white" text="black">
<h1 align="center">Most Expensive cars in the world of car !!!!</h1>
<ul type="circle">
<li>
in this tutorial we are cover about java package and java package base program.
a package is a group of similar type of classes, interface and sub packages.
package in java can be categorize in two form, built in package and user define package.
their is many built in packages such as java, lang, awt, javax, swing, net, io, util, sql, etc
https://thecomputhub.blogspot.com/2020/05/java%20programs%20on%20package..html