< Back to home

HTML

Html stands for "Hyper text Markup Language "

HTML Text

To Make a heading you can use text like a h1

Whats a h1?

You call the h1 a "h1 tag"

To make a h1 you do:

You can also make text Using h2, h3, h4, h5, h6 and p tags

you make it the same way as the h1 tag but with the name of the tag where you put the text "h1".

h6 is tiny and h1 is big.

to see more about HTML Text you can go on IO videos then open the "Making Html Text" Video.

HTML Images

you can make image's in html using the IMG tag

how do you make an img tag?

you make it like this:

in the SRC make the URL of the image.

More Code Examples are coming out soon...