name the following with respect to html :-
1. attribute for changing bullet types of list tag
2. element to create a hyperlink
Answers
Answered by
18
Answer:
1) <UL type= disc
square
circle>
</UL>
2)<A href = "https//www.google.com">
Answered by
3
(1."type" and 2."<Ahref>") are the answer for the above question.
Explanation:
- The question asked about the attributes which are used to defines the bullets type in the HTML programming language. Then the answer is a "type" attribute which is listed in the list element tag to define the type of the list. The syntax for the "type" attributes is as:- "<li type="type_of_the_list">". For example "<li type="A">".
- The question asked about the elements of an HTML that is used for the hyperlink. Then the answer is "<Ahref>". It is used to refer to the page on the provided link. For example, if a user-defined "<Ahref="google.com">", then the page referred to the google page.
Learn More:
- List in Html : https://brainly.in/question/9008325
Similar questions
Physics,
6 months ago
Social Sciences,
6 months ago
World Languages,
6 months ago
Science,
11 months ago
English,
11 months ago
Hindi,
1 year ago