I’m in section 5 and 6 of the CSS Basics. I cannot get the css to live render in the live view browser. Is this a program issue or a code issue. Can someone please help me with this?
Write HTML in a tag ( can be h1, h2, p, or anything)
Let me give an example
less than< p >greater than Lorem Less than < forward slash / greater than >
This will display Lorem on your browser
Now you can style it using CSS as
body {
margin: 10px;
}