<div> attributes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<div> attributes

Hey everyone, I can't seem to answer this right and I really don't know what I'm doing wrong. Could you please help me? I'm supposed to enter something in the blank spaces, but I'm not sure what. I was pretty sure it should be "class" and "section", but that's unfortunately wrong. I'm stuck :/ I would really appreciate the help! :) <html> <body align="center"> <div> BLANK BLANK <p>This is a line of text</p> </div> </body> </html>

24th Aug 2022, 1:32 PM
Kay
2 Answers
+ 2
Could you please mention which task/ lesson number it is so we can look it up?
24th Aug 2022, 1:33 PM
Lisa
Lisa - avatar
0
Hi! Please, use the HTML layout I posted below for your research: 👇 <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> </body> </html>
24th Aug 2022, 1:58 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar