Created
May 28, 2019 18:49
-
-
Save foster55f/f6b686306b6b52efe4db00041884edab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On a website, what is the purpose of HTML code? | |
What is the difference between an element and a tag? | |
Why do we use attributes in HTML elements? | |
Describe the purpose of the head, title, and body HTML elements. | |
In your browser (Chrome), how do you view the source of a website? | |
List five different HTML elements and what they are used for. For example, <p></p> is a paragraph element, and it is used to represent a paragraph of text. | |
What are empty elements? | |
What is semantic markup? | |
What are three new semantic elements introduced in HTML 5? Use page 431 in the book to find more about these new elements. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment