It's a cool, windy afternoon. Are you having a good day? Today I come again with a post related to web language. Please enjoy!
|Basic HTML - 7|
Sourcecode image
Result image
used html tags
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.
br(line break) tag: This is a tag used when breaking a line.
ul tag: Used to define an unordered HTML list.
p(paragraph) tag: Abbreviation for paragraph, used when creating a single paragraph.
(The p style tag is saved as a CSS style, so it will be written after dealing with HTML.)
strong tag: This is a tag to give a BOLD effect for emphasis.
img(image) tag: This is a tag used to insert an image.