Align text


In index.html, add the attribute align="right" within the

tag:






Dogs Home Page

align="right">These are my favorite breeds_of dog:


Save index.html, then reload it in the browser.

The paragraph should be aligned to the right edge of the page:

Using Notepad, replace the attribute align="right" with align="center":

align="center">

Save index.html, then reload it in the browser.

It should look like this:

Remove the align="center" attribute from the

tag:

These are my favorite breeds of dog:


Save index.html, then reload it in the browser.

It should look like this:


Web Layout HTML & CSS