What does css stand for?
Cascading Style Sheet
What does html stand for?
Hypertext Markup Language
how do you make a special character in html?
use an amperstand (&) followed by the character's code, followed by a semicolon.
how do you make a link?
<a href="https://www.google.com/">text<a>
how do you make an image?
<img src="image.png">
How do you make text
<p>text<p>
how do you make something move with the page while it scrolls?
style="position:fixed"
how do you embed a video from youtube
click here to find out