This document presents some of the tags frequently used for the development of html files.
This line shows the align attribute with a right value.
This line illustrates that we can bold easily with the designated tag.
/* Java code presented using the code tag */
import javax.swing.*;
public static void main(String[] args) {
System.out.println("Hello World");
}
To be or not to be
/* Java code presented using the code tag */
import javax.swing.*;
public static void main(String[] args) {
System.out.println("Hello World");
}