Friday 19 June 2015

33.7 Part 2

W3Schools Demo

Resize this responsive page!

Wellington

Wellington is the capital city of New Zealand.

It is the second most populous city in New Zealand, with a metropolitan area of over 373,000 inhabitants.

Paris

Paris is the capital of France.

The Paris area is one of the largest population centers in Europe, with more than 12 million inhabitants.

Tokyo

Tokyo is the capital of Japan.

It is the center of the Greater Tokyo Area, and the most populous metropolitan area in the world.

33.7

W3Schools Demo

Resize this responsive page!

Wellington

Wellington is the capital of New Zealand.

It is the second most populous city in New Zealand, with a metropolitan area of over 397,000 inhabitants.

Paris

Paris is the capital and most populous city of France.

Tokyo

Tokyo is the capital of Japan, the center of the Greater Tokyo Area, and the most populous metropolitan area in the world.

33.6

Simple HTML Page
 A simple HTML page containing scripts, base, head, title and meta 

33.5

Wednesday 17 June 2015

31.

Click on the sun or on one of the planets to watch it closer:

Planets Sun Mercury Venus

30.

Planets Sun Mercury Venus

29.

Mueller Hut, Mount Cook, and I Me Mount Cook Mueller Hut

28.

How to create and make HTML look good using notepad

The first step to writing HTML is to open up Notepad or Notepad++, type:

<html>

This creates the starting point for the HTML and defines what type it is. You can then start entering information based on what you are making the page for.
You can use tags such as <h1> to make titles look better and use <pre> to keep formatting in text making it look cleaner. Don't forget to close tags, for example </h1> and </pre>. Without doing this the rest of the document after the tag will be affected.

Monday 15 June 2015

27.

My Dream Job


My dream job is to work at an american game developing company such as Bethesda or Rockstar, this job would provide many benefits and would be a great learning experience while earning  a lot of money. The job would be great as it would always be fun doing something I love so I wouldn't get bored. Always working with computers would be good for improving computer knowledge and learning new skills all the time.

26.


25.


Monday 27 April 2015

24.

    Arguments against gun control

  1. There is murder in the UK
  2. Literary Infallibility
  3. The Civilian Need For Assault Rifles
  4. Welcome To Texas
  5. It Didn’t Work For Germany
  6. Gun Control Equals Absolute Despotism
  7. Rampage Shooters Like Soft Targets
  8. The Eighteenth Amendment
  9. Laws Do Not Apply To Criminals
  10. Maybe In A Perfect World . . .


Tuesday 21 April 2015

23.

HTML Tags With Nested List

  • <B>
  • Headings
    • <h1>
    • <h2>
    • <h3>
    • <h4>
  • <!-->
  • <U>
  • <img>
  • ,<li>

22

HTML Tags

<B>
- Bold
<I>
- Italics
<!-->
- Comment
<U>
- Underline
<H1>
- Large font size heading
<Img>
- Image

21.1.

Amazing Great Escapes

  • The Empty Mass Grave
  • Napoleon’s Escape from Elba
  • The PT-109 Incident
  • Chilean Mining Accident

21.

Top 10 Competitions You Have To See To Believe

  1. Mr Elderly Beauty Contest
  2. Areca Tree Climbing
  3. Bog Snorkelling
  4. Ottery St Mary Tar Barrels

20.

10 Ways The Kremlin Is Trying To Win The Information War

Reason
Comment
Controlling the News Putting pro-russian actors into the news
Promoting Conspiracy theories Claiming the US was going to weaponize Ebola
Distorting the Internet Debate Putting out false information online
Hall of Mirrors Spreading so many lies that truth itself comes into question
Creating An Anti-Western Utopia Steering in the opposite direction to draw in allies

19.

The Dark Knight Rises 1 ★★★★★★★★.5
The Hobbit: An Unexpected Journey 2 ★★★★★★★★
The Avengers 3 ★★★★★★★★.2
Brave 4 ★★★★★★★.2
The Amazing Spiderman 5 ★★★★★★★.1

18.

<html>
<body>
<span style="color: yellow;">
<table style="width: 100%;">
<tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
<tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
<tr>
    <td>John</td>
    <td>Doe</td>
    <td>80</td>
  </tr>
</table>
</span></body>
</html>

This has changed the font color to yellow

<!DOCTYPE html>
<html>
<body>
<table style="width:150%">
  <tr>
    <td>Jill</td>
    <td>Smith</td>     <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>     <td>94</td>
  </tr>
  <tr>
    <td>John</td>
    <td>Doe</td>     <td>80</td>
  </tr>
</table>
</body>
</html>

This changes the table width to be 50% wider

<!DOCTYPE html>
<html>
<body>
<font face="verdana">
<table style="width:100%">
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
  <tr>
    <td>John</td>
    <td>Doe</td>
    <td>80</td>
  </tr>
