Prof. Varsha Tank (IT/ICT Dept. - Ljiet) : Presented by
Prof. Varsha Tank (IT/ICT Dept. - Ljiet) : Presented by
-
Presented by :
LJIET)
UNIT – 2
HTML AND CSS – cont.
Topics to be covered
HTML Frames
HTML metatag
HTML - Frames
HTML frames are used to divide your browser window into multiple sections
where each section can load a separate HTML document. A collection of
frames in the browser window is known as a frameset.
The window is divided into frames in a similar way the tables are
organized: into rows and columns.
Creating Frames
Firefox
Opera
Safari
HTML - Meta Tags
The metadata means information about data.
This tag is an empty element because it only has an opening tag and no
closing tag but it carries information within its attributes.
content
Specifies the property's value.
http-equiv
Used for http response message headers. For example, http-equiv can
be used to refresh the page or to set a cookie. Values include content-
type, expires, refresh and set-cookie.
Charset
Specifies the character encoding for the HTML document
Meta Tag Attribute – cont.
Viewport
The viewport is the user's visible area of a web page.
Defining Viewport
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Examples – cont.