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|



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.