• Usually tags are made up of two elements: a "start tag"
and an "end tag"
• The start tag may include attributes within the tag testo void elements ( https://bit.ly/void-elements )paragraph
this is a paragraph
this is a paragraph
this is a paragraph this is a paragraph link link to google link to google
- name and value are submitted with the form data
- type specifies the type element to display
all tags can have an id and a class
are block elements. A block-level element always starts on a new line and takes up the full width available.
This is a paragraph
This is another paragraph
display: inline; does not start on a new line and only takes up as much width as necessary This link does not start on a new line and only takes up as much width as necessary.