Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 830 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 830 Bytes

Re:Coded Iraq Bootcamp - Lab 2 (HTML)

Overview

This first Assignment will be over basic HTML tags

Requirements

  1. adding 7 headers
  • h1
  • h2
  • h3
  • h5
  • h4
  • h6
  • h2
  1. adding 2 pharagraphs
  • one with italic
  • one with bold
  1. Add a table with 4 columns (name , age , email , list of programming languages)
  • column Name has bold
  • column age has input field
  • column email has underlined row
  • column programming language has ordered list
  • table has 5 rows
  1. Add 3 images
  • one that link is broken and shows alt
  1. add descriptional list.

  2. adding unordered list with 4 links

  • google.com
  • re-coded.com
  • notgoogle.com
  • broken link
  1. adding a form contains.
  • 2 inputs
  • 1 textarea
  • file upload
  • button
  1. iframe
  • re-coded.com website

Good luck :D