Introduction

This document presents some of the tags frequently used for the development of html files.

Overview

This line shows the align attribute with a right value.

Conclusion

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"); }

References

Now we are illustrating how we can create superscripts (10th) or subscript (log 2 n)
Appendix A
Showing how to use quotations: To be or not to be
Appendix B
Previous java code printed using the pre tag:
		/* Java code presented using the code tag */
		import javax.swing.*;
		public static void main(String[] args) {
			System.out.println("Hello World");
		}