Computer Science, asked by deekshu1232, 1 year ago

1 the HTML tag for the smallest heading is .......................?
2 write an HTML code to create an unordered list?
what is URL ? what is the use of it?

Answers

Answered by Nikhil211004
3
HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

deekshu1232: Ok I understood
Nikhil211004: Creating an unordered list in HTML is accomplished using the unordered list block-level element, .
deekshu1232: oooo
deekshu1232: ok
Nikhil211004: A uniform resource locator (URL) is the address of a resource on the Internet.
deekshu1232: tq
Nikhil211004: Welcome.
Similar questions