[dev_Front-end]basic weblanguage - HTML_5

By chainsmokerslav on 10/29/2023

Good morning haha. Today I'm going to talk about basic HTML development. It's short, but please enjoy!

|Basic HTML - 5|

![](Image from post)
Sourcecode image ![](Image from post)
Result image ![](Image from post)

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.)