Jul
27

0


Website Design: All Ford Auto Wrecking Finished custom Website design for All Ford Auto Wrecking. Includes flash photo gallery. URL: www.allfordautowrecking.com Although this job was completed and delivered to the client, design may or may not be in use at this time. Also, be aware that clients change designs and designers from time to time. Top
more

Jan
5

0


HTML: Element Backgrounds Background Color By using the style attribute with the background-color property, you can add color to about any HTML element. 1 <p style="background-color: #f9f581;">Content goes here.</p> Content goes here. Using the <div> element, you have the ability to add background color to a group of elements. 1 2 3 4 5 6 7 <div style=&
more

Jan
5

0


HTML: Menu Lists <ul>, Definition Lists <dl> Traditionally, lists came in two flavors: unordered lists (<ul>), and ordered lists (<ol>). With HTML 4.01 you only need to use <ul>. You can specify the marker using the style attribute. Default spacing does differ among browsers. Use the <ul> tag to begin a list. Place the <li></li> (
more

Jan
5

2


HTML: Images Use the <img> tag to place an image on your Web page. The src="" attribute stands for source or URL of the image. For an image to be seen on the Web, it must be upload to your host. The alt="" attribute specifies alternate text to be displayed if for some reason the browser
more

Jan
5

0


HTML: Horizontal Rules <hr> Use the <hr> tag to display lines across the screen. Like the <br>, the <hr> has no ending tag. The default spacing above and below the rule, as well as appearance, can vary depending on the browser you are using so use them sparingly. Do not use the <hr> tag within the &
more

Page 1 of 612345...Last »