[dev_Front-end]basic weblanguage - HTML_6

By chainsmokerslav on 10/30/2023

The weather is getting really chilly! Be careful of catching a cold, and I hope you have a good day taking care of your health. Haha

|Basic HTML - 6|

![](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.
  • 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.
  • u(underline) tag: This is a tag used to underline text.
  • img(image) tag: This is a tag used to insert an image.