₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,396 members, 8,421,727 topics. Date: Saturday, 06 June 2026 at 10:06 PM

Toggle theme

Basic Css - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingBasic Css (723 Views)

1 Reply (Go Down)

Basic Css by Nobody:
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
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

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+mysqlCoding A Responsive Slider (HTML, CSS & JAVASCRIPT)234

Please Help Is Needed On How To Insert Two Or More Record Under A Single FieldGmail Added An Official “undo Send” Tool.Looking For A Magento Expert