HTML-1-Lucas--first pages - #1
Open
kdlucas04 wants to merge 2 commits into
Open
Conversation
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.
What You Learned & Basic Overview of Coding Work
Creating my first page was honestly not as bad as I expected it to be! For this page, I created the basic structure for my website, The Romance Index. I used sectioning elements such as header, nav, main, and section to organize the different parts of the page.
I also practiced using headings by making the website title an h1 and using h2 elements for the individual sections. One of my main takeaways was understanding that HTML elements are not just about how something looks on the page. They also give the content structure and meaning. I also used a navigation list, a paragraph, and an unordered list of romance tropes.
Triumps
I am proud that I was able to create a working page and actually understand more of what I was doing than I expected. It was especially cool to save the page and see my changes appear in the browser. At one point, I completely messed up my list of romance tropes because I was not closing my li tags correctly. Once I fixed the tags, VS Code helped correct the formatting, which was pretty cool to see. I also feel more comfortable recognizing how opening and closing tags work now.
Questions
I would like feedback on whether my page is structured appropriately and if I am using the semantic elements correctly. I am also still getting used to keeping track of opening and closing tags, especially when several elements are inside one another. I would appreciate any tips for keeping HTML organized as the page becomes more complicated.