Python logo

HTML Code Examples for Practice

Practice how to create a simple webpage using HTML
Practice how to create headings in HTML
Practice how to create paragraph in HTML
Practice how to create a link of a page in HTML
Practice how to create an unordered list in HTML
Practice how to create an ordered list in HTML
Practice how to create a horizontal line in HTML
Practice how to add a line break in HTML
Practice how to keep natural spaces and line breaks like poems in HTML
Practice how to make paragraph text bold in HTML
Practice how to make paragraph text italic in HTML
Practice how to add superscript in paragraph text in HTML
Practice how to add subscript in paragraph text in HTML
Practice how to add image in an HTML page
Practice how to set height and width of an image in an HTML page
Practice how to set border to an image in an HTML page
Practice how to set border radius to an image in an HTML page
Practice how to create a basic table in an HTML page
Practice how to create a table with border in an HTML page
Practice how to create a table with collapse border in an HTML page
Practice how to create a textbox in an HTML page
Practice how to create a password textbox in an HTML page
Practice how to create a textbox for date (date picker) in an HTML page
Practice how to create a dropdown list (combobox) in an HTML page
Practice how to add placeholder to a textbox in an HTML page
Practice how to create a form in an HTML page
Practice how to create a reset button for a form in an HTML page
Practice how to create radio buttons in an HTML page
Practice how to apply CSS style to an HTML element inline in an HTML page
Practice how to apply internal CSS style to HTML elements using HTML tag name in an HTML page
Practice how to apply internal CSS style to HTML elements using HTML class name
Practice how to apply internal CSS style to HTML elements using HTML id in an HTML page