HTML ul – How to Create Unordered Lists

In This Tutorial 1 HTML ul list type 2 Applying CSS to a ul list 3 Related HTML ul list type The unordered lists in HTML are created by using the <ul> tag. Where UL means Unordered-List. A bullet list is created with no specific order. The <li> tag is used […]

8 different HTML input type form examples

Quick Reach 1 Input type 2 Input type text example 3 Input type text example with CSS 4 Input button example with onclick event 5 Input submit example 6 Input submit with CSS Example 7 Input type textarea 8 Input hidden Example 9 Input image example Input type HTML form […]

5 Demos to Learn HTML iframe

In This Tutorial 1 HTML iframes 1.1 How to use the iframe tag? 2 Examples of using the iframes 2.1 A basic iframe example 2.2 An iframe height and width example 2.3 The iframe border example 2.4 iframe scrolling example 3 iframe with CSS example 4 Related HTML iframes The […]

Using html href attribute in anchor tag

Quick Reach 1 The href attribute of HTML 2 href online examples with HTML code 3 How to specify path in href attribute 3.1 Specify full path in HTML <a> href 3.2 Specify relative path for in href The href attribute of HTML A few main points about href attribute: The […]

12 Demos of HTML buttons: Simple and CSS style

Quick Reach 1 HTML button tag 2 A few examples of using HTML buttons 3 A basic example of creating a button 4 Example of HTML button onclick 5 Example of a button with double click 6 Multiple buttons example with next previous random 7 A demo of button as link 7.1 […]

Ways to set Font size with CSS and HTML font tag

In This Tutorial 1 Font size in HTML 2 Example of HTML font size by font attribute 3 Font size with CSS example 4 Related Font size in HTML The font size attribute sets the size of text in the headings, div, paragraphs, links etc. You can specify the size […]

2 ways to use font color in CSS and HTML

In This Tutorial 1 The Font color property 2 Specify color in <font> tag example 3 Font color with CSS 4 Related The Font color property The color attribute of HTML font sets the color of the text in the web documents. You can specify a color by the following […]

HTML radio button with 3 Demos

Quick Reach 1 Radio button in HTML 2 Input type radio 3 The radio group 4 A radio button checked example 5 Related Radio button in HTML The radio buttons are used where you allow the users to select one option from two or more available options. For example, Gender: […]

HTML Font style

Quick Reach 1 Font Style 2 Font style property example Font Style The Font style property is used to make the HTML text italic or oblique. The default value is normal. This is a CSS property that you can use in CSS block inside the <head> tag, inline CSS (style […]