Lists and Links

HTML List

HTML List The purposes of List are to group related contents together in a structured manner and make the content easy to read and understand. There are different types of list defined in HTML5 named as: Ordered List Unordered List Definition List Ordered List An Ordered list has each item numbered so it provides sequential instructions. Ordered list is …

HTML List Read More »

HTML Email

HTML EmailHTML Email Here you will learn how to create links to send email to predefined address using user’s email program. Mailto Link The anchor element <a> is be used to create email links or mailto links. Whenever the mailto link is clicked it opens users default email program or software. A new email page is …

HTML Email Read More »

HTML iFRAMES

HTML iFRAMES The use of <iframe> is to insert outside webpages within a frame in current webpage. The <iframe> element allows the user to open a window within a window, or a browser within a browser. The iframe Url address must be enclosed within the <iframe> element. Syntax of an iframe <iframe src =”Destination/iframe URL”> </iframe> iFrame Attribute There are two …

HTML iFRAMES Read More »

Scroll to Top