What is the code for paragraphs?
<p>, </p>
How do you make a bulleted list?
<ul> </ul> and <li>, </li>
How do you change the font?
font-family
Main code for linking?
<a>, </a>
Heading?
A title or summary for a document or section of a document.
What is the code for the main header of your web page?
<h1>, </h1>
What are the 3 parts of the HTML working space?
Files, Workspace, Preview
How do I align the text?
text-align
What are Hyperlinks?
They can connect to local web pages or external web pages.
CSS?
Cascading style sheet
What is the full code for an image?
<img src="" alt="">
How do you add a numbered list?
<ol> </ol> and <li>, </li>
How do I underline?
text-decoration
What is the attribute used for linking?
href
HTML?
Hypertext Markup Language
What is the code to add comments?
<!--comment-->
What tag should you use to break away certain paragraphs?
<br>
How do I make my image to to the right side of my web page?
float: right;
What is a good rule for linking names?
Give the link a good description that makes sense even without reading all the text around it.
CSS Class?
An identifier that allows multiple elements in an HTML document to be styled in the same way.
What is the code to link webpages?
<a href=""> </a>
What should you do to your paragraph if you want it to be different from your other paragraphs?
Add a class (<p class="">)
How do I add a border to my image?
border-color,
border-width,
border-style,
border-radius
How do you link an image to a webpage?
<a href=""> <img src="" alt=""> </a>
Digital Footprint?
The collected information about an individual across multiple websites on the Internet.