I wanted to display the text "Hi, do you want to be friends?", so I created an HTML file and wrote something like this <p> tag to wrap the text. <p>is short for paragraph, which means "paragraph". More
Overlaying a div on top of a div with the CSS position property
I've marked up the exhibition page, but some of the exhibits need to be finished, so I decided to stack a div on top of a div to show an early finish. CSS position More