how to use html

CHAPTER 1 basic text

                               to make basic text use this code

<p>text</p>

and to do space its

<p>&nbsp;</p>  orrrrrrrr <p>text&nbsp;</p>

CHAPTER 2 images

you can add images like this

the code for this is

 

 

<p><span style="color: #000000;"><img src="https://99gifshop.neocities.org/items/1/world.gif" alt="" width="50" height="50" /></span></p>  

or

<p><span style="color: #000000;"><img src="https://99gifshop.neocities.org/items/1/world.gif" alt="" width="50" height="50" />text</span></p>

 

-------------------------------------------------------------------

how to add a link use this code

<p><a href="https://example.com/">example</a></p>

example

and to add a video use

dis code

<p><iframe src="//www.youtube.com/embed/ia60H7yFrAA" width="560" height="314" allowfullscreen="allowfullscreen"></iframe></p>

it will look like this