You are on page 1of 5

COMPUTER REVIEWER

I. IDENTIFICATION (15 items)

<frame> - a tag that defines a frame within a frameset.

src - an attribute that specifies the location of the html document that you want to
load within defined frame.

bordercolor - an attribute that specifies the color of the border around the frame.

scrolling - sets the scrolling function to be used.

<frameset> - a tag that contains the frame definitions and specifies frame spacing,
dimensions, an attributes.

marginheight - an attribute that specifies the spaces between the content of the top and bottom
of the frame, in pixels.

margin width - an attribute that specifies the spaces between the content of the left and right of
the frame, in pixels.

cols - specifies the number and dimensions of the vertical frames within the current
frameset.

<marquee> - a tag that displays a scrolling text message within a document.

<select> - pop-up menu of choices

border- specifies the thickness of borders of the frame.

asterisks - symbol that is used to identify the remaining space.

<frame border> - specifies the thickness of the border around a frame.

noresize - allows the dimensions of the frame to be unchangeable.

rows - specifies the number an dimensions of the horizontal frames within the current
frameset.
II. ENUMERATION (15 items)
A. <MARQUEE> ATTRIBUTES (5)

o align o height o scrolldelay


o behavior o hspace o title
o bgcolor o loop o vspace
o direction o scrollamount o width

B. <FRAME> ATTRIBUTES (5)

o border o name o scrolling


o bordercolor o noresize o src

C. <FRAMESET> ATTRIBUTES (5)

o border o cols o framespacing


o bordercolor o rows

III. PROGRAM ANALYSIS (20 items)

REMEMBER:

In <marquee>: <marquee align= “left”> (left, center, right, top or button)

<marquee behavior= “slide”> (slide, scroll, alternate)

In form: <input type=”radio” name=”-“ value=”-“> (radio, checkbox, text)

SYNTAX: OUTPUT:

<html>
<frameset cols = “50%, *”>
<frame src =””left.html”>
LEFT RIGHT
<frame src =””right.html”>
</frameset>
</html>
______________________________________________________________________________

<html>
<frameset rows = “25%, *”> TOP
<frame src =””top.html”>
<frame src =””button.html”>
BOTTOM
</frameset>
</html>
______________________________________________________________________________

<html>
<frameset cols = “80%, *”>
<frameset rows = “50%, *”>
<frame src =””A.html”>
A C
<frame src =””B.html”>
</frame>
</frameset> D
<frameset rows = “33%, 33%, *”>
<frame src =””C.html”>
B E
<frame src =””D.html”>
<frame src =””E.html”>
</frame>
</frameset>
</html>
______________________________________________________________________________

<html>
TOP
<frameset rows = “25%, *”>
<frame src =””top.html”>
BOTTOM BOTTOM
BOTTOM

1 2 3
</frame>
<frameset cols = “33%, 33%, *”>
<frame src =””bottom 1.html”>
<frame src =””bottom 2.html”>
<frame src =””bottom 3.html”>
</frameset>
</html>

<html>
<body> What color do you prefer?
<h1> What color do you prefer?</h1> o Red
<input type=“radio” name=”color” value=”red”>Red  Blue
o Green
<input type=“radio” name=”color” value=”blue”>Blue
<input type=“radio” name=”color” value=”green”>Green
</body>
</html>
______________________________________________________________________________
______

<html>
<body> Where did you get this information?
<h1>Where did you get this information?</h1> Choose one
Internet
<select name=information>
News
<option select> Choose one Newspaper
Friends
<option>Internet Others

<option>News
<option>Newspaper
<option>Friends
<option>Others
</select>
</body>
</html>

<html>
<body> Name:
<pre>
Age:
<h1>Name: <input type=”text” name=”name”>
School:
Age: <input type=”text” name=”age”>
School: <input type=”text” name=”school”>
</h1>
</body>
</html>
______________________________________________________________________________
______
BREAK A LEG GUYS!!! LAST QUARTER NA TO’, WE CAN DO THIS!

FOR ANY QUESTIONS, JUST APPROACH ME!

- ANGELICA NYLES TAN

You might also like