Computer Science, asked by jatavharsh, 11 months ago

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 sandrobala2003
18

Answer:

1) <UL type= disc

square

circle>

</UL>

2)<A href = "https//www.google.com">

Answered by AskewTronics
3

(1."type" and 2."<Ahref>") are the answer for the above question.

Explanation:

  1. 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">".
  2. 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