[dev_Front-end]basic weblanguage - HTML_2

By chainsmokerslav on 10/26/2023

Good morning. Today, following yesterday's post, I will tell you about other HTML tags. As it is one of the basic HTML tags, it will be easy to use, so please feel free to read the post.

|Basic HTML - 2|

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

used html tags

  • <h1(head1)> tag: This is one of the tags used in HTML that is used when writing the largest title.
  • <ol(Ordered List)> tag: This is a format that creates a list by ordering it in number format.
  • <li(List Item)> tag: This is the actual tag that becomes the contents of the list. There are indentation and line breaks, and various symbols can be used with the type attribute.