Exercise 1: James Webb Telescope

Due: 09/26

The purpose of this exercise is to practice identifying the html elements that make up a webpage and format text using Dreamweaver. You will also push your files to GitHub

Use the document, reference_james_webb_telescope.pdf, as a guide.

In this exercise, you will:

  • Identify html tag structure
  • Create a new webpage
  • Work with the title tag
  • Copy Text from Word Document
  • Format Text using Dreamweaver
  • Insert an image
  • Clone a GitHub Repo
  • Create a new Branch
  • Create a pull request and merge changes to the master branch

Instructions:

  1. Download the zip file from Github and save to your Student Exercises folder
  2. Open reference_james_webb_telescope.pdf and identify the html elements needed to structure your page (You may print the document if you wish to make notes)
  3. Create a new HTML page and save it as index.html
  4. Enter “The James Webb Space Telescope” as your Title Tag
  5. Copy the text from the word document tag_structure_jwst.docx from the copy folder and make sure to clean up any leftover word formatting.
  6. Using the reference document as a guide, format the text using the properties panel
  7. Using the Insert Bar, insert the image ‘jw_mirros.jpg’ from the images folder
  8. Save all your changes
  9. In GitHub go to the project Repo and Create a new branch called dev
  10. Upload your completed work to the dev branch. (Hint: you should only be adding the index.html page)
  11. Commit Your Changes
  12. Submit a pull request and merge your changes to the main branch
  13. Confirm your changes are in main and delete the dev branch

Accept the Assignment