Posting CSS code in page give 404 error
-
Hello, when I tried creating a page and posting with the code below I am getting 404 page not found. How do I fix this?
<!DOCTYPE html> <html> <head> <style> div { background-color: lightgrey; width: 125px; border: 5px solid green; padding: 25px; margin: 25px; } </style> </head> <body> <h2>Rice</h2> <p>The CSS box model is essentially a box that wraps around every HTML element. It consists of: borders, padding, margins, and the actual content.</p> <div><p><a href="https://singcompare.x10.mx/rice/golden-pineapple/">Golden Pineapple</a></p></div> </body> </html> </style> </head> <body> <div><p><a href="https://singcompare.x10.mx/rice/golden-pineapple/">Golden Pineapple</a></p></div> </body> </html>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Posting CSS code in page give 404 error’ is closed to new replies.