Mary Shuboy

Topic 1- URLs are use to link pages with your website.

Domain names do not need to be specific when linking pages to a website as long as you us URLs to tell the browser where pages are. When all files are in the same folder then use that file name. If the same page is linked from two different pages you will need two different URLs.

Topic 2- The width of a page can be limited so it can expand and shrink to fit a page.

The min – width property is used to set how small a certain box can get when a screen is shrunk down from something like a computer to an iphone. The max- width property is used to allow a box to be at its maximum size when the screen is stretched larger. Max-width can also be used to make sure text does not appear too wide in a big browser.

Topic 3- Border colors and style can also be specified.

The tag border-style is used to change the style of a boarder to make it have a solid line, dotted line, dashed line, and so on. Boarder color can be chosen using hex codes, the RGB values, or CSS color names in the CSS code. Each side of a boarders can have is color changed by using boarder-top-color, boarder-right-color, boarder-bottom-color, or border-left-color.

Mary Shuboy - Summary 5