2
I have this code:
<!DOCTYPE HTML>
<HTML>
<head>
</head>
<header>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</header>
<body>
<Title>Lorem ipsum</Title></b><
<article>Phasellus ullamcorper turpis in vehicula dictum. Pellentesque ultrices ultrices aliquam. Sed gravida nulla elit, non commodo enim porta id. Morbi vitae mauris lacus. Integer mi ex, mollis id ornare sed, tincidunt a nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut porttitor orci. Nulla ut laoreet est. Nunc faucibus mauris libero, eget aliquet sapien suscipit eget. Praesent elementum, velit eu ullamcorper blandit, massa justo fermentum est, quis euismod neque neque non felis.</article>
<h3>WARNING!</h3>
<section> Nunc faucibus mauris libero, eget aliquet sapien suscipit eget. Praesent elementum, velit eu ullamcorper blandit, massa justo fermentum est, quis euismod neque neque non felis.</section></n>
<input type='button' value='Accept'> <input type='button' value='Decline'>
</body>
</HTML>
Could someone help me with this part?
<input type='button' value='Accept'> <input type='button' value='Decline'>
I’d like to put a small gap between the two.
'Cause span wouldn’t be a good practice?
– alxwca
@alxwca Why it is unnecessary to use an element just to create a space.
– Sam
Yes, I understand that! but with span it’s easier;
– alxwca
This refers in the economy of lines isn’t it ? I thank you for your help, everything went right here and even space was what I wanted. Hugs.
– Felipe
@alxwca Easier does not mean the right and best. If you want to learn to write code, try to do the right thing possible.
– Sam
@dvd in my projects I always look for the best practices, but today I use so much css framework; but the discussion is valid and thanks for the clarification.
– alxwca
@Felipe It’s not about economics, it’s about doing the right things and not using one thing to do another. A ping-pong table also serves as a dining table, but it is not a dining table. As I said in the comment above, you have to try to make things right.
– Sam