Skip to content

rbasehewa/HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Things I have learned from HTML

Solutions 1

  1. lists
  2. Ordered lists
  3. Un ordered lists
  4. Strong
  5. em

Solutions 2

  • Image Tag
  • Link Tag
  • href attribute

Solutions 3

  1. table
  2. thead
    • tr tag
    • th tag
  3. tbody
    • tr tag
    • td tag

Solutions 4

Register form with validation

  1. Text Input
  2. Password Input
  3. Email Input
    • label
    • input
  4. Radio buttons
    • select Tag
    • option Tag
  5. Check box
    Attributes
  • for
  • name
  • id
  • type
  • placeholder
  • value
  • required
  • pattern
  • required title

About

Things I have learned from HTML ()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published