I created a containing element to hold div2 and div3 and then I floated the container to the right.
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
Directions: Copy this template into your own gist. | |
Strengths Reflection & Coaching Request | |
Read Through Your Theme Definitions | |
What words or phrases stick out to you? How would you define each of your top 5 talents in your own words? | |
Do these top 5 talent themes resonate with you? Why or why not? |
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
On a website, what is the purpose of HTML code? It is the Structure | |
What is the difference between an element and a tag? the tag can either be the starting or ending tag. The element is both tags | |
and everything inbetweeen. | |
Why do we use attributes in HTML elements? to provide additional information about them. | |
Describe the purpose of the head, title, and body HTML elements. the head is inforamationa about the website, and also contains the title. | |
The title is what appears in the tab of the web browser. The body is everything that is on the webpage. | |
In your browser (Chrome), how do you view the source of a website? Command/Option/I | |
List five different HTML elements and what they are used for. For example, <p></p> is a paragraph element, and it is used to represent a paragraph of text. | |
<h1></h1> is the most important heading category. | |
<aside></aside> is a portion of a website, usually on one side or the other. |
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
### Layout Challenge | |
#### challenge 1 | |
[challenge 1](http://codepen.io/MileHighNik/pen/LxeQwj) | |
#### challenge 2 | |
[challenge 2](http://codepen.io/MileHighNik/pen/BpJrmg) | |
#### challenge 3 | |
[challenge 3](http://codepen.io/MileHighNik/pen/dNJmOm) |
NewerOlder