A photograph, graphic, an emoji
What is an img/ image?
an ordered list
What is an HTML List?
it opens every paragraph
What is <p>?
A website will display even if the language has not been announced.
What is false.
This includes a property and value of a selector within { }.
What is a declaration.
An inline HTML declaration to make the font sit to the right of the page.
What is “text-align:right;" ?
Where an external CSS document is linked.
What is the head.
a computer language
What is HTML?
The smallest type of text that sits above a paragraph
What is a h6?
An element (or anchor element), with an attribute, creates a link to web pages, files, email addresses, locations in the same page, or anything else a URL can address.
What is a href?
<img src =
What is the tag that links an image to the source file/ source path?
<h2>Dogs</h2>
<p>Dogs are the most work, but they are also the most fun. You have to walk them every day, but they love you and will always play with you.</p>
What is a HTML header and paragraph?
Buttons to other pages
What is a link?
When an image cannot be displayed I replace it with text that describes the image
What is <alt> text?
It closes the largest heading.
What is </h1>?
view the sentences, headers, images etc. on a webpage
What is Website Content?
I am the match of a HTML element and the css declaration statement
What is a selector?
a list item
What is a HTML List, list item?
<h6> </h6>
What is the start tag and end tag for the smallest header?
How the web page is organized
What is Website Structure?