I cant link a html page if i write a code on a button or in core java
class Website
{
String name;
String url;
String desc;
Website x=new Wbsite();
x.name="name of html page.html";
x.url="complete url ";
x.desc="desccreption";
System.out.println(url);
}
