LEARNINGS OF THE WEEK
BY: Sharra Mae S. Tagaro IV- Rizal
BY: Sharra Mae S. Tagaro IV- Rizal
This week, we were tasked to make a web page again. But this time with CSS or Cascading Style Sheet and Frames.
What are these anyway? Well..
CSS
There are two kinds of Style sheets the external and internal style sheet.
♣External Style Sheet
♣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› ‹link› tag.
Frames
In HTML, frames enable you present multiple HTML documents within the same window. For example, you can have a left frame for navigation and a right frame for the main content.
Frames are achieved by creating a frameset page, and defining each frame from within that page. This frameset page doesn't actually contain any content - just a reference to each frame. The HTML frame tag is used to specify each frame within the frameset. All frame tags are nested with a frameset tag.
That's All!☺
No comments:
Post a Comment