Turns fonts different colors and sizes as well as making images smaller or bigger. Can also add border styles and font shadowing.
What is a CSS page?
Hypertext Markup Language
What does HTML stand for?
linking a word or image to an outside source
what is external linking?
What are images?
mistakes in code which causes it not to work as planned.
What is a bug?
Cascading Style sheet
What does CSS stand for?
<html> </html>
what is the HTML tags?
when you link something within the webpage.
what is internal linking?
Adds color around your images, dashed, dotted etc.
What is a border style?
the process of finding and fixing bugs.
what is debugging?
makes images or text go left or right.
what is the float code?
A code that can make text, images and links appear to make a webpage.
What is an HTML page?
<a href="ADVERTISMENT.html">ADVERTISMENT</a>
<a href="index.html">HOME</a>
what is the link for linking internally?
Makes images smaller
what is the width code?
what are tags to make text bigger or smaller?
Makes fonts bolded
What is the font weight code?
a piece of a website that is marked by a start tag and sometimes closed with an end tag.
what is an HTML element?
<a href="https://en.wikipedia.org/wiki/List_of_hobbies"><img src="hobbies.jpg" alt="Image description" width="200" height="300
"/></a>
What is the link for external linking?
what is the border weight code?
Sprite animations
what makes sprites appear?
changes the color of your webpage
what is the background color code?
tag is the special set of characters that tells the machine where the start or end of an HTML element is and what type it is.
what is an HTML tag?
<a href="https:...."><img src="p.png" alt="Image description" width="300" height="100 "/></a>
What is the code for linking images?
border-color:
what is the code that changes the color of the borders?
style sheets are separate files that are linked to the HTML page.
what are external style sheets?