Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,161,444 members, 7,846,836 topics. Date: Saturday, 01 June 2024 at 03:02 AM

Basic Css - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Basic Css (606 Views)

Can I Claim Expert In Html,javascript,css & Php After 1yrs Of Constant Learning? / Lets Start A Real Web-deveopment Course Here Html+css+javascript+php+mysql / Coding A Responsive Slider (HTML, CSS & JAVASCRIPT) (2) (3) (4)

(1) (Reply) (Go Down)

Basic Css by Nobody: 8:06pm On Mar 28, 2015
The css is design primarily to enable the separation of documents content, presentation, including elements such as layout , color and font.
}

table, td, th {
border: 1px solid black;
}
</style>
</head>
<body>

<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
</tr>
<tr>
<td>Lois</td>
<td>Griffin</td>
</tr>
</table>

<p><b>Note:</b> If a !DOCTYPE is not specified, the border-collapse property can produce unexpected results
in IE8 and earlier versions.</p>

</body>
</html>
This is use to create a table
Or use this code to edit your webpage
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #d0e4fe;
}

h1 {
color: orange;
text-align: center;
}

p {
font-family: "Times New Roman";
font-size: 20px;
}
</style>
</head>
<body>

<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>

</body>
</html>
H is the heading
P is paragraph
Css is based on calculations , u have to be good in math.
Re: Basic Css by Nobody: 8:46pm On Mar 28, 2015
You only need to understand plotting a graph for CSS positioning for the rest maths is not impotant

1 Like

Re: Basic Css by Nobody: 9:28pm On Mar 28, 2015
Yeah you are right.
Re: Basic Css by alayo22002(m): 11:28pm On Apr 05, 2015
@proxy plz bro i need ur assistance about diz css can i have ur whatapp number or pin?

(1) (Reply)

PYTHON Mysql / Programming With Vb.net / Tell Me Best App Developers From Melbourne?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 10
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.