Create a Fun Section Divider
The aim of this tutorial is to teach you how to create a fun section divider.
read moreLoading...
The aim of this tutorial is to teach you how to create a fun section divider.
read moreWant to add another dimension to your site's images? Consider using image maps. With an image map you can break up a single image into multiple clickable regions, each with it's own hot spot. Each hot spot can link to another page as shown here and live at shadovitz.com - or it can trigger and eve...
read moreTemplates are a core tool in Dreamweaver-and one that's gaining in importance and use. Many designers employ templates at the most basic level to ramp up their production efforts; however, an equal number of designers now avoid them because incorrect setup and application left a bad taste. The bene...
read moreA page full of information can become rather dull, so it's always nice to be able to add design elements. Images are excellent additions, of course; however, you don't always have images and they're not always appropriate. In these cases, some simple CSS can add to your page. This was the case fo...
read moreIn the early days of the Web, it was very popular to use images-buttons-as the basic navigation links on our page. As the Web has matured, many people have moved to favoring text links. There's a strong argument for doing so: flexibility. It's far easier to edit text than to create or regenerate i...
read moreHTML is composition of tags. HTML document is purely text file, so that can be made with text editor promiscuously. HTML document like this can be referred as web page , presented in web server browser.
read moreHTML document has its own basic elements, that is expressed with ,
, and HTML document has its own basic elements, that is expressed with <Html>, <head>, and <body> tags, including its end format form of each tags. So, the basic tags or elements that are needed ... read moreWe have been able to create an empty html page with elementary HTML codes, so far. What most elementary from formatting text is Heading tag. There are six levels for heading with one as the biggest heading and 6 is smaller heading. With codes of heading text will be the in form of follows:
read moreLink is often recognized with term " hyperlinks", enabling an object/string in your documents for being clicked. At the time of the objects/strings being clicked will open a new document on your web page. Also, a link can be used to link at a downloadable files.
read more
There are 3 types of lists:
1) Unordered List
2) Ordered List
3) Definition List
Copyright © . All Rights Reserved