I have two websites to view my HTML code poetry. I struggled a lot with being able to write code that changed font type, size and lateral location on screen. Even though that was something I found difficult I was able to find code to add my gif or a background image and animate the text. I think my problem was that with the animated text codes I needed to know where and how to add the codes to change font size and type. The location was easy to change when I used <p></p>, but if I didn’t add a line of text it wouldn’t shift it down screen.
Here are two screenshots of very basic examples of HTML writing using my own poetry and artwork. I can’t display copies of my live page to the blog.
Here is the code that you can use to make the same effect, by filling in your own images and text.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
body {
background-image: url(“https://wmainhandmade.com/wp-content/uploads/2017/01/josephinedzielski.gif?w=863″);
}
</style>
</head>
<body>
<meta charset=”UTF-8”>
<title>Untitled Document</title>
</body>
<body><marquee behavior=”alternate”>Cutting
the lines and curves
of your body.</marquee> </body>
<center><p> Left dank
and unable to see.</p>
<p> You’re in a fog…</p> </center </html>
Click here for a link to the Final Projects Page, where all Final Projects of this class are located
