Just Think Bethany.com

justthinkbethany.com

HTML

HTML stands for Hyper Text Mark-up Language. The thing to keep in mind from the beginning is that HTML and CSS are all about separating the content (HTML) and the presentation (CSS). HTML is nothing more than structured content written in code. The visual part of writing a webpage is CSS's job. more

PHP

PHP stands for Hypertext Preprocessor and is a widely used, general-purpose scripting language that is used in web development to produce dynamic web pages.

CSS

CSS, which stands for Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document. Styles are nothing like HTML, they have a format of 'property: value' and most properties can be applied to most HTML tags. more