Open
Conversation
Bansenauer-Cascadia
requested changes
Apr 6, 2026
Bansenauer-Cascadia
left a comment
There was a problem hiding this comment.
See comments in the template file. Make the same changes to three files
fall.html
Outdated
| <html lang="en"> | ||
| <head> | ||
| <title>Fall</title> | ||
| <meta name= "Zachary Eubanks" content="change to your name"> |
There was a problem hiding this comment.
Change this line as shown in the template
index.html
Outdated
| <html lang="en"> | ||
| <head> | ||
| <title>Spring</title> | ||
| <meta name= "Zachary Eubanks" content="change to your name"> |
There was a problem hiding this comment.
Change this <meta> as shown in the template file
template.html
Outdated
| <head> | ||
| <title>HTML Template change to your page title</title> | ||
| <meta name= "author" content="change to your name"> | ||
| <meta name= "Zachary Eubanks" content="change to your name"> |
There was a problem hiding this comment.
Zach,
The <meta> element is can be used for different things, as described in its name attribute.
name = author means that this meta tag is used to represent the page's author - in its contents
So, leave name=author and change contents = to Your Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.
Notes for teachers
Use this PR to leave feedback. Here are some tips:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @Zacheubanks