html

html
html

html-hyper text markup language
html is the basic outline to to your webpage. what maybe included is some lists, tables links, pictures, headings, paragraphs, ect. To begin an html statement you must start with the tag that states the begining of your html page. Then you want to start your head statement and your body statement. when you save your html page you want to save it as an html document.


html
css

css- cascading style sheets
css is a helpful document that makes your webpages look nice and/or proffessional. To make your css page work you first need to save your page to as a css document. Then you can link your css page to to your html page like so... < link href="csspagename.css" rel="stylesheet" type="text/css"> then once you have that linked you can edit colors of your webpage or edit where an image is located at.



html
css

javascript allows your webpage to react with your browser. javascript is used when you want to add bottons to your webpage such as my quiz on page two. for your javascript to work you must include start and end of your language type in the heading of your hmtl page. then in the body you must include your form and the type of function you are using.

<

next page quiz

last updated: (May 17, 2012)by(Joe)