You are on page 1of 3

Question 3(d)

<!DOCTYPE html>

<html lang="en">

<head>

<title>assignment</title>

<link rel="stylesheet" href="D:\html\styleindex.css"></link>

</head>

<body>

<h1>My First Webpage</h1>

<br>

Welcome to my website!Here are some things I enjoy.

<br>

<ul>

<li>Web Developement</li>

<li>Chess</li>

<li>Reading</li>

<li>Learning</li>

</ul>

<br>

<h2>Favorite Quotes<h2>

<blockquote>

Here is a favorite quote of mine...

</blockquote>

<br>

<blockquote>

..and another

</blockquote>

</body>

</html>
CSS FILE

body{

background-color:#c2c0c0;

width:600px;

margin:auto;

font-weight:bold;

blockquote{

border: white 1px solid;

text-align:center;

margin:0;

h2{

background-image:url("bg.jpg");

background-repeat:no-repeat;

background-size:cover;

IMAGE
AND THE RESULT

You might also like