.

HTML Elements Assignment Help

HTML element has starting tag content and ending tag

e.g

< p> ... < /p> < h1> ... < /h1> are html elements

< img .../>, < hr /> and < br /> are void elements

The html document has collection of these elements in tree structure

Nested HTML Elements

It is possible to nest one html element inside another

Example

html elements img1

Output

html elements img2
.