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>
2 ответов
+ 2
Could you please mention which task/ lesson number it is so we can look it up?
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>