You are on page 1of 6

HTML Page Codes

<!DOCTYPE html>

<head>
<link rel="stylesheet" type="text/css" href="GalaxyTree.css">
</head>
<body background="Pictures/galaxy-wallpapers-22-1.jpg"/>
<html>
<body>

<h1>Multiple Choice Quiz</h1>

<h2> 2(3) = ? </h2>

<button onclick="this.innerHTML=('Incorrect')">
5</button> <br/>

<button onclick="this.innerHTML=('Correct')">
6</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
2/3</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
-1</button> <br/>

<h2> Derivative of sinx? </h2>

<button onclick="this.innerHTML=('Correct')">
cosx</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
tanx</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
secx</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
cscx</button> <br/>

<h2>Derivative of cosx</h2>
<button onclick="this.innerHTML=('Incorrect')">
-tanx</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
0</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
-cosx</button> <br/>

<button onclick="this.innerHTML=('Correct')">
-sinx</button> <br/>

<h2>Derivative of x</h2>

<button onclick="this.innerHTML=('Incorrect')">
-1</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
0</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
-x</button> <br/>

<button onclick="this.innerHTML=('Correct')">
1</button> <br/>

<h2>mv = ?</h2>

<button onclick="this.innerHTML=('Incorrect')">
Force</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Magnetic Field</button> <br/>

<button onclick="this.innerHTML=('Correct')">
Momentum</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Potential Energy</button> <br/>

<h2>ma = ?</h2>

<button onclick="this.innerHTML=('Correct')">
Force</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Magnetic Field</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Momentum</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Potential Energy</button> <br/>

<h2>mgh = ?</h2>

<button onclick="this.innerHTML=('Incorrect')">
Force</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Magnetic Field</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Momentum</button> <br/>

<button onclick="this.innerHTML=('Correct')">
Potential Energys</button> <br/>

<h2>What question number is this?</h2>

<button onclick="this.innerHTML=('Incorrect')">
2</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
4</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
6</button> <br/>

<button onclick="this.innerHTML=('Correct')">
8</button> <br/>

<h2>Who am I?</h2>

<button onclick="this.innerHTML=('Incorrect')">
Anthony</button> <br/>
<button onclick="this.innerHTML=('Correct')">
Alexis</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Damian</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Bryant</button> <br/>

<h2>How old am I?</h2>

<button onclick="this.innerHTML=('Incorrect')">
Yes</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
11</button> <br/>

<button onclick="this.innerHTML=('Incorrect')">
Blue</button> <br/>

<button onclick="this.innerHTML=('Correct')">
16</button> <br/>

<p> <img src="Pictures/5500067_orig.jpg"/> </p>


</body>
</html>

body {
background-image: Pictures/galaxy-wallpapers-22-1.jpg;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 1cm 1cm 1cm 1cm;
}

h1 {
color: orange;
text-align: center;
font-family: Times New Roman;
}

h2 {
color: #00FF00;
text-align: left;
font-family: Times New Roman;
}

p{
font-family: Times New Roman;
font-size: 20px;
color: yellow;
margin: 1cm 17cm 1cm 0.5cm;
}

table {
font-family: Times New Roman;
font-size: 20px;
color: #00FFE8;
}

Td {
font-family: Times New Roman;
font-size: 20px;
color: #E0A1FF;
text-align: center;

<doctype HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="GalaxyTree.css">
</head>
<body background="Pictures/galaxy-wallpapers-22-1.jpg"/>
<font color="orange">
<h1> Career Awareness </h1>
<h2> All You Need to Know About an Engineer! </h2>
<p> Some background information about engineers!
An Engineer, in short is nothing more than an inventor!
They are what drives the world forward.
It is because of them that you have an iPhone.
It is because of them that you have everything you use!
We have become very good at inventing things and being innovative! </p>
<h2> Ancient Engineers </h2>
<p> Humans have been engineers since humans have been humans!
If you think back to the cavemen, they were also engineers!
Using stones and sticks to build tools and to hunt!
Later humans were the inventors of Languages!
This set the stage for a more successful species,
allowing us to pass on information to future generations. </p>
<h2> Best Engineering jobs! </h2>
<p> Here I say "best" as in, has the highest salary (+100k) </p>
<p> Computer Hardware Engineer </p>
<p> Computer Software Engineer </p>
<p> Geological Engineer </p>
<p> Chemical Engineer </p>
<h2> Good Engineering Jobs </h2>
<p> Here are some of the most average earning engineering jobs (80k-99k): </p>
<p> Electrical Engineer </p>
<p> Biomedical Engineer </p>
<p> Environmental Engineer </p>
<p> Mechanical Engineer </p>
<h2> Bad Jobs </h2>
<p> By bad I am referring to the future of these fields, such as low need, low pay, or an end in
resources. </p>
<p> Agriculture Engineer </p>
<p> Petroleum Engineer </p>
<h2> Prosperous Engineering fields and Information </h2>
<p> If you want to learn more about an Software Engineers click <a href="Software
Engineer.html"> HERE </a>.
Or maybe you would like to learn what kind of Hardware Engineer there are!
In that case, click <a href="Hardware Engineer.html"> HERE </a>.
If you want to learn more about what Mechanical Engineers do,
click <a href="Mechanical Engineer.html"> HERE </a>.
Thank you for visiting my Site! </p>
</font>
</body>
</html>

You might also like