HTML Archive

HTML Heading Tags

HTML Heading Tags: Headings can be displayed on web page using pre-defined heading elements like h1,h2….h6. These are non empty elements. <h1> –> most important heading. <h6> –> least important heading. The purpose to heading …

HTML img tag

HTML Images <img> tag is used to display images on the web page . It is an Empty element. <img> tag having an attribute “src” that represents a specific resource address. alternative text about image …

HTML marquee tag

marquee : By using this tag, we can display the scrolling content on the web page. It is providing number of attributes. Direction: By using this attribute, we can change the direction of marquee, the …

HTML meta

Meta tag: It is used to provide information to search engine about web page or website. The meta keywords provided to search engine by which it will identify the website which is on the server. …

HTML embed

embed tag:    By using this tag we can embed the external “plug ins” like media player control, flash player control etc., on the web page. Based on the source file, this element embeds that relevant …

HTML – link colors

Applying color to the hyperlinks: The default hyperlink color is blue, when we click on the link the color changes to purple. If we want to apply a color to the hyperlink, we have to …

HTML – style object

HTML style Object: “style” is an object It is providing number of properties. “style” properties we can apply on any type of element. “style” properties must be placed in “quotes” “style” object property name and …

HTML Comments

HTML Comments: Comment tags <!– and –> are used to insert comments in HTML. Note: There is an exclamation point (!) in the opening tag, but not in the closing tag. Comments are not displayed …

HTML table

HTML Tables: Tables are defined with the <table> tag. Table is a set of rows(record). Record is a set of columns(fields). Table rows can represent with <tr> tag. Table columns are called Table data and …

HTML – Table caption

Table Caption: The caption tag will serve as a title or explanation for the table and it shows up at the top of the table. This tag is deprecated in newer version of HTML/XHTML.

Courses Enquiry Form