<HTML> Tag: This tag is to create the web page . The <html> tag should always be in the first line and </html> in the last line of code in the [ … ]
Category: Html
HTML Tables
This tag is used to display the data in tabular format. A table is combination of rows. Each row is combination of cells (columns). Each row can contain different no [ … ]
Lists
Lists are used to display menu of items in a web page there are three types of list. They are ., Ordered List Unordered List Definition List Ordered List:This tag [ … ]
Anchor Tag -Linking
This tag is used to create link between web resources, the web resources can be a html document or any resource. Attributes of Anchor Tag: href (hyperlink reference): This attribute [ … ]
Image Tag
This tag is used to insert an image in the HTML of document. Attributes of IMAGE: Align: It sets the alignment of text, which follows the image reference relative to [ … ]
Marquee Tag
Marquee: This tag is used to scroll a text in a web page Attributes of Marquee: Align: This attribute specifies the speed of the scrolling text Behavior: This is to [ … ]