This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Username134
about 9 years

html basics 8/14 says Did you remember to add all three extra sets of <p></p> tags?

Answer 54b656e186f5528485005308

2 votes

Permalink

you can never nest paragraph tags inside header tags <h1><p>this is wrong</p></h1> and vice versa: <p><h1>this is also wrong</h1></p>

the right way: <h1>nesting the right way</h1> <p>this is how the nesting should be</p>

points
Submitted by stetim94
about 9 years

Answer 54e3c2fb95e378a8e20010fb

1 vote

Permalink

Username134, the instructions asked to “Add three more headings to the code, making use of h2, h4 and h6.” There should have already been heading code lines for h1, h3, and h5 and directly beneath each a paragraph(p). If they were not already there, then add them. Then had three more headings: h2, h4, and h6, with a paragraph for each. So there would be a total of six headings and six paragraphs

points
Submitted by Shelly191
about 9 years

2 comments

mfcity almost 9 years

This is the answer I needed, thanks. For some reason the previous lines of h1, h3 and h5 needed to be redone.

James almost 9 years

yeah on this on he forgot to put h1 h3 and h5

Answer 54b4006986f552075f007fff

0 votes

Permalink

points
Submitted by msflynn45
about 9 years

2 comments

Tayyab Khan about 9 years

Thanks! shanley45

stetim94 about 9 years

uhm.. guys? the nesting is wrong, please don’t do this. in microsoft office word you use paragraph and seperately and not at the same time, why would do that?