Wednesday, 6 August 2014

HTML intro

HTML Intro
HTML the code that all websites are written in. the code must have a start and an end for example
<p> This is my paragraph </p>
The letters in the brackets are the "mark ups" this one is using p which is to create a paragraph with the text in the middle
Creating my first HTML Website
The tags we learned
<p>paragraph tag</p>

<h1,2,3,4> each number gets smaller and smaller
< a href="www.facebook.com">this is a link to Facebook</a>
<strong>this text will be bold</strong>
<em>this text will be italic</em>
<img src="where the image is found" alt="alternative if image can't load" title="name of image" />
I Also found out how to change the background colour and put a line under the title
In the body tag
<body bgcolor=00000>
and the line under the title
<hr width=noshade size=3 color=black>
Code for First HTML website
Screen shot of website running

Week 2 in action
My website with given text running
Week 2 Code
HTML for the running website above
first webpage open
My first Website running

HTML for website above
HTML for website above

No comments:

Post a Comment