` wrapping the image, within the `` element
+Add the heading `
`, underneath the `
` wrapping the image, within the `` element
```html
-
Hi, I'm Ada Lovelace
+
Hi, I'm Ada Lovelace
```
@@ -135,7 +135,7 @@ Make the `div` element surrounding the heading inline. Start by adding a class `
```html
-
Hi, I'm Ada Lovelace
+
Hi, I'm Ada Lovelace
```
and then the relevant CSS
@@ -146,7 +146,7 @@ and then the relevant CSS
}
```
-`inline-block` is another display attribute. You must use `inline-block` rather than `inline` to make the element appear inline because the `div` with the class `title` contains a block element, `
`, that takes over and expands across the end of the line.
+`inline-block` is another display attribute. You must use `inline-block` rather than `inline` to make the element appear inline because the `div` with the class `title` contains a block element, `
`, that takes over and expands across the end of the line.
> Using firebug, change `inline-block` to `inline` and notice how they render
@@ -218,7 +218,7 @@ Let's add some content! Add the following inside the `div` in the html file
```html
@@ -574,7 +574,7 @@ footer a {
Have a look at the [example page](http://codebar.github.io/tutorials/html/lesson3/example.html "Ada Lovelace"). The heading and body of the page have some differences from the page we just created.
-Use the inspector to have a look at `` and `
` and apply these changes to your page.
+Use the inspector to have a look at `` and `