[SOLVED] CS213- Lab 1 : HTML

20.00 $

Category:

Description

Rate this product

Please create a directory called “rollno-lab1” where “rollno” is your roll number. Keep your html pages and all relevant files in this directory Use following command to create a tar ball :

tar -czvvf rollno-lab1.tgz rollno-lab1/

Upload this tarball “rollno-lab1.tgz” on moodle.

Do not change cases, and do not deviate from the naming scheme for your scripts, directory or tar file to be uploaded.

  1. Develop your homepage, call it index.html

In the homepage see that, you have used the following features:

  • image,
  • table,
  • a link to some other website,
  • different sizes of text,
  • paragraph
  • at least one text alignment like center.
  • colored text
  • list,
  • heading,(j) title.

What we are looking for is basic html page, and not javascript here.