Skip to content

omiqbaltawakkal/RAI_Task_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task_1_RAI

1. Basic HTML

  • Create a Curriculum Vitae of yourself using a HTML page
    • myCV.html
  • it must contain
    • your image
    • table
    • listing (bullet and numbering)
    • hypertext link to your student blog
    • email link
    • same basic text style
  • create it as creative as you can

2. HTML Form

  • Create 2 HTML form to submit a specific data
    • myForm1.html and myForm2.html
    • define your own specific data
    • use POST and GET method for each form
  • the form must contain at least
    • text field, radio button, select box, text area, check box
    • hidden value (set value = your student ID)
    • submit and reset button
  • create a HTML page to show the sumbitted data
    • myResult.html
    • show the hidden value

3. HTML Index

  • Create a HTML index page (index.html) that contain a brief story about yourself (summary)
  • add links to go to the previous web pages
  • Add link in myCV.html page and myResult.html page to go back to index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%