-
The purpose of HTML code is to describe the structure of webpages.
-
The difference between an element and a tag is that a tag refers only to the brackets and characters, while an element is comprised of the opening tag, the closing tag, and everything in between.
-
We use attributes in HTML to provide more information about elements.
-
The purpose of the head HTML element is to contain information about the page.
<head> | |
<title>Words of the Buddha</title> | |
<meta charset='utf-8'> | |
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> | |
</head> | |
<body> | |
<h1>Quotes from the Buddha</h1> | |
<br> | |
<div id="quote-box"> |
The biggest lesson I learned from reading "29 Behaviors that Will Make you an Unstoppable Programmer" was to hesitate less when I begin working on a project. Regardless of the project, I have a tendency to be intimidated by the blank page, and sometimes I allow this fear of doing something wrong prevent me from doing anything at all. The advice to "understand that code is cheap" and "move fast and break things" made me realize that it is more important to try something that I know isn't perfect than wait for the perfect idea to strike. I also enjoyed the reminder to "absorb massive criticism with ease." Although I have always taken criticism into account in the past, I have taken it too personally at times and allowed it to discourage me when it was only meant to be constructive. I have been working on taking critiques less personally, and it was good to be reminded that criticism is valuable to everyone.
Project: Linked List
Group Member Names: Katie Scruggs (me), Julie Hawkins
Project Expectations: What does each group member hope to get out of this project? We expect to at least achieve Phase Three requirements and talk about how we would execute Phase Four. Hopefully we will also do Phase Four. We also expect to have fun with this project while trying new things. I expect to get a better handle on GitHub.
Goals and expectations: Have fun and experiment while creating an awesome project.
Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.
-
What are your learning goals for this project? What drives us in this project?
Hugh My learning goals for this project are to increase my speed and adaptability with HTML and CSS, as well as to increase my proficiency and understanding with JQ/JS. I feel comfortable with Git/GitHub, but want to become more organized and regimented with my branches, commits, etc.
Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.
- What are your learning goals for this project? What drives us in this project? (testing, ES6, canvas, objects)
- What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches? (both)
- How do you communicate best? How do you appreciate receiving communication from others? (talk, Slack)
- How would you describe your work style? (Maria is a hard worker, needs to think about things on own)