</table>

</body>
</html>

This changes the font to Verdana

17.6.

About me

Educational History

 I started school at Brighton Primary, I was there for a few
years until I moved to New Plymouth and attended Vogeltown school.
After moving back to Dunedin I was at Taieri college from year 7 to 13.

Pets

I have two dogs, one called Ginny and the other Thomas. My hobbies include video games and watching movies. 


After CIT

After I finish the CIT I hope to go onto doing
the BIT. 

Monday 30 March 2015

17.5.

Cricket World Cup

Cricket World Cup Logo

Logo

Australia

Australia

New Zealand

NZ

Sydney

Sydney

17.


This is the formula for Ammonium Phosphate using the "sub" tag


(NH4)3PO4 → H(NH4)2PO4 + NH3

16.

Malaysian Airline Crashes Airline Crash1 Airline Crash2
 Malaysia Airlines Flight MH370 is one of the most recent and notable Malaysian Airline crashes in recent events.
The plane departed from Kuala Lumpur International Airport heading to Beijing Capital International Airport. The aircraft then disappeared from air traffic control radar screens at 01:21. Shortly after, a multinational search then began but no flight debris has been found as of yet. The 1800 kilometer search is still in effect however. 
Airline Crash4

Monday 23 March 2015

15.

This is underlined 

This is Bold

This is Italics

13.

How to create and make HTML look good using notepad

The first step to writing HTML is to open up Notepad or Notepad++, type:

<html>

This creates the starting point for the HTML and defines what type it is. You can then start entering information based on what you are making the page for.
You can use tags such as <h1> to make titles look better and use <pre> to keep formatting in text making it look cleaner. Don't forget to close tags, for example </h1> and </pre>. Without doing this the rest of the document after the tag will be affected.

12.

This is H1

This is H2

This is H3

This is H4

This is H5
This is H6

11.

Josh

Josh

Josh

Monday 2 March 2015

10.

  The assessment isn't fair as some browsers are better in some areas than other browsers, some features that may be very useful to some of the users may not have been included or considered in the assessment. This has changed my opinion from thinking Chrome was the best internet browser.
8.

   Notepad++ Has the ability to highlight and check code syntax
This would be useful to ensure that you don't input wrong code and make it easier to fix mistakes



  CoffeeCup is another HTML editor, this has the ability to take any website and edit its code
This feature would be great if you saw a website you liked the look of and wanted to edit it


Tuesday 24 February 2015

7d.

<!DOCTYPE html>
<html>
<body>

<img src="http://i0.kym-cdn.com/photos/images/list/000/777/908/28a.gif" alt="http://i0.kym-cdn.com/photos/images/list/000/777/908/28a.gif" width="104" height="142">

</body>
</html>

7c.

<!DOCTYPE html>
<html>
<body>

<a href="http://www.w3schools.com">This is a link</a>
<a http://www.facebook.com">This is also a link</a>


</body>
</html>

7b.

<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p> These are all paragraphs :).</p>

</body>
</html>
7a.

<!DOCTYPE html>
<html>
<body>

<h1>This is heading 1</h1>
<h2>This is also a heading 2</h2>
<h3>This is also also a heading 3</h3>
<h4>This is also also also a heading 4</h4>
<h5>This is also also also also a heading 5</h5>
<h6>This is also also also also also a heading 6</h6>

</body>
</html>

6f.

<!DOCTYPE html>
<html>
<body>

<!-- comments use the exclamation mark for a tag -->
<p>This is a paragraph.</p>
<!-- This is a hidden comment that only the developer can see -->

</body>
</html>

Monday 23 February 2015

6e.

Comments are useful for the developers so they can understand why certain things have been put in and so they don't forget to add or change other things.
6d.

Comments are written in HTML using the <!--> tag
6c.

<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p> This is a unicorn.</p>

</body>
</html>

6b.

<!DOCTYPE html>
<html>
<body>

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>

</body>
</html>

6a.  

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

<img src="http://i.imgur.com/WPeazU8.gif" alt="Frog" style="width:48px;height:48px">

</body>
</html>
6. <html>
    <head>
      <title>Josh Henderson</title>
     </head>
    </html>

Tuesday 17 February 2015

5. "My First Page" appears in the tab


4.  <p> Hello world! </p> would show up as:     Hello world!
3.            Tags surround content and apply meaning to it

               Attributes apply extra information to the tags

               Elements are the parts between tags, for example, the                        parts between <body> and </body>




2.   HTML stands for HyperText Markup Language, some examples of HTML are:

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

This would come up as: 

My First Heading

My first paragraph.
1.6     http://www.w3schools.com/html/default.asp

Great site for HTML guides


Monday 16 February 2015