DEV Community

Cover image for HTML TAGS
mich-web
mich-web

Posted on • Updated on

HTML TAGS

Question1:What is the full meaning of HTML?
Answer:HTML means Hyper Text Markup Language

Question2:What does it mean?
Answer:It is the computer language that is used to create and display pages on the internet.

Question3:What are "HTML tags"?
Answer:These are used to place elements in the proper format.Tags also use symbols<,>.

Question4:What are the form of "HTML tags"?
Answer:We have 2 types of tags namely:
1Opening tags
2Closing tags

Question5:What are the types of opening tags?
Answer:h1,h2,h3,p,a,etc.

Question6:What are the types of closing tags?
Answer:h1,h2,h3,a,p.etc.

Question7:What is the difference between opening and closing tag?
AnswerOpening tags don't have a slash while closing tags have a slash.

Question8:What are the list types in HTML?
Answer:Ordered list and un ordered list.

Question9:What is order list?
Answer:This takes the form of ol.

Question10:What is un ordered list?
Answer:This takes a bulleted form.

Top comments (4)

Collapse
 
jennavisions profile image
Jenna

I remember when I first encountered the list elements, I used to mix both of them up and end up using the wrong one.šŸ˜…

To make it easier:

Ordered list - ol:
Things are to be in order like in a sequence with numbers (1., 2., 3., etc.).

Unordered list - ul:
It becomes clear once you remember the other one; ul will therefore use bullet points for each item on the list.

The heading tags were kind of confusing as well because of the larger number. Then I said, "Oh, number 1 is higher priorityā€”so the most important heading has to be bigger."

Tip: Remember, heading tags are not to be used for styling purposes. šŸ˜‰

Keep up with the learning, Mich! šŸŒŸ

Collapse
 
thaisavieira profile image
ThaĆ­sa Vieira

This is a pretty cool resume to understand the basics concept of HTML. Keep learning and share your journey with us!

Collapse
 
michweb profile image
mich-web

Thank you so much.This means a lot to me.

Collapse
 
thaisavieira profile image
ThaĆ­sa Vieira

You're doing great on your journey. Also, I'm a beginner too and I know how hard it is.