Interaktionsudvikling, Multimediedesigneruddannelsen, Århus Erhvervsakademi

Dag 1 -LOesningsforslag

HTML og CSS

Make a folder called day1 on your desktop where you store the files you create in this exercise.

 
Exercise
2.Make a basic document and save it as exercise1_2.html  . Write 'HTML exercise'  in the <title> element and try to use the 6 heading tags  h1,h2,h3.....h6 on som text.



Exercise
3.Open basic.html and save it as exercise1_3.html  . Write some content (text) and try to mark it up with the following tags <h3>,<p>, <br>, <em>, <q>, <blockquote><div>. Try to find out what the different tags means by using a HTML reference.



Exercise
5.Open exercise1_3.html and save it as  exercise1_5.html .  Style all the text with a style sheat. Hint: look a page 30 or the hand's on example..



Exercise
6.Make a  link in exercise1_5.html on one of the words in the text. with the <a> tag.  The hyperreference of the link shall be exercise1_3.html.

Save the file as exercise1_6.html

 


Exercise
7. Make a  link page with the name day1_yourName.html   

The linkpage shall contain 6 links that refers to the different day 1  exercises (1-6).

Hint:  

<a href="exercise1_2.html"> Exercise 2</a>

</br>
<a href="exercise1_3.htm"> Exercise 3</a>

 


Exercise
8. Open your linkpage and test if the links are working locally on your computer. Show it to Bjarne.

 

Prøv at upload løsningerne til din freehostia webdomæne eller et andet webhotel og aflever en URL til dag1.html via Fronter aflevering.

http://slipsager.freehostia.com/Day1/