Text Format in Html

  • Format text in bold:

The rule: <b> Your text in bold </ b>
Example: Your text in bold

Creating Html

1- To define the language used, you should always put this tag <html> the beginning of your page then the page should be completed by </ html>.
2- Then we must place other tags inside:
-You need to put the tag <head> then ends with </ head>.