HTML Description List
HTML Description List is used to list item with a description of each term. HTML Description List is also called as HTML Definition Lis...
HTML Description List is used to list item with a description of each term. HTML Description List is also called as HTML Definition Lis...
HTML Unordered List is used to group a set of related items in Unordered List. Unordered List displays elements in ...
HTML Ordered List is used to group a set of related items in Ordered List. The HTML <ol> tag is used for ordered list. ...
HTML Lists are used to specify lists of information. All lists may contain one or more list elements. There are three different types of HTML ...
Google Maps API is used to integrate google map in website, mobile app etc.Google Maps has a JavaScript API, embed html code to customize the ma...
HTML Form is used to collect data from user and submit it to server for processing data. Html <form> tag is used to collect data from user. A...
HTML Color picker is used to choose different color. We can apply in our html element by choosing color from Color picker. We can create Color pick...
HTML color codes is used to set diferent color in web pages to look better. HTML color codes can be represented by hexadecimal number or alphabets. ...
HTML Colors are used to set color for text. background color for HTML elements, color for linked text, color for visited links, a color for active lin...
HTML table tag <table> is used to display data in tabular form such as row and column. There are many rows and columns in table. How to use t...
HTML links is used to navigate from current page to another pages. We can navigate pages by clicking on text, images. HTML links is called as Hyper...
HTML Image <img> tag is used to display images on web pages. Syntax : <img src="" border="" width="" heigh...
The HTML style attribute is used to add styles to html an element such as color, font, size, background color, text align, padding, margin, border, wi...
HTML paragraph or HTML p tag is used to define a paragraph in a web page. If we are using various <p> tags in one HTML page then browser a...
What is a marquee in HTML? The marquee tag is a non-standard HTML element which scrolls text or image to up, down, left or right automatically. Mar...
HTML5 Attributes can be used on any element. HTML elements may contain attributes that are used to set various properties of an element.All attributes...
HTML5 is a latest and next version of HTML. The HTML 5 language has a custom HTML syntax. The HTML 5 have some elements like <header>, <...
What is HTML? HTML is called as Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the s...