Write the html code for a
basic web page, using Notepad. Your page should have a:
- title <title> blah, blah </title>
- meta tag "description"
- meta tag "keywords"
- a couple sentences in the body
- paragraph break <p> whatever </p>
- line break <br> whatever <br>
- link to your email address <a href="mailto:joe@gmail.com">
joe@gmail.com goes here</a>
- link to a page <a href="http://www.essec.fr">essec
goes here</a>
- an image
- alt tag for the image
- an arial or other font <font face=arial>blah blah</font>
|
Please
- Write the html using Notepad
- Save the file as .htm or .html
- Save the image file in the same folder as the web page file
- View the page in Internet Explorer or Mozilla Firefox.
- Experiment with different fonts and colours
- View the source of this page for hints on the meta tags and
images
- Submit (show your
lab partner and me) this exercise
by the end of Monday's class
Html resources:
|