Иванова (Аксенова) Елена Владимировна
ИВАНОВА  Елена Владимировна
ОБО МНЕ
КУРСЫ
НАУКА
СТАЖИРОВКИ

1. Making Curriculum Vitae by HTML

  1. Make your own professional resume also called curriculum vitae as html document (cvml.html). Your CV should be similar to the pattern of your variant: variant 1, variant 2, variant 3, variant 4 (table of distribution variants). To edit the html-code, use Microsoft Visual Studio, Microsoft Expression Web, or a simple text editor.

    The sections that should be present in this document::

    • Personal Information
      • surname, name
      • date of birth, place of birth
      • gender
      • photo
      • marital status
    • Your Contact Information
      • address
      • phone
      • cell
      • e-mail
      • web-page
    • Objective
      • post
      • salary
    • Education
      • school (include begin and end dates of education, grade point average)
      • university (include begin and end dates of education, degree, grade point average)
    • Professional Skills
      • List of skills (example, operating systems, programming environments, programming languages, hardware platforms, etc.)
    • Professional Experience
      • work history (list in chronological order, include position details and begin and end dates of work)
    • Awards
      • information about the awards (grants, winning in contests, competitions, etc.)
    • Languages
      • list languages
    • Interests
      • hobby
  2. Check up your html-document using The W3C Markup Validation Service.
  3. Make a CSS table of styles (Cascade Style Sheet) for your html-document. The style table should be placed in a file cvml.css.
  4. Check up your css-document using The W3C CSS Validation Service.

References

  1. W3Schools. HTML Tutorial - (HTML5 Compliant)
  2. W3Schools. CSS Tutorial
  3. W3C. HTML Current Status
  4. The W3C Markup Validation Service
  5. The W3C CSS Validation Service