HTML - Basic Questions!

  1. What are the various tags used in html…?
  2. Different types of lists used in html…?
  3. How to add hyperlink in html.?
2 Likes

Head tag
Html
List
Title
Body
There are so many but i will give you some of that

There are two types of list order and unorder list

In anchor tag using href attributes

1 Like

1.head tag, title tag, body tag,
2. order list , unorder list
3. anchor tag

1 Like

heding tag like (h1-h6)
two list (ul and ol)
a tag,html,style,link,script,hr,br,img tag.smany

1 Like

head tag
html tag
list tag
body tag
heading tag etc.

there are two type list

  1. ordered list
  2. unordered list

other list

  1. data definition list

anchor tag using

1 Like

How many tags are used in css

Answer 1:-There are many tag in html ex.-Head tag(h1,h2,h3,h4,h5,h6,),paragraph tag

,,
Answer 1:-order list, unorder list,description list
Answer:-

1 Head Title Body Heading Paragraph Anchor Div Style Image
2 Ordered List Unordered List
3 By using anchor tag

  1. ( Doctype
    Head
    Body
    title
    h1 to h6 and others )
  2. Unordered List, Ordered list,
  3. Use to add hyperlink in html.

heading tags ,list tags, body tag , anchor tag
ordered list and unordered list
using anchor tag.

Answer 1:-There are many tag in html ex.-Head tag(h1,h2,h3,h4,h5,h6,),paragraph tag

,
Answer 1:-order list, unorder list,description list
Answer:-Ancour tag

[quote="Salunkheakash619, post:1, topic:7788, full:true"] 1. What are the various tags used in html..? 2. Different types of lists used in html..? 3. How to add hyperlink in html.? [/quote]

to

tag and so many tag Ol ul

ans 1.


ans 2. unordered list and ordered list


      ans3. In anchor tag using href attributes

    1. There are two types of tags paired and unpaired
      paired tags are: head tag, body tag, html tag, list tag etc.
      unpaired tags are: image tag , break tag
    2. There are two types of list : ordered list and unordered list
      ordered list example:
      1. name

      unordered list example:
      • name
    3. Google