The very beginning of a code
What is <!DOCTYPE html>?
The closing tag
What is </>?
To change the color of your background
What is body { background: color;}?
The link for a CSS style sheet is
What is <link rel="stylesheet" href="stylesheet.css">?
CSS stands for
What is Cascading Style Sheet?
Headers from largest to smallest
What is <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>?
HTML stands for
What is Hypertext Markup Language?
CSS stands for
What is Cascading Style Sheet?
The link for an image is
What is <img src="image.jpg" alt="NAME">?
Bugs are
What is a mistake/ error in the code?
The break code
To change size of your image
What is height and width?
<ul></ul> stands for
What is bullet points?
To create a comment you use
What is <!-- -->?
To underline words/sentence
What is
The link to link another webpage
What is <a href="link.html">NAME</a>?
HREF stands for
<a></a> defines
What is a hyperlink?
Another link for an image
What is <a href="link.html"> <img class=" " src="image.jpg" alt="NAME"></a>?
REL is short for