Wednesday 22 May 2013

File/Web Formats


HTML - Hyper text mark up language
HTML defines the structure and layout of a Web document by using a variety oftags and attributes. The correct structure for an HTML document starts with <HTML><HEAD>(enter here what document is about)<BODY> and ends with </BODY></HTML>. All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tags.

CSS - Cascading Style Sheets
  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save a lot of work
  • External Style Sheets are stored in CSS files
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;

FLA - Adobe Flash



 to the left is a screenshot of Flash player in which I have made my own website. 

My website

this is my website that I designed as a part of my unit 44. I created my website using Flash player. The website includes a home page, a page about me, a gallery which shows my favourite pieces of work and a contact page which shows where you can contact me. This first screen shot is my About page which is basically a short paragraph stating who I am and what I do.


 This second screen shot is of my website home page which shows some of my favourite pieces of work.














This is my gallery page that i designed for my website. The gallery page shows my favourite pieces of work, when you click onto one the pieces of work it will come up larger in a new window with a small description of what the piece is.







The final screen shot shows my contact page which has my email address, facebook and twitter
accounts and a mobile phone number.