How to add different colors to a hyperlink in a document.
<html>
<head> (more…)
How to position an element relative to its normal position.
<html>
<head>
<style type=”text/css”>
h2.pos_abs (more…)
How to display an element as an inline element.
<html>
<head>
<style type=”text/css”>
p {display: inline}
div {display: none}
</style>
</head> (more…)
You have seen the border that surrounds every box element, the padding that can appear inside each box and the margin that can go around them. In this tutorial we will how we can change the dimensions of boxes.