201-Your reminder to trust the process!
Classes are created with names such as “aligh-left” or “align-right” to align the images to the left or right of the page.
Ex:
img.align-left{
float: left;
margin-left: 10px;}
### Centering Images
It is important to note that by default, images are inline elements. This means that they flow withing the surrounding text.
In order to center an image, it should be turned into a block-level element usin gthe display property with a value of block.
Ex:
img.align-center {
display:block;
margin: 0px auto;}
img.medium {
width:250px;
height: 250px;}
## Practical Information
### Search Enging Optimization
SEO is carefully choosing and deciding on where to place certain terms on your website that will attract more traffic.
In order to determind ho comes first in the search results, search engines do not only look at what appears on your site.
They also consider how many sites link to you.
<a>
tag and closing </a>
in the link.### Pro-Tips: Identifying Keywords and Phrases