Plan a Website Design- Tutorial
Friday, May 29 2015
Plan a Website Design: Overview Before you sit down to design your first webpage, you should plan a website design. Take out a piece of paper and pen or pencil and draw a rough sketch of your page. Lay out where you want to place your pictures, text and other elements. Your draft will
No Comments
Tips for Troubleshooting HTML5 Web Pages- Tutorial
Wednesday, March 18 2015
Tips for Troubleshooting HTML5 Web Pages: Overview In this lesson, you will learn tips for troubleshooting HTML5 web pages. If you have ever visited a website that does not function properly, you can relate to the frustration that a user experiences when they run into problems. It is critical that you test your website
Dreamweaver Training: Working With Images
Friday, June 06 2014
Using Images in a Web Page Whatever type of website you are planning, images will undoubtedly play a big role in helping to get your ideas across. It is important to remember that Dreamweaver isn’t an image editing program. This means that you will have to prepare
- Published in Dreamweaver, Latest
CSS 3 and HTML5 Training: Creating Backgrounds in CSS
Tuesday, June 03 2014
In this post, we will discuss creating backgrounds in CSS using color, images, and fixed images. Need more CSS3 and HTML5 training? Click here for the complete tutorial. Colors To set the background color in your webpage you want to use the BACKGROUND-COLOR property. Like other color selection
Training in HTML5: Working with Text in CSS3: Bolding and Italicizing Text
Wednesday, May 14 2014
Need more training in HTML5 and CSS3? Click here for the complete tutorial! Emphasizing Text (Bold and Italic) To bold text in a CSS style rule, use the FONT-WEIGHT property. You can use the default value of “bold” or you can assign a degree of boldness with
HTML5 Training: How to Format a Page in HTML5
Tuesday, May 06 2014
Understanding how to format a page in HTML5 is very important. In this post, we will examine some basic techniques and tags to help you format a page in html5. Click here to view the entire tutorial. Adding a New Paragraph When you are working in a word
How to Add Video and Audio Files to a Webpage Using HTML5
Thursday, April 17 2014
For the complete tutorial, click here About Video and Audio Files: You can add video and audio files to your webpage by either providing links to the files or embedding them directly into your HTML pages. Before the adoption of HTML5, there was no standard for
What’s New In HTML5?
Monday, April 14 2014
There are many changes to HTML5 that make it much easier to work with. The semantics and structure are clearer and more straight forward than previous versions of HTML. New Elements have been added and redundant Tags have been removed. The insertion of media has been streamlined and