HTML Basic
HTML Attributes
The title attributeThe href attributeThe width and height attributesThe alt attributeAttribute without quotesAttribute without quotes does not work
HTML Headings
HTML Paragraphs
HTML paragraphsMore HTML paragraphsThe use of line breaks in HTMLPoem problems (some problems with HTML formatting)How to control the line breaks and spaces with the <pre> tag
HTML Styles
HTML Text Formatting
Bold formatting using the <b> elementStrong formatting using the <strong> elementItalic formatting using the <i> elementEmphasized formatting using the <em> elementSmall formatting using the <small> elementMarked formatting using the <mark> elementMarked deleted using the <del> elementMarked inserted using the <ins> elementMarked deleted and inserted using <del> and <ins>Subscript formatting using the <sub> elementSuperscript formatting using the <sup> element
HTML Quotations and Citations
Formatting short quotations with the <q> element.Formatting quoted sections with the <blockquote> element.Formatting document author/owner information with the <address> elementFormatting abbreviations and acronyms the <abbr> elementFormatting work title with the <cite> elementFormatting text direction with the <bdo> element
HTML Comments
HTML CSS
HTML with inline CSSHTML with internal CSSHTML with external CSSHTML with CSS fontsHTML with CSS using the id attributeHTML with CSS using the class attributeHTML and CSS bordersHTML and CSS paddingHTML and CSS marginHTML and CSS full demo
HTML Links
Linking, using an absolute URLLinking, using a relative URLChanging the color of linksRemoving the underline from linksChanging the target of a linkAn image as a linkCreating a bookmark linkA link that breaks out of a frameA mailto linkA mailto link with subject
HTML Images
An imageAn image height and width using attributesAn image height and width using CSSAn image height and width using bothAn image in another folderAn image with a broken linkAn image on another serverUsing an image as a linkA moving imageAn image map with clickable regionsA floating image
HTML Tables
Basic HTML tablesA table with bordersA table with collapsed bordersA table with cell paddingA table with headingsA table with left-aligned headingsHorizontal/Vertical table headingsA table with a captionTable cells that span more than one columnTable cells that span more than one rowA table with cell spacingA table with HTML tags insideTables with different style using id ITables with different style using id IITables with different style using class ITables with different style using class II
HTML Lists
An unordered list (default)An unordered list with disc bulletsAn unordered list with circle bulletsAn unordered list with square bulletsAn unordered list without bulletsAn ordered list (default)An ordered list with numbersAn ordered list with lettersAn ordered list with lowercase lettersAn ordered list with roman numbersAn ordered list with lowercase roman numbersA description listA nested list IA nested list IIA horizontal listA horizontal list menu
HTML Block and inline elements
HTML Classes
Style all elements with a specified class nameAccess elements with a specified class name, with JavaScriptMultiple classesSame class, different tag
HTML Id
Style an element with a specific idDifference between class and idAccess an element with a specific id, with JavaScript
HTML Layout
HTML IFrame
HTML head Elements
A valid HTML document with no <html> <body, and <head>A valid HTML document with no <head> elementThe <title> element defines the document titleThe <style> element contains style informationThe <link> element defines a relationship to an external resourceThe <meta> element defines special meta informationThe <script> element defines client-side JavaScriptsThe <base> element defines the base URL for all URLs
HTML Scripts
HTML Computercode Elements
Keyboard input formatting using the <kbd> elementComputer output formatting using the <samp> elementProgramming code formatting using the <code> elementProgramming code formatting preserving whitespace and line-breaksVariable formatting using the <var> element
HTML Forms
Form with text inputForm with radio button inputForm with text fields and a submit buttonForm with a text fields without a name attributeGrouping Form Data
HTML Form Elements
A simple drop-down listA drop-down list with a pre-selected valueA textarea (a multi-line text input field)An input buttonUsing the <datalist> ElementUsing the <output> Element
HTML Input Types
Input type textInput type passwordInput type radioInput type checkboxInput type buttonInput type number - with restrictionsInput type number - with stepsInput type date - with date pickerInput type date - with restrictionsInput type color - with color pickerInput type rangeInput type monthInput type weekInput type timeInput type datetimeInput type datetime-localInput type emailInput type searchInput type telInput type url
HTML Input Attributes
The autocomplete attributeThe novalidate attributeThe autofocus_attributeThe form attributeThe formaction attributeThe formenctype attributeThe formmethod attributeThe formnovalidate attributeThe formtarget attributeThe height and width attributesThe list attributeThe min and max attributesThe multiple attributeThe pattern attributeThe placeholder attributeThe required attributeThe step attribute
HTML Canvas Graphics
Draw on the canvas with JavaScriptDraw a line with lineTo()Draw a circle with arc()Draw a text with fillText()Draw a text with strokeText()Draw a linear gradientDraw a circular gradientDraw an image with drawImage()
0 Comments