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 [ … ]
Comments Tag
HTML comments are used to provide information or to explain the code.The content which is not executable and ignored by the browser are comments.“<! —” is the starting comment“–>” is [ … ]
By using this function we can send mail from client to destination mail id, it contains four arguments To address, Subject, body and collection of headers. Number of mail related [ … ]
Text Font Tags
Text Font Tag: This tag is used to change the text size, color, and face of the text. Font Tag Attributes: a) Color: It specify the color of the text [ … ]
Formatting Tags
Bold Tag: This tag is used to display the text in bold.Syntax: <b> Bold </b> Italic Tag: This tag is to display the text in italic form.Syntax: <i> Italic </i> [ … ]
HTML Syntax & Sample Program
HTML Document Structure/ Syntax: <html> <head> </head> <body </body</html> Procedure to write and execute html document: Open any editor and type the html document.<html> <head> <title> Webnoid Schools </title> </head> [ … ]