There is a lot of HTMl tags that comes into play when coding. In this blog I will teach you guys all the important ones you should know to be a good coder.
-
Hi
Hi
Hey
Sup
Hi
Hi
Hi Hey Hi today I will teach you guys how to make an inclined plane.
The p tag is used to write a paragraph. On the other hand the h1, h2, h3, h4, h5, h6 tags are used according to how big of a font size you want. h1 being the biggest font size and h6 being the smallest font size. In addition, the title tag is used so you can type the title of your web application. Lastly, the body tag us used so you can differentiate the heading and the body part of your coding.
-
Hey Guys
How you guys been?
What's your favorite sport?
The strong tag is used to make something bold. On the other hand, the i tag is used to italicize a word/sentence/paragraph and the mark tag is used to highlight a sentence/paragraph.
-
.....
The div class.... is used to group block HTMl elements. Such as the h1, body, and paragraph tags together.
< > (start) </..>(end)
For every html tag you always start with < > and put the tage in the middle. On the contrary, you always end with </...>, and put the tag in the middle.-
The style tag is used to input css code in your html file.
-
- one
- two
- three
The ol tag is used to specify which order list is being used. The li tag is used to define the list item.
- 2021 ©
the © tag is used to make a copyright symbol on your we application.
- br is used for a line break.
Here more coding that I did where you you could skim through and learn more coding not just HTML.
https://github.com/ssharsh/Crosswordgame/blob/main/index.html
Top comments (0)