Wednesday, November 20, 2013

Giveaway 2 KPOP Bracelets 2NE1 + JYJ!

I just joined a giveaway. A 2NE1 and JYJ Bracelet as a price. woot! woot!
Here's the link: http://www.sakuranko.com/2013/11/giveaway-2-kpop-bracelets-2ne1-jyj.html





Thursday, June 25, 2009

romelie japon

hi guys...
iview pud atong blog oie...
jazzel.,yaw ichange ang password ha...
programming na gud ko nalagpot..
share mu ug information through here..
tnx au..
cge,,bye2

Saturday, February 28, 2009

HTML-Navarra

we don`t have a new topic....,

it is still the Html...,


we have our group project...,


we need to make a website for our school using html or css....

the deadline of this project is before or on the finals...

good luck to all of us....

Sunday, February 22, 2009

PROJECT is a BLAST!! (SISON)

OUR next TASK:

GROUP 1-5 was assigned to have PC PArallel Port or making a program in using different device such as BUZZER, LED (LigHt EmmiTing DioDes), Push ButtoNS and Etc... WATever..

Their task is difficult as well as GROUPs 6-10:

THey were assigned to have HTML's or making WEBPAGES that Contains inFormations about OUR SCHOOL!! :))

yeS, it is faRther quite Simple oF what the other group's TASK! but it is reALLY, VERRryy LENGthY... when encODIng DATA and inFo's About OUr SchOOl!!

we can do it GUYZ!!

GOODLUCK to DELPi! BReaK a LEG!!

CSS (SISON)


CSS! (CASCADING sTYlE sHEEt!) tHis contains all the format for your HTML.

External Style Sheet

An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the link tag. The link goes inside the head section.

☼Internal Style Sheet☼
An internal style sheet should be used when a single document has a unique style. You define internal styles in the head section with the style tag.

☼Features of External Style Sheet☼

By using the Link Tag to load a basic external style sheet (CSS), it's possible to control the look n feel of multiply WebPages by making changes to one style sheet.
This means that it is easy to change font, bgcolor, background.

⌂Types of external CSS☼
There are three types of external style sheets
♥Persistent
♥Preferred
♥Alternate
The most common external style sheet is the persistent link.
To use special definitions, such as the .note shown at the end of the example, just use the Span tag to set the format around a section. For example, the .note defined in the example can be used for all footnotes on ALL pages by using this code.

HTML(FRAMESET) **SISON**


We learn that with Frames, we can display more than one Web page in the same browser window.


Each HTML document is called a frame, and each frame is independent of the others.
The disadvantages of using frames are the Web developer must keep track HTML documents and it is difficult to print the entire page.

p The frameset tag defines how to divide the window into frames
p Each frameset defines a set of rows or columns
p The values of the rows/columns indicate the amount of screen area each row/column will occupy



TAG
DESCRIPTION
(frameset)_Defines a set of frames
(frame)_Defines a sub window (a frame)
(noframes)_Defines a noframe section for browsers that do not handle frames.
(iframe)_Defines an inline sub window (frame)

v Frameborder=No or Yes defines whether to make the frameborder dividing the windows become visible or not.

v border-=“n” – when the value for frameborder is YES, you can set the thickness of the border in pixels by entering a number to the value.

v Framespacing=“n” defines the spacing between the 2 framesets in the window. The expected value here is a number.

v Bordercolor=“rrggbb” applies color to the border when it is turned on. Replace “rrggbb” with hexadecimal color value.

v Name=“anyname” assigns a name to the frame on the left (if vertical) or top frame (if horizontal) in the frameset definition.

v Noresise tells the browser to lock the border.

v Scrolling=“YES or NO” controls whether the scrollbar is turned on or not. The default is NO. When turned on, and if the page of the document is long, the scrollbar will become visible.

v Scr=“file.html” – the document you’re calling to load in the window. SRC is short for source file.