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