{"id":5274,"date":"2024-01-18T15:05:44","date_gmt":"2024-01-18T15:05:44","guid":{"rendered":"https:\/\/rodmilstead.com\/pt\/?page_id=5274"},"modified":"2024-01-18T15:08:29","modified_gmt":"2024-01-18T15:08:29","slug":"5274-2","status":"publish","type":"page","link":"https:\/\/rodmilstead.com\/pt\/5274-2\/","title":{"rendered":"Dream Website"},"content":{"rendered":"<header class=\"entry-header\">\n<h1 class=\"entry-title\"><span style=\"font-size: 17px; font-weight: 400;\">You will create a three page website that outlines your absolute, most amazing Dream Job, Car, Meal, Celebrity Visit, College, or Vacation.\u00a0 If you have done the vacation before then YOU CAN\u2019T DO IT AGAIN.\u00a0 Start fresh.<\/span><\/h1>\n<\/header>\n<div class=\"entry-content\">\n<p>The three pages are:<br \/>\n-index (homepage)<br \/>\n-picture page \u2013 at least six image that relate to your topic<br \/>\n-information about your topic \u2013 what it costs, how you get the job, what is the recipe?\u00a0 Also add three links to this page that link to other websites about your topic.<\/p>\n<p>All pages must be linked to each other using text hyperlinks.<\/p>\n<p>Before you start your HTML, create two new folders:<br \/>\n1. a folder labeled web design<br \/>\n2. inside of your web design folder create a folder labeled dream.<\/p>\n<p><strong>Index\/Homepage:<br \/>\n<\/strong>-save this page as index.html<br \/>\n-this the homepage of your website.<br \/>\n-you should have one incredible photo of your dream choice and links to all other pages.<\/p>\n<p><strong>Picture page:<\/strong><br \/>\n-save this page as pictures.html and title it \u201d Photos of (your topic)\u201d.<br \/>\n-at least four images<br \/>\n-include links on this page to all of the other pages in your site.<\/p>\n<p><strong>Information page:<\/strong><br \/>\n-save this page as info.html and title it \u201c(your topic) Information\u201d.<br \/>\n-create links to at least three websites that have info about your topic<br \/>\n-include links on this page to all of the other pages in your site.<\/p>\n<p>Format each page so that text, backgrounds and colors work well together. Include images of your topic on each page.<\/p>\n<p><strong>Resources:<br \/>\n<\/strong>Sample html to get you started-\u00a0<a href=\"https:\/\/rodmilstead.com\/cp\/wp-content\/uploads\/2018\/01\/Screen-Shot-2018-01-25-at-9.40.32-AM.png\" target=\"_blank\" rel=\"noopener\">click here!<\/a><\/p>\n<p>Linking pages and linking to external websites:<br \/>\n<a href=\"https:\/\/www.w3schools.com\/html\/html_links.asp\" target=\"_blank\" rel=\"noopener\">https:\/\/www.w3schools.com\/html\/html_links.asp<\/a><\/p>\n<p>Adding images:\u00a0<a href=\"https:\/\/www.w3schools.com\/html\/html_images.asp\" target=\"_blank\" rel=\"noopener\">https:\/\/www.w3schools.com\/html\/html_images.asp<\/a><\/p>\n<p>Changing background colors:\u00a0<a href=\"https:\/\/www.w3schools.com\/tags\/att_body_bgcolor.asp\" target=\"_blank\" rel=\"noopener\">https:\/\/www.w3schools.com\/tags\/att_body_bgcolor.asp<\/a><\/p>\n<p>Making your web page background an image:\u00a0<a href=\"https:\/\/www.w3schools.com\/tags\/att_body_background.asp\" target=\"_blank\" rel=\"noopener\">https:\/\/www.w3schools.com\/tags\/att_body_background.asp<\/a><\/p>\n<p>How to change font color and size for text:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_619253\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;p style=\"font-size: 25px;font-family:verdana\"&gt;It's so hard to choose two favorite aircraft out of all the amazing designs born over the last century.&lt;\/p&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to center an image:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_322444\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;p style=\"text-align:center;\"&gt;&lt;img src=\"wbfirstflight.jpeg\" width=600&gt;&lt;\/p&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How create a line break:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_22368\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;br&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to change the size of an image \u2013 use the width=600 in your image tag:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_235734\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;p style=\"text-align:center;\"&gt;&lt;img src=\"wbfirstflight.jpeg\" width=600&gt;&lt;\/p&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to change font color and size for text:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_658606\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;p style=\"font-size: 25px;font-family:verdana\"&gt;It's so hard to choose two favorite aircraft out of all the amazing designs born over the last century.&lt;\/p&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to center an image:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_658371\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;p style=\"text-align:center;\"&gt;&lt;img src=\"wbfirstflight.jpeg\" width=600&gt;&lt;\/p&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How create a line break:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_959459\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;br&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to change the background color of a page \u2013 replace the &lt;body&gt; tag with this:<\/p>\n<div class=\"wp-block-syntaxhighlighter-code \">\n<div>\n<div id=\"highlighter_604342\" class=\"syntaxhighlighter plain\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"plain plain\">&lt;body style=\"background-color:grey;\"&gt;<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p>How to create a link to another page:<\/p>\n<pre class=\"wp-block-code\"><code>&lt;a href=\"http:\/\/google.com\"&gt;click here for google!&lt;\/a&gt;<\/code><\/pre>\n<div id=\"atatags-370373-65a93e788dd1d\"><\/div>\n<div id=\"atatags-26942-65a93e788dd52\" data-adtags-width=\"660\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>You will create a three page website that outlines your absolute, most amazing Dream Job, Car, Meal, Celebrity Visit, College, or Vacation.\u00a0 If you have done the vacation before then YOU CAN\u2019T DO IT AGAIN.\u00a0 Start fresh. The three pages are: -index (homepage) -picture page \u2013 at least six image that relate to your topic &hellip; <a href=\"https:\/\/rodmilstead.com\/pt\/5274-2\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Dream Website<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5274","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/pages\/5274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/comments?post=5274"}],"version-history":[{"count":4,"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/pages\/5274\/revisions"}],"predecessor-version":[{"id":5278,"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/pages\/5274\/revisions\/5278"}],"wp:attachment":[{"href":"https:\/\/rodmilstead.com\/pt\/wp-json\/wp\/v2\/media?parent=5274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}