Specification
This is the contact page so create a new page and call it address.html.
- a main heading and title both saying Contact Us
- a subheading saying Our address
- the address as one paragraph with line breaks between the lines of the address as in the screen shot (make sure the 2 is superscript)
- a subheading saying Send us a message
- a labelled form allowing the user to send their name, email address and message (the action should be as it was when you learned about forms) - think carefully about types, names and IDs
Content to copy
Halcyon2 Enterprises
Halcyon Park
The Street
Tredidny
Cornwall TR32 5FC
Useful elements - a reminder
Some of these might be relevant to this page:
- <sup></sup> go around superscript text (e.g. 42)
- <hr> - makes a line across the page (a horizontal rule)
- <abbr></abbr> used to identify an abbreviation (a title attribute is used inside the opening tag to give the full text that was abbreviated)
- <q></q> to go around short quotes within a paragraph
- <blockquote></blockquote> for long quotes shown as a separate paragraph
- one of the other type attribute values for a form input field is email (type="email")