Thursday, 26 January 2012

Web design: Reflection

I have learnt lall the required  things to create a website. I kn

Monday, 23 January 2012

Web design- iFrames

In today's lecturer, we learn't about iFrames which is basically a link which activates a website inside a box. This is really useful because it means that I can look at a another website,
<body>
<a href="http://www.nofuss.com.au"
onclick="document.getElementById('test1').src=this .href;return false">test</a>
<iframe id="test1" src="" height=50% width=50%></iframe>
</body>
 
 

Friday, 13 January 2012

Skills Audit: Web Authoring

I am currently learning about html and dreamweaver today in my lecturers lesson. I have found learning html in dreamweaver, fairly easy because I have done this before. Some of the things which I learnt today were, AP Div tables and inserting tables into a blank webpage.

I havn't learnt AP Div tables before, so I found this quite interesting

Friday, 6 January 2012

Website Coding I have used

Website Investigation
I have been introduced to html language in my lecturers lesson today  and I have found it pretty easy to understand. This is because I have done it before in my GCSES and   in AS ICT level. This made it easy  to understand the language html.


<title>Information on search engines</title>
</head>
<div align="center">
<body>
<body bgcolor="#A52A2A>

<h2>Search Engines</h2>

<a href="http://www.yahoo.com">Yahoo</a><br>

<a href="http://www.excite.co.uk">Excite</a><br>

<a href="http://www.google.co.uk">Google</a><br>
</body>
<iframe width="560" height="315" src="http://www.youtube.com/embed/uelHwf8o7_U" frameborder="0" allowfullscreen></iframe>