There are different types of codes ( you can choose the style on the welcome menu bar when you open up dreamweaver)
html - most standard / basic web language
Code fusion- just not used
PHP- used to communicate bewteen data base and websage. Eg. online shopping sites use them. Amazon > they don't have individual webpages for everything they sell as that would take ages for everything to load. Everything is stored as data on a spreadsheet and all that data gets pulled up when you click on the item
CSS- (cascading style sheets) when create webpage with basic features eg. black, helvetica, 12 pt, instead of having to put the code in on every webpage of your site, you just need one on CSS and link that to all the other html's
JAVA script- for really advanced coding eg. online games, really complicated websites
XML- similar to php
Creating a new HTML document:
CODE | SPLIT | DESIGN
in the panel menu, the files menu is the most important one
about the coding...........
isnt actually visible on your webpage, its just a code that is used so that your webpage shows up in search engines. key words are put into this code so when people type in the most commonly searched word, your website comes up
doesnt matter if you have nothing on your webpage, on the coding page, there will already be codes on it. eg. at the beginning means that from that point on word, this page will be talking in HTML ( need to let internet and dreamweaver know )
and means the end
every code when has a slash at the front means that its the end of thatn eg.
= anything in head tag isn't visible just useful. eg the meta code,
and then you have to end it
< body> = everything between that will be visible on the website
and means the end
every code when has a slash at the front means that its the end of thatn eg.
= anything in head tag isn't visible just useful. eg the meta code,
and then you have to end it
< body> = everything between that will be visible on the website
save your home page as index which is a standard name. this is so that your home page is the first thing that pops up when someone type in your web address
making the layout :
First bpx- 800 px x 600 px
(everything has to fit in the initial box)
Insert > Tablr
NOTE : if something is nothing , have to tell dream weaver that its nothing
First bpx- 800 px x 600 px
(everything has to fit in the initial box)
Insert > Tablr
NOTE : if something is nothing , have to tell dream weaver that its nothing
box created - not height yet in rhw code but
No comments:
Post a Comment