Hyper Text Markup Language (2)
Hyper Text Markup Language (2)
Characteristics of Html
Easy to learn and understand
Flexibility
Linkable
Platform independent
Extensive features
Market language
Case insensitive
Language support
Href stands for hypertext reference and it is an attribute for anchor tag.
The address of the file or the website is typed in the href attribute.
LISTS
A list is a collection of items that are organised and presented in a
specific order or a sequence in Html list can be used to present
information in a structured and easy to read format.
There are three different types of lists: ordered lists(numbered),
unordered lists(bulleted), definition lists or description lists.
1. UNORDERED LIST:
An unordered list is used to list items that do not have a specific order.
2. ORDERED LIST:
An ordered list is used to list items in a specific order, typically numbered.
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="email">
<input type="image">
<input type="password">
<input type="radio">
<input type="reset">
<input type="submit">
<input type="text">
<input type="time">
FRAMES
The entire separation of HTML pages is possible using the concept of frames.
This concept of HTML providing multiple frames at one browser display is
called frameset, and all the frame tags are used within the container
tag <frameset>.
This tag defines a specific window or frame inside the <frameset> tag.
Every <frame> within the <frameset> tag may use attributes for different
purposes like border, resizing capability, include scrolling, etc. The <frame> tags
are inserted between the start and the end of <frameset> tags.
Attributes of <frameset> and <frame>
<frameset>
Cols
Rows
<frame>
Frameborder
Marginheight
Marginwidth
Name
Noresize
Scrolling
Src
Nested frameset
One frameset inside another frameset is called nested frameset.