All pages

From Asterix HTML
Revision as of 11:47, 25 November 2023 by Peter (talk | contribs) (Created page with "All '''but one''' of your web pages are to be written in HTML 4 == [https://www.w3schools.com/html/html_head.asp Head] == * Set [https://www.w3schools.com/tags/tag_title.asp title] to '''Sub-domain name''' dash '''page name''' * Set [https://www.w3schools.com/tags/tag_meta.asp meta tags] * Link your style sheet == [https://www.w3schools.com/tags/tag_body.asp Body] == * For first term, everything on your web pages had to be in a main page table|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All but one of your web pages are to be written in HTML 4

Head

Body

  • For first term, everything on your web pages had to be in a table
  • For second term, I am going to show you how to use floats instead!

HTML5 web page

Your website will be allowed one, single HTML5 web page
Contact me for details

Warning

ALL web page names must be in lower case only!

If you placed the following two web pages onto your website...

  • portfolio.html
  • Portfolio.html

...I would be able to tell your browser which of these two pages to show you. Your browser can tell the difference! This is confusing for website developers, website visitors and someone trying to read your code, giving me three reasons to not allow you (on anyone else) to do this

Marking

  • Web page structure must be consistently across all web pages (up to 3)
  • Images in /library (1)
  • Thumbnails in /library (1)

Per page

  • Either
  • The main page table borders must be on (1)
  • Web pages to be consistently well formatted (up to 2)
  • DOCTYPE must be correctly declared (1 or -1 if wrong type)
  • Use of thumbnails to launch images (1)

Notes

New HTML pages in NetBeans gives you a good start on meta tags

Main Page | Basic web design | Navigation | Ranking | Support | Asterix Home