Comment Box Borders
This page contains examples of comment boxes with borders. Feel free to copy and paste the code for your own use.
Thin Border
In this example, the border is 1 pixel wide, solid, and a dark green color (hex color value: #6DB72C). Borders are created using the CSS border
property.
Setting borders and colors in HTML is easy - if you know how.
Thick Border
In this example, I've made the border thicker (10 pixels wide).
Dotted Border
In this example, I've created a dotted border around the comment box. To do this, you simply change the value "solid" to "dotted".
Dashed Border
In this example, I've changed the border to "dashed".
Grooved Border
You can also give your border a "grooved" effect.
Double Borders
Ridged Border
Outset Border
Inset Border
Mixed Borders
This is where it can get really interesting. You can specify a different border for each side of your comment box. Try changing the values for some cool results!
HTML Reference
-
HTML Tutorial
Free HTML tutorial that explains how to code in HTML.
This tutorial explains what HTML elements and attributes are, and how to use them.
I explain the basics, such as what you need in order to write HTML and how to create your first web page.
I then cover other HTML topics including tables, adding color, images, forms, image maps, iframes, meta tags, and more.
I also explain the difference between HTML and CSS (and when to use each one).
Go to HTML Tutorial -
HTML Tags
Full list of all HTML elements.
This is an alphabetical list of HTML elements, linking to a full page of details for each element.
All elements are based on the official HTML5 specification, and include usage notes, full attribute list, as well as links to the various specifications for each element (i.e. HTML4 spec, HTML5 spec, WHATWG spec).
Go to HTML Tags -
CSS Properties
Full list of CSS properties.
Alphabetical list of CSS properties as per the W3C specifications.
CSS stands for Cascading Style Sheets. CSS is the standard way to style web pages.
You can use CSS to set the style for a whole website in one place. CSS allows you to set colors, fonts, widths, heights, margins, padding, and much more.
Go to CSS Properties