Computer Science, asked by hawk262, 2 months ago

1.
are the elements given between the start and the end tags.
a. Attributes
b. Types
c. Parameters
d. Lists

Answers

Answered by s42shivraj8c
1

An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag. For example <p> is starting tag of a paragraph and </p> is closing tag of the same paragraph but <p>This is paragraph</p> is a paragraph element.

Answered by kingslint
1

Answer:

Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between.

Explanation:

Similar questions