Goal: Learn the basics of creating HTML documents
Note: Please only focus on the contents of the document. Design is not important as we will learn that next time.
Don't try to make a website at this point, consider HTML file as a document similar to MS Word file:
- one after another create headings, paragraphs, tables;
- create text, images, links inside paragraphs and tables;
- group together logically connected paragraphs (including headings and tables) using div tags (div tags are meant to create blocks of information, to later design and layout them using CSS).
Requirements:
- Create four linked (using hyperlinks) HTML5 standard documents about a chosen topic. Use logical content and structure;
- Name the main file "index.html".
- To check documents use online validator at http://validator.w3.org/
- Each page should contain several heading elements h1 or h2, title metadate attribute, text encoding should be defined in head section.
- In one of the documents create a simple survey form with text input fields, dropdown selection, radio buttons and submit button.
- At least one document should contain a table.
- At least one document should contain images. Some images should be links.
- Use p, div and span tags according to their objective, p - paragraphs, div and span tags - to create page layout and apply style;
- Style some words or paragraphs using style attribute, for example color them red.
- Create a simple unordered bullet list.
Create files in a new folder named "Name Surname Assign1" (replace with your name and surname).
Archive the folder as zip file.
Send the archive to mikelis@va.lv.