Good morning haha.
Today I'm going to talk about basic HTML development. It's short, but please enjoy!
|Basic HTML - 5|
Sourcecode image

Result image

used html tags
- h3 (head3) tag: This is one of the tags used in HTML when writing a title or content of the next larger size after the h2 tag.
- br(line break) tag: This is a tag used when breaking a line.
(The span tag is used with CSS, so it will be written after dealing with HTML.)