Break code
What is<br>?
Image tag
What is <img>?
Links can be linked through the CSS page
What is no?
Hyper Text Markup Language
What does HTML stand for?
What is <h1><h2><h3><h4><h5><h6>?
Image link to page
<a href="">""</a>
Sets the kind of text decoration to use such as, underline, overline, line-through.
What is text-decoration-line?
CSS link
What is <link rel="stylesheet" href="style.css">?
Cascading Style Sheets
What does CSS stand for?
What is <p>?
Code to link CSS to HTML
What is <link rel="" href="CSS">?
This property specifies the line style for all four sides of an element's border.
What is Border Style?
This link is used to link an image to a web page
The spacing between the content and the border
What is Padding?
Number code
What is <ol>?
The space you work in
What is the workspace?
This property specifies the width of the content area of an element.
What is width?
This code defines the link address
What is href?
The space around the element
Bullet points
What is <li>?
Where your code shows up
Where is preview?
This property specifies the height of the content area an element.
What is height?
This code defines a link
What is <a></a>?
To find the exact point where you made a programming mistake and fix it
What is debugging?