Name the following with respect to HTML:
a. Attribute for changing bullet type of list tag.
b. Element to create a hyperlin
Answers
Answered by
13
a. <ul> Tag is used for changing bullet type of list tag
b. <a> element is used to create a hyperlink.
Explanation:
<ul> Tag: it is used to specifying the unordered list. It is a group of collections of items which have no numeral number. In case if we want to change the list item the meaning value will not change. It can be different forms for example circle, dot, and square .
<a> element: it generally indicates the destination of the link. Href attribute is main attribute <a> element. It supports event attributes in HTML. It also supports Global attributes in HTML.
Learn more about Attribute
The attribute used to specify the path of a linked documents
https://brainly.in/question/12915722
Align attribute is used with following tags
https://brainly.in/question/7431814
Answered by
4
Answer:
(a) <ul>
(b) <a>
hope it helps you
Similar questions