Get up to 80 % extra points for free! More info:

Discussion – Lesson 9 - Layout and backgrounds in HTML

Back

 

Comments
Avatar
Aniceth Alphonce:3/23/2017 17:10

i haven't get you well on how to make those sub pages and on how to arrange them Mr David

 
Reply
3/23/2017 17:10
Avatar
Replies to Aniceth Alphonce
David Capka Hartinger:3/24/2017 12:17

If you miss anything, you can always download the archive under each article. Your subpages are just HTML files. You make them by copying some other and changing the content. You link them using the a tag.

Reply
3/24/2017 12:17
You can walk through a storm and feel the wind but you know you are not the wind.
Avatar
saviour
Member
Avatar
saviour:4/8/2017 15:49

i am trying to apply code for the background colour in style.css but it is not working. Here is the sample of my code: background: url ("photo.png"). Is it wrong?

 
Reply
4/8/2017 15:49
Avatar
Replies to saviour
David Capka Hartinger:4/8/2017 16:50

Isn't the file in a subdirectory? (images/... or something like this?) Also the filename extension can mismatch.

Reply
4/8/2017 16:50
You can walk through a storm and feel the wind but you know you are not the wind.
Avatar
Ardouin Best Saint Jean:7/9/2017 8:47

<!DOCTYPE.html>

<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Ardouin's life</title>

<head>

</head>
<body>
<article>
<header>
<h1>About me</h1>

</header>

<section>
<p>Welcome to my first site,still learning how to script, getting better each time</p>
<p class="center"><img src="images/AR­DOUIN.jpg" alt="My picture" /></p>

<p>My name is Ardouin Saint Jean and i'm 20 years old, i went to school in the united states </p>
<p>it's been four years since i'haven't been doing a thing only walking, around the streets. </p>
<p>My main hobby right now n on will be making <strong>program</stron­g> still learning at <em>ICT.SOCIAL</em>!</p>

</section>

</article>

</body>

</html>

 
Reply
7/9/2017 8:47
Avatar
IT Man
Member
Avatar
Replies to Ardouin Best Saint Jean
IT Man:7/9/2017 9:03

Please, check my comment in the previous article, you made similar mistakes. :)

 
Reply
7/9/2017 9:03
To maintain the quality of discussion, we only allow registered members to comment. Sign in. If you're new, Sign up, it's free.

6 messages from 6 displayed.