List of learnings on html



  1. HTML boiler plate

    It refers to the skeletal structure of an html code
    HTML Boiler Plate
    click here for output
  2. Headings

    Headings
    click here for output
  3. Paragraph

    text is taken from website Lorem Ipsum
    paragraph element
    click here for output
  4. Voids

    two types of voids - break(br) and horizonl rule(hr)
    Voids
    click here for output
  5. List

    Lists
    click here for output
  6. Attributes

  7. Anchor

    Anchor is used to link the wepages through http or in local folder
    anchor tag click here for output
  8. Image

    Web images and local images can be linked using image tag
    images
    click here for output
  9. File path

    Two types of file path to access the local images and web pages
  10. Table

    HTML table
    click here for output
  11. Uploading the project to the git hub

    1. Create a repository
    2. Add the files
    3. Upload