HTML <address> tag HTML <address> tag is used to specify the authorship information of the article or webpage. It can contain any…
textarea
-
-
HTML Layout Techniques Creating layouts are the most important things while designing a website, as it will ensure that your website looks…
-
How to make a Navigation Bar in Html If we want to make a navigation bar in Html, then we have to…
-
Html Login Form The following code describes how to create a responsive login form using CCS: <!DOCTYPE html> <html> <head> <meta name=”viewport”…
-
How to add Link in Html Here, we will describe how to link the text in two different following ways: Link the…
-
Java AWT Label The object of the Label class is a component for placing text in a container. It is used to…
-
Java AWT List The object of List class represents a list of text items. With the help of the List class, user…
-
Java AWT MenuItem and Menu The object of MenuItem class adds a simple labeled menu item on menu. The items used in…
-
Java AWT Panel The Panel is a simplest container class. It provides space in which an application can attach any other component.…
-
Java WindowListener Interface The Java WindowListener is notified whenever you change the state of window. It is notified against WindowEvent. The WindowListener…