What are attributes?
Extra information about the element
What string of characters is needed for a webpage to run correctly?
<!DOCTYPE html>
What is an element?
the opening tag, content, and its closing tag
What is a nested element?
an element inside another element - ie <strong></strong>
What are void elements
elements that consist of a single tag, often used to insert/imbed something
What does an anchor tag do?
enclose text and turns them into links