Code - Cheat Sheet

Showing posts with label webpages. Show all posts
Showing posts with label webpages. Show all posts

Wednesday, January 1, 2020

Website Layout

<!doctype html>

<html>

<head>

</head>

<body>

</body>

</html>

CSS - Terms

https://www.cram.com/flashcards/coding-sites-11154992


#header {}
body in header

ex: background-blue: #EEEE

#container { }

background - color

text-align: center

color: white

center
margin-left: auto
margin-right: auto


#content - content header

#nav div - divs always appear on a new line

Web Page - Building (analogy0



4 Different aspects to each web page

-Structure - HTML
-Presentation - CSS
-Content - Text/Images
-Action - Javascript/PHP

Panels

Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...