Leveraging Web Data Class 5 Lab
Web Development Resources
Change the text of the title tag in the head section to your name.
Describe the three components of the HTML document (HTML, CSS, JavaScript).
Name and describe four distinct HTML tags.
Identify an HTML tag that does not require an end tag.
Read this page on CSS Syntax then name and describe element selectors, id selectors, and class selectors.
Change the color of the text in all '<p>' tags. Describe how you did it. Color must be clear and discernable from the white background.
Create an HTML button between this tag and the '<br>' tag below. Add custom text to the button and style the button.