Syntax of Declaring Doctype html public

In This Tutorial 1 doctype in HTML 2 For HTML 4.01 2.1 For HTML 4.01 Strict 2.2 HTML 4.01 Frameset 2.3 HTML 4.01 Transitional 3 Declaration for XHTML 1.0 and XHTML 1.1 3.1 XHTML 1.0 Strict 3.2 XHTML 1.0 Frameset 3.3 XHTML 1.0 Transitional 4 Related doctype in HTML The […]

How to declare HTML5 doctype in your webpages

Quick Reach 1 DOCTYPE declaration 2 What if doctype tag or DTD is not specified 3 doctype declaration for different HTML versions 3.1 HTML5 doctype 3.2 DOCTYPE html public – for HTML 4.01 DOCTYPE declaration The <!doctype> is the way to declare or instruct your web browser that which version […]

Font weight – How to use html font weight with examples

In This Tutorial 1 Font weight 1.1 Font-weight example to make text bold, lighter and normal 1.2 Font weight example with numeric value 2 Related Font weight Font weight property is used to set the “weight” of specified text in HTML document. A value can be set straightaway to bold […]

How to Declare HTML5 doctype in Your Webpages

In This Tutorial 1 A doctype short video presentation 2 DOCTYPE declaration 2.1 HTML5 doctype example 3 DOCTYPE declaration for HTML 5 4 Examples of using doctype 4.1 Example of div style for setting font size and color 4.2 div background color 4.3 Example of using HTML <th> tag 5 […]

img src tag with examples

In This Tutorial 1 The src attribute of IMG tag 2 Using img tag with src and alt attributes example 3 img src as HTML links 4 Related The src attribute of IMG tag The src is an attribute of <img> tag of HTML. The img’s src stands for source, […]

5 Demos of CSS buttons: simple, submit and CSS3

Quick Reach 1 The button and CSS 2 A button example with different CSS properties 3 CSS button example with background image 4 Button CSS example with style attribute of button 5 CSS3 button Example 6 CSS based submit button example 7 Related The button and CSS You can use […]

2 Ways to create HTML button as href links

Quick Reach 1 The button as a link 1.1 A button link of HTML example 2 Anchor tag inside the button tag example 3 Related The button as a link The buttons of HTML are generally used to submit data to the web server, for navigation from one record to […]