1, write a standard HTML5 beginning and end.
2. Insert your body into your head.
3. Insert standard-sized text.
4. If you want to make the text bold, you can use the b and strong tags.
5. To change the size of the text, you can use the h () tag. H 1 label has the largest font, and the larger the number, the smaller the font.
6. Inserting an image only needs this string of codes, where img is the image and src is the path. You can display an image in a web page by filling the path of the image in parentheses. This string of code is still inserted into the body tag.