Discussion: my first website... html page
In the previous quiz, Online HTML and CSS Quiz, we tested our experience gained from the course.

Member

27 messages from 27 displayed.
//= Settings::TRACKING_CODE_B ?> //= Settings::TRACKING_CODE ?>
In the previous quiz, Online HTML and CSS Quiz, we tested our experience gained from the course.
title
, not just name of file.h2
is separate tag. It shouldn't be in p
. You can
use this:<p>My name is <span class="name">Vincent Evergreen N.</span> and this is my first website. ...
And then add into style.css
this:
.name {
font-size: 1.2em;
}
My main challenge is how And where to put my link to CSS page In the html document... Please start the linking from the head so that I can get the linking steps... Thanks IT MAN
The place I inserted the "link" tag, is that its position?...
You got a typo in the word "styesheet"
Irrespective of that... still its not advancing... corrected. Should i rewrite the html codes together with the css'..
And what's the problem, CSS doesn't work at all? Can you post your CSS file as well or upload the whole website somewhere and post me the link so I can check it?
my aside content can get borders assist me please.
my html code
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<title>GOOD LIVING</title>
<link rel="stylesheet" href="glv.css"/>
</head>
<body>
<div class="container">
<header>
<img src="images/logo.JPG" alt="logo area"class="logo"/>
<nav class="top_nav">
<ul>
<li><a href="">HOME </a></li>
<li><a href="">ABOUT </a></li>
<li><a href="">CONTACTS </a></li>
<li><a href="">DOWNLOADS</a></li>
<li><a href="">BLOG </a></li>
</ul>
</nav>
<div class="clear"></div>
</header>
<section class="left_side">
<article>
<header>
<h2> this is the article header<H2>
<h3>this is the subtitle</h3>
</header>
<p>this is paragraph 1</p>
<p>this is paragraph 2</p>
<footer>
-written by lawre
</footer>
</article>
</section>
<aside class="rigth_side">
<div>
<h2>social links</h2>
<ul>
<li><a href="">facebook</a></li>
<li><a href="">twitter</a></li>
<li><a href="">linkedin</a></li>
</ul
</div>
<div>
<h2>Related stories</h2>
</div>
</aside>
<footer class="page_footer">
©goodliving.com
</footer>
</div>
</body>
</html>
my css code
/*get rid of default margin and padding*/
*{
margin:opx;
padding:0px;
list-style-type:none;
}
header,nav,article,section,footer,aside{
display:block;
}
/*centering website*/
.container{
width:1000px;
margin:0px auto;
}
.clear{
clear: both;
}
.logo{
height:80px ;
width:100px;
float:left;
}
.top_nav{
float:left;
width:900;
}
.top_nav ul li{
float:left;
padding:35px 20px;
}
/*float aside and the main section*/
.left_side{
float:left;
width:700px;
}
.left_side article{
border:2px solid red;
margin-right:1opx;
padding:10px;
}
.right_side{
float:left;
width:300px;
}
.right_side div{
border:2px solid blue;
padding:10px;
margin:10px 0px;
}
/*make footer clear floated elements*/
.page_footer{
clear:both;
text-align:center;
}
well the website is not uploaded to the server
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<title>GOOD LIVING</title>
<link rel="stylesheet" href="glv.css"/>
</head>
<body>
<div class="container">
<header>
<img src="images/logo.JPG" alt="logo area"class="logo"/>
<nav class="top_nav">
<ul>
<li><a href="">HOME </a></li>
<li><a href="">ABOUT </a></li>
<li><a href="">CONTACTS </a></li>
<li><a href="">DOWNLOADS</a></li>
<li><a href="">BLOG </a></li>
</ul>
</nav>
<div class="clear"></div>
</header>
<section class="left_side">
<article>
<header>
<h2> this is the article header<H2>
<h3>this is the subtitle</h3>
</header>
<p>this is paragraph 1</p>
<p>this is paragraph 2</p>
<footer>
-written by lawre
</footer>
</article>
</section>
<aside class="rigth_side">
<div>
<h2>social links</h2>
<ul>
<li><a href="">facebook</a></li>
<li><a href="">twitter</a></li>
<li><a href="">linkedin</a></li>
</ul
</div>
<div>
<h2>Related stories</h2>
</div>
</aside>
<footer class="page_footer">
©goodliving.com
</footer>
</div>
</body>
</html>
/*get rid of default margin and padding*/
*{
margin:opx;
padding:0px;
list-style-type:none;
}
header,nav,article,section,footer,aside{
display:block;
}
/*centering website*/
.container{
width:1000px;
margin:0px auto;
}
.clear{
clear: both;
}
.logo{
height:80px ;
width:100px;
float:left;
}
.top_nav{
float:left;
width:900;
}
.top_nav ul li{
float:left;
padding:35px 20px;
}
/*float aside and the main section*/
.left_side{
float:left;
width:700px;
}
.left_side article{
border:2px solid red;
margin-right:1opx;
padding:10px;
}
.right_side{
float:left;
width:300px;
}
.right_side div{
border:2px solid blue;
padding:10px;
margin:10px 0px;
}
/*make footer clear floated elements*/
.page_footer{
clear:both;
text-align:center;
}
Hi Lawrence, I don't see you ask any question. Do you have any problem with your code?
Hi Lawrence, I see tipo in your html code, you have rigth_side instead of right_side
<aside class="rigth_side">
Is any of you guys interested in moderating the forums?
Oh, I see. Thanks for notice.
David Capka Hartinger, yes, no problem. HTML & CSS is my second home.
well guys thanks alot, am now trying to create a login system using php and no matter how i try i cant connect the pages to my local host server which is xampp any one who can help me please ill be greatiful
You should create new thread in PHP forum - https://www.ict.social/php/php-forum
Don't forget to add your code inside tags for code so we can see what you got
QA engineers are responsible for testing the software's performance https://mlsdev.com . They check that different components are functional and that the solution provides a sufficient level of security. They also check compatibility with other applications. They also check for bugs in previously-tested code, especially when adding new features or updates. Moreover, they use automated testing tools to ensure that the software meets its specifications.
27 messages from 27 displayed.