INTRO:
What is HTML code?
HTML (hyper-text markup language) code is the markup language for web pages . It provides a means to describe the structure of text-based information in a document (by denoting certain text as links, headings, paragraphs, lists, etc.) and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of " tags " that are surrounded by angle brackets . HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript ) that can affect the behavior of Web browsers and other HTML processors.
Simple ways to use it:
If you start typing a html with , end it with (you have to end it by adding '/' symbol). It is the way how the computer regonize the starting or ending of a HTML code. The same concept is used for the other HTML codes.
1. Bolding texts:
Eg; text ... text
HTML:
<b>text