paragraph code
<p> </p>
HTML stands for...
Hypertext Markup Language
What is the full name for CSS?
Cascading Style Sheet
Text hyperlink
Word or phrase that takes you to another document
Any type of device that can send out and receive information. Computer
Computer
Code for headers
<h1> </h1>
Comment tag
<!--Comment-->
What does a CSS do to a webpage?
Designs it to looks the way you want it to.
The link that connects the stylesheet to the webpage
The link that connects the stylesheet to the webpage<link rel="stylesheet" href="style.css">
Something you can click on to take you another document within the same document.
Hyperlink
Code for lists
<li> </li>
Tag to separate paragraph designs from each other
<p class="paragraph">*write your sentence*</p>
What starts and closes the CSS tag?
Curly bracket ({,})
Image hyperlink
Link from an image that takes you somewhere else
Any person who works with devices away from a main office, school, or home.
Mobile user
Code for bullets
<ul> </ul>
Link websites to images
<a href="website.org,.com.net"> <img src="image link" alt="description"></a>
What can you do in your CSS?
You are able to do anything you want.
Image link
<img src=".jpg,.jpeg,.png" alt="Description">
A system of commands that put together information that is then displayed on a webpage.
What is code?
Code for numbers
<ol> </ol>
When do you put semicolons?
After you write what you want and how you want it. (;)
The link that creates the instruction to go somewhere else
<a href.........</a>
ApplicationsPrograms designed to make users more productive and assist people with personal tasks.
Applications