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.

HYPERTEXT MARKUP LANGUAGE (Sison)

"""HTML is one of those interesting LeSSOn we ever had. It'S muCh pReferably than PROGRAMMING!! and QUITE EnjoyAbLe when u DO the TAsk!"""


THe Hard Part Of HTML is when u will/ u sHoULd memorize or have The Codes with its corresponding aBbreviated words!! Or else You cAnt unDersTand what u are really DOIN!!
HTML or Hyper Text Markup Language is a text file containing small markup tags .The markup tags tell the Web browser how to display the page. HTML file can be created using a simple text editor.


♣We can easily edit files using a WYSIWYG (what you see is what you get) editor like:
⌂Frontpage
⌂Claris Home Page
⌂Adobe PageMill
instead of writing your markup tags in a plain text file. But if we want to be skillful Web developer, we should use a plain text editor to learn your primer HTML.

HTML documents are text files made up of HTML elements and HTML elements are defined using HTML tags.

♣HTML tags are used to mark-up HTML elements and surrounded by the two characters <> called angle brackets . The text between the start and end tags is the element content.

The World Wide Web Consortium(W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.

♣Tag attributes can provide additional information about the HTML elements in your page.
nThis tag defines the body of your HTML page:.With an added bgcolor attribute, you can tell the browser that the background color of your page should be red.

Friday, February 20, 2009

external style sheet (CSS) -Joannacel Paraiso

STYLES
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. (Alternate: Advanced CSS Generator)
This means that it is easy to change font, bgcolor, background, etc on ALL pages - just by changing one external style sheet (CSS).
Types of external CSS
  • The three types of external style sheets (persistent, preferred, or alternate) are explained in Detail at The World Wide Web Consortium (W3C) (section 14.3). The most common external style sheet is the persistent link. The 'link' is always added to the Head Section .
Special Elements
  • 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.
Summary:
  • An external style sheet (CSS) is perfect - when the same style / format / look n feel is required on numerous pages. With an external style sheet, the webmaster can change the look of the entire site - by changing one file.

Thursday, February 19, 2009

HTML FRAMES - Joannacel Paraiso


HTML FRAMES
  • With Frames, you can display more than one Web page in the same browser window.

FRAMES
  • 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
    *It is difficult to print the entire page.

THE FRAMESET TAG
  • The "frameset" tag defines how to divide the window into frames
  • Each frameset defines a set of rows or columns
  • The values of the rows/columns indicate the amount of screen area each row/column will occupy
  • The "frame" tag defines what HTML document to put into each frame.
  • In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window.
  • The second column is set to 75% of the width of the browser window.
  • The HTML document document “frame_a.htm” is put into the first column, and the HTML document “frame_b.htm” is put into the second column.

BASIC NOTES-USEFUL TIPS
  • If a frame has visible borders, the user can resize it by dragging the border. To prevent a user from doing this, you can add noresize-“noresize” to the frame tag.
  • Add the "no frames" tag for browser that do not support frames.
  • You cannot use the "body""/body" tags together with the "frameset""/frameset" tags.
  • However, if you will add "noframes" tag for browser that do not support frames, you will enclose the text in body /body tags.

Frameset Attributes Explained
  • Cols-“150,150” – it tells the browser to create columns (vertical setup) of 2. The left column’s width is 150 pixels, while the other is 850 pixels.
  • Frameborder-No or Yes – defines whether to make the frameborder dividing the windows become visible or not.
  • 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.
  • Framespacing-“n” – defines the spacing between the 2 framesets in the window. The expected value here is a number.
  • Bordercolor-“rrggbb” – applies color to the border when it is turned on. Replace “rrggbb” with hexadecimal color value.
  • Name-“anyname” – assigns a name to the frame on the left (if vertical) or top frame (if horizontal) in the frameset definition.
  • Noresise – tells the browser to lock the border.
  • 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.
  • Scr-“file.html” – the document you’re calling to load in the window. SRC is short for source file.
















FrameSet (SISON)

HTML FRAMESET




FRAMES

*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
It is difficult to print the entire page.


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



The Frame Tags are:
The tag defines what HTML document to put into each frame.
In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window.
The second column is set to 75% of the width of the browser window.
The HTML document document “frame_a.htm” is put into the first column, and the HTML document “frame_b.htm” is put into the second column.
Example is:




Wednesday, February 18, 2009

HTML Frameset- NAVARRA

We discuss about the HTML frame....


FRAMES
  • 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
    It is difficult to print the entire page.

The Frameset Tags are:

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

Example is:




The Frame Tags are:

  • The tag defines what HTML document to put into each frame.
  • In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window.
  • The second column is set to 75% of the width of the browser window.
  • The HTML document document “frame_a.htm” is put into the first column, and the HTML document “frame_b.htm” is put into the second column.

Example is:




Basic Notes - Useful Tips

  • If a frame has visible borders, the user can resize it by dragging the border. To prevent a user from doing this, you can add noresize=“noresize” to the tag.
  • Add the tag for browser that do not support frames.
  • You cannot use the tags together with the tags.
  • However, if you will add tag for browser that do not support frames, you will enclose the text in <body></body> tags. </span></span></li></ul><span style="font-size:85%;color:#ff0000;"><span style="color:#000000;"><p><span style="font-size:130%;color:#cc33cc;">FRAME TAGS</span></p><span style="font-size:130%;color:#cc33cc;"></span><p> <br /><frameset> ------ Defines a set of frames <br /> <br /><frame> ------ Defines a sub window (a frame) <br /> <br /><noframes> ----- Defines a noframe section for browsers that do not handle frames. <br /> <br /><iframe> ----- Defines an inline sub window (frame) </p><p> </p><p><strong><span style="font-size:130%;color:#cc33cc;">Frame and Tags Attributes</span></strong></p><p><span style="font-size:100%;color:#ff0000;"><em>Sample:</em></span></p><em><span style="font-size:100%;color:#ff0000;"></span></em><p> <br /> <span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;"> </span><strong><span style="color:#ff0000;"><span style="font-size:85%;"><html> <br /> <head> <title> Hello, World! </title> <br /> </head> <br /> <frameset cols=&#8220;150,150&#8221; frameborder=&#8220;YES&#8221; <br /> frame spacing=&#8220;5&#8221; bordercolor=&#8220;0099ff&#8221;> <br /> <frame name=&#8220;leftframe&#8221; scrolling=&#8220;NO&#8221; <br /> noresize src=&#8220;menu.html&#8221;> <br /> <frame name="&#8220;right" scr="&#8220;mainpage.html&#8221;"> <br /> </frameset> <br /> </html></span> <br /></span> <br /><span style="font-size:130%;color:#cc33cc;">Frameset Attribute Explained:</span></strong></span></p><ul><li><span style="font-size:100%;color:#33ccff;"><strong> </strong><span style="font-size:85%;color:#000000;">Cols=&#8220;150,150&#8221; &#8211; it tells the browser to create columns <vertical></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Frameborder=No or Yes &#8211; defines whether to make the frameborder dividing the windows become visible or not. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">border-=&#8220;n&#8221; &#8211; when the value for frameborder is YES, you can set the thickness of the border in pixels by entering a number to the value. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Framespacing=&#8220;n&#8221; &#8211; defines the spacing between the 2 framesets in the window. The expected value here is a number. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Bordercolor=&#8220;rrggbb&#8221; &#8211; applies color to the border when it is turned on. Replace &#8220;rrggbb&#8221; with hexadecimal color value. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Name=&#8220;anyname&#8221; &#8211; assigns a name to the frame on the left (if vertical) or top frame (if horizontal) in the frameset definition. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;"> Noresise &#8211; tells the browser to lock the border. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Scrolling=&#8220;YES or NO&#8221; &#8211; 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. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Scr=&#8220;file.html&#8221; &#8211; the document you&#8217;re calling to load in the window. SRC is short for source file. </span></span></li></ul><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;"><p> </p><p><em><span style="color:#ff0000;">Another Example:</span></em></p><p> <frameset rows="12%,*,4%" border="0" bgcolor="#EEEEEE"> <br /><frame name="maskhead1" scrolling="no" src="header.htm" border="1" bgcolor="#EEEEEE"> <br /> <frameset cols="140,85%" bgcolor="#EEEEEE"> <br /> <frame name="contents" src="menu.html" scrolling="no" border="1" bgcolor="#EEEEEE"> <br /> <frame name="body" src="search3.html" id="main" scrolling="auto" bgcolor="#EEEEEE"> <br /> </frameset> <br /><frame name="below" scrolling="no" src="footer.html" bgcolor="#EEEEEE"> <br /></frameset> <br /> <br /></span>We also have an activity about this lesson...... it is so hard but fun..... We are spending almost 5 hours a day in the internet cafe just to finish the activity.... isn`t in fun???????? <br /> <br /></p></span><p> <br /> <br /></span></span> <br /></span> <br /></span> <br /> <br /></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/10094272507180424860' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/10094272507180424860' rel='author' title='author profile'> <span itemprop='name'>jjajjajjazz</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html' itemprop='url'/> <a class='timestamp-link' href='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-02-18T23:31:00-08:00'>11:31&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=4264704831170127726&postID=8084561201214569900' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-375560760'> <a href='https://www.blogger.com/post-edit.g?blogID=4264704831170127726&postID=8084561201214569900&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, February 11, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='4264704831170127726' itemprop='blogId'/> <meta content='8760066054172042275' itemprop='postId'/> <a name='8760066054172042275'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html'>What is an HTML File? - Joannacel A. Paraiso</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-8760066054172042275' itemprop='description articleBody'> <div align="center"> <span style="color: #6600cc; font-size: 180%;"><strong>HTML</strong></span></div> <div align="left"> </div> <div align="left"> <span style="font-size: 130%;"><br /><span style="color: #ff99ff;">What is an HTML File?</span></span></div> <ul> <li><div align="left"> <span style="color: #ccccff;">HTML stands for Hyper Text Markup Language </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">An HTML file is a text file containing small markup tags </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">The markup tags tell the Web browser how to display the page. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">An HTML file must have an htm or html file extension </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">An HTML file can be created using a simple text editor. </span></div> </li> </ul> <div align="left"> <br /><span style="color: #ff99ff;">HTM or HTML Extension?</span></div> <ul> <li><div align="left"> <span style="color: #ffccff;"><span style="color: #ccccff;">When you save an HTML file, you can use either the .htm or the .html extension. We have used .htm in our examples. It might be a bad habit inherited from the past when some of the commonly used software only allowed three letters extensions.</span> </span></div> </li> </ul> <div align="left"> <br /><span style="color: #ff99ff;">HTML Elements:</span></div> <ul> <li><div align="left"> <span style="color: #ccccff;">HTML documents are text files made up of HTML elements. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">HTML elements are defined using HTML tags. </span></div> </li> </ul> <div align="left"> <br /><span style="color: #ff99ff;">HTML Tags</span></div> <ul> <li><div align="left"> <span style="color: #ccccff;">HTML tags are used to mark-up HTML elements </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">HTML tags are surrounded by the two characters and </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">The surroundings characters are called angle brackets </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">HTML tags normally come in pairs like b and b </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">The first tag in a pair is the start tag, the second tag is the end tag </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">The text between the start and end tags is the element content. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">HTML tags are not case sensitive, b means the same as B</span> </div> </li> </ul> <div align="left"> <br /><span style="color: #ff99ff;">Why do we Use Lowercase Tags ?</span></div> <ul> <li><div align="left"> <span style="color: #ccccff;">HTML tags are not case sensitive:B means the same as b. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">When you surf the Web, you will notice that most tutorials use uppercase HTML tags in their examples. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">Why we always use lowercase tags? </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">If you want to prepare yourself for the next generations of HTML, you should start using lowercase tags. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">The World Wide Web Consortium(W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags. </span></div> </li> </ul> <div align="left"> <span style="color: #ccccff;"><br /></span><span style="color: #ff99ff;">Tag Attributes</span> </div> <ul> <li><div align="left"> <span style="color: #ccccff;">Tag attributes can provide additional information about the HTML elements in your page. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">This tag defines the body of your HTML page:body.With an added bgcolor attribute, you can tell the browser that the background color of your page should be red, like this: body bgcolor &#8220;red&#8221;. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">This tag defines an HTML table:table. With an added border attribute, you can tell the browser that the table should have no borders: <br /><table border="&#8220;0&#8221;"></table> </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">Attributes always come in name/value pairs like this: name &#8220;value&#8221;. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">Attributes are always added to the start tag of an HTML element. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">Attributes values should always be enclosed in quotes. </span></div> </li> <ul></ul> <div align="left"> <br /><span style="color: #ff99ff;">Basic HTML Tags</span></div> <blockquote> </blockquote> <ul> <li><div align="left"> <span style="color: #ccccff;">The most important tags in HTML are tags that define headings, paragraphs and line breaks.</span> </div> </li> </ul> <div align="left"> <br /><span style="color: #ff99ff;">Comments in HTML</span></div> <ul> <li><div align="left"> <span style="color: #ccccff;">The comment tag is used to insert a comment in the HTML source code. A comment will be ignored by the browser. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">You can use comments to explain your code, which can help you when you edit the source code at a later date. </span></div> </li> <li><div align="left"> <span style="color: #ccccff;">Note that you need an exclamation point after the opening bracket, but not before the closing bracket.</span></div> </li> </ul> <div align="left"> <br /><br /></div> </ul> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/10094272507180424860' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/10094272507180424860' rel='author' title='author profile'> <span itemprop='name'>jjajjajjazz</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html' itemprop='url'/> <a class='timestamp-link' href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-02-11T23:32:00-08:00'>11:32&#8239;PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=4264704831170127726&postID=8760066054172042275' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-375560760'> <a href='https://www.blogger.com/post-edit.g?blogID=4264704831170127726&postID=8760066054172042275&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='http://romznonzjaz.blogspot.com/search/label/HTML' rel='tag'>HTML</a>, <a href='http://romznonzjaz.blogspot.com/search/label/HTML%20Extension' rel='tag'>HTML Extension</a>, <a href='http://romznonzjaz.blogspot.com/search/label/What%20is%20an%20HTML%20File' rel='tag'>What is an HTML File</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://romznonzjaz.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://romznonzjaz.blogspot.com/search?updated-max=2009-02-11T23:32:00-08:00&amp;max-results=7' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a> </span> <a class='home-link' href='http://romznonzjaz.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://romznonzjaz.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Learners:</h2> <div class='widget-content'> <!-- begin hit counter code --><a href="http://hit-counter.org"><img style="border: 0px solid ; display: inline;" alt="tumblr hit counter" src="http://hit-counter.org/hit.php?id=786052&amp;counter=7" /></a><br /><a href="http://hit-counter.org">hit counter</a><!-- end hit counter code --> </div> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "ca-pub-8727521920163082"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0001"; /* romznonzjaz_sidebar-right-1_AdSense1_250x250_as */ google_ad_slot = "6802412852"; google_ad_width = 250; google_ad_height = 250; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2014/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2013/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(16)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(10)</span> <ul class='posts'> <li><a href='http://romznonzjaz.blogspot.com/2009/02/html-navarra.html'>HTML-Navarra</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/project-is-blast-sison.html'>PROJECT is a BLAST!! (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/css-sison.html'>CSS (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/htmlframeset-sison.html'>HTML(FRAMESET) **SISON**</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/hypertext-markup-language-sison.html'>HYPERTEXT MARKUP LANGUAGE (Sison)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/css-paraiso.html'>external style sheet (CSS) -Joannacel Paraiso</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_19.html'>HTML FRAMES - Joannacel Paraiso</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/frameset-sison.html'>FrameSet (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html'>HTML Frameset- NAVARRA</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html'>What is an HTML File? - Joannacel A. Paraiso</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(25)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='sidebar section' id='sidebar-right-2-1'><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/10094272507180424860'><img alt='My photo' class='profile-img' height='75' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpYMzMIq74NelnmEOUPeYzGI5cO1HmKUmcM7kt0ic1rs16xoMCrSAFxIG-Zri-das_rx5pUvvBBWLlDExQVmpz4e10WNDgsK5waAPd6GIWYYsp6s46blnAcMmqmSjYZg/s113/1000980_10200275864164621_106394182_n.jpg' width='75'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/10094272507180424860' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> jjajjajjazz </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/10094272507180424860' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div></div> </td> <td class='columns-cell'> <div class='sidebar no-items section' id='sidebar-right-2-2'></div> </td> </tr> </tbody> </table> <div class='sidebar no-items section' id='sidebar-right-3'></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Simple theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1807328581-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5wPU1PSiU-zdrqeE1Imb0Pzr7VJQ:1714032163222';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d4264704831170127726','//romznonzjaz.blogspot.com/2009/02/','4264704831170127726'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '4264704831170127726', 'title': 'Learnings of the Week', 'url': 'http://romznonzjaz.blogspot.com/2009/02/', 'canonicalUrl': 'http://romznonzjaz.blogspot.com/2009/02/', 'homepageUrl': 'http://romznonzjaz.blogspot.com/', 'searchUrl': 'http://romznonzjaz.blogspot.com/search', 'canonicalHomepageUrl': 'http://romznonzjaz.blogspot.com/', 'blogspotFaviconUrl': 'http://romznonzjaz.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Learnings of the Week - Atom\x22 href\x3d\x22http://romznonzjaz.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Learnings of the Week - RSS\x22 href\x3d\x22http://romznonzjaz.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Learnings of the Week - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/4264704831170127726/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-8727521920163082', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/111cb1309c0430aa', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': 'February 2009', 'pageTitle': 'Learnings of the Week: February 2009'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'Simple', 'localizedName': 'Simple', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'deep', 'variantId': 'deep'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Learnings of the Week', 'description': 'DEL PILARIANS - \n\nJoannacel Paraiso, Maria Nona Sison and Romelie Navarra', 'url': 'http://romznonzjaz.blogspot.com/2009/02/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'month': 2, 'rangeMessage': 'Showing posts from February, 2009'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar-right-1', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-2-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>