Plan a Website Design- Tutorial
Friday, May 29 2015
Plan a Website Design: Video Lesson This video lesson, titled “Design Considerations and Planning,” shows you how to plan a website design. This video is from our HTML5 and CSS3 training, titled “Mastering HTML5 and CSS3 Made Easy v.1.0.” Plan a Website Design: Overview Before you sit down to design your first webpage,
No Comments
Tips for Troubleshooting HTML5 Web Pages- Tutorial
Wednesday, March 18 2015
Tips for Troubleshooting HTML5 Web Pages: Video Lesson This video lesson, titled “Troubleshooting,” shows tips for troubleshooting HTML5 web pages. This lesson is from our complete HTML5 and CSS3 tutorial, titled “Mastering HTML5 and CSS3 Made Easy v.1.0.” Tips for Troubleshooting HTML5 Web Pages: Overview In this lesson, you will learn tips for
Using Images in a Web Page in Dreamweaver
Friday, June 06 2014
Using Images in a Web Page: Video The following video, titled “Using Images in a Web Page,” discusses considerations to make before using images in a web page in Dreamweaver. Using Images in a Web Page This video discusses using images in a web page in Dreamweaver.Whatever type of website you are planning, images will
- 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