Giter Site home page Giter Site logo

manuemmanuel / marking-up-a-letter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 133 KB

For this project, your task is to mark up a letter that needs to be hosted on a university intranet. The letter is a response from a research fellow to a prospective PhD student concerning their application to the university.

Home Page: https://manuemmanuel.github.io/Marking-up-a-letter/

HTML 92.71% CSS 7.29%
css html markup

marking-up-a-letter's Introduction

Marking up a letter

Overview: Introduction to HTML

We all learn to write a letter sooner or later; it is also a useful example to test our text formatting skills. In this assignment, you'll have a letter to mark up as a test for your HTML text formatting skills, as well as hyperlinks and proper use of the HTML <head> element.

Prerequisites: Before attempting this assessment you should have already worked through Getting started with HTML, What's in the head? Metadata in HTML, HTML text fundamentals, Creating hyperlinks, and Advanced text formatting.

Objective: Test basic and advanced HTML text formatting, use of hyperlinks, and use of HTML <head>.

Starting point

To begin, get the raw text you need to mark up, and the CSS to style the HTML. Create a new .html file using your text editor or use an online editor such as CodePen, JSFiddle, or Glitch.

Note: If you get stuck, you can reach out to us in one of our communication channels.

Project brief

For this project, your task is to mark up a letter that needs to be hosted on a university intranet. The letter is a response from a research fellow to a prospective PhD student concerning their application to the university.

Block/structural semantics

  1. Use appropriate document structure including doctype, and <html>, <head> and <body> elements.
  2. In general, the letter should be marked up as an organization of headings and paragraphs, with the following exception:
    • There is one top level heading (the "Re:" line) and three second level headings.
  3. Use an appropriate list type to mark up the semester start dates, study subjects, and exotic dances.
  4. Put the two addresses inside <address> elements. Each line of the address should sit on a new line, but not be in a new paragraph.

Inline semantics

  1. The names of the sender and receiver (and Tel and Email) should be marked up with strong importance.
  2. The four dates in the document should have appropriate elements containing machine-readable dates.
  3. The first address and first date in the letter should have a class attribute value of sender-column. The CSS you'll add later will cause these to be right aligned, as it should be in the case in a classic letter layout.
  4. Mark up the following five acronyms/abbreviations in the main text of the letter — "PhD," "HTML," "CSS," "BC," and "Esq." — to provide expansions of each one.
  5. The six sub/superscripts should be marked up appropriately — in the chemical formulae, and the numbers 10^3^ and 10^4^ (they should be 10 to the power of 3 and 4, respectively).
  6. Try to mark up at least two appropriate words in the text with strong importance/emphasis.
  7. There are two places where the letter should have a hyperlink. Add appropriate links with titles. For the location that the links point to, you may use http://example.com as the URL.
  8. Mark up the university motto quote and citation with appropriate elements.

The head of the document

  1. The character set of the document should be set as utf-8 using the appropriate meta tag.
  2. The author of the letter should be specified in an appropriate meta tag.
  3. The provided CSS should be included inside an appropriate tag.

Hints and tips

  • Use the W3C HTML validator to validate your HTML. Award yourself bonus points if it validates.
  • You don't need to know any CSS to do this assignment. You just need to put the provided CSS inside an HTML element.

Example

The following screenshot shows an example of what the letter might look like after being marked up.

Example Screenshot

marking-up-a-letter's People

Contributors

manuemmanuel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.