What is the purpose of blank lines between HTML elements?

(1 point)
Responses

to create blank lines on the web page

to create blank lines on the web page

to make the code easier for humans to read

to make the code easier for humans to read

to make the code easier for the compiler to read

to make the code easier for the compiler to read

to make the text load more quickly

1 answer

The purpose of blank lines between HTML elements is primarily to make the code easier for humans to read. Blank lines help improve the structure and organization of the code, making it more understandable when being edited or reviewed.