6 demos to learn HTML span tag

Quick Reach 1 The Span tag in HTML 2 Span style example 3 HTML Span example inside a paragraph 4 Span class example 5 Span style by ID example 6 CSS span example 7 Span width example The Span tag in HTML The HTML span tag is an inline element […]

Select option – Using HTML option with select/dropdown

Quick Reach 1 The select with option in HTML 2 Select option example with selected attribute 3 The select and option example with disabled attribute The select with option in HTML The option tag is used with <select> tag. The <option> adds available options in HTML dropdown. After <select> tag […]

How to create HTML image link with examples

Quick Reach 1 Image links in HTML 2 An image link example if image is not available 3 HTML image link with inline CSS Image links in HTML You can use images that are linked to the other web pages of your website or some other websites. In order to […]

HTML li tag with ol and ul with examples

1 HTML <li> tag 2 Example of using HTML li inside <ol> 3 Using li inside unordered list example 4 CSS ul li example 5 Related HTML <li> tag The <li> tag is used to create list items in HTML lists. Whether you can creating ordered or unordered lists you […]

PHP timezone | 6 examples with different identifiers

Quick Reach 1 The timezone in PHP 2 PHP timezone identifier Example 2.1 Timezone for daylight saving time example 3 Example of returning difference to GMT hours 4 PHP timezone abbreviation example 5 Related The timezone in PHP The PHP date() function can be used to identify the timezone parameters. The […]