Want to search the web?
Try Google!
The tags in the snippet:
- id="the-best-link"
- class="banana"
- target="_blank">Google
Name the tags in the snippet.
- HTML - defines the language of the file
- STYLE - wehre CSS elements can alter the HTML language within one document
- BODY - this tag will contain every visible element on the page
- P - tag that defines a paragrpah
- UL - an unordered list tag
- LI - individual elements in the unordered list
- H2 - a second tear heading
Links describing HTML tags
- https://www.javatpoint.com/html-tags
- https://www.w3schools.com/html/default.asp
Describe the relationship between the tags
Explain the relationship between `p and `/p`
- The opening p tag begins the section while the closing /p tag finishes the section.
List some of the attribute names on the `a` tag
- href - the value: "https://google.com"
- this value connects the link that will be tied to the text
- id - the value: "the-best-link"
- this tag would override all other classes or tags if it had a CSS value linked to it
- class - the value: "banana"
- this tag would link to the sytle tag or CSS page, allowing the HTML elements to be altered
- target - the value: "_blank"
- this attribute tells the code where to show the response submitted via a form