Unit 1
Unit 1
● Empty elements do not have content and have only the start tag.
HTML code
This process is part of the HTTP communication between the client and
server, using the TCP/IP protocol.
Learn more: how the Internet works
Extra information:
Playlist How the Internet works?
● Inline elements are elements whose content is on the same line, so that
if we place two or more inline elements, they will be displayed one beside
the other in the same line. Some elements of this type are: <a> (to insert
links) , <img> (insert images), …
● Block elements are those that behave like blocks, each time a block
element is used, a line break is added by default. If we place several block
elements in a row, they will be displayed one below the other, regardless
of their width. Some elements of this type are: <p> , <h1>, …
Block and inline elements
Related links
● W3C Html Standard Documentation
● W3C Moocs
● HTML markup validator