Camera, Pictures, and Memories
People love taking photos since long time ago. Before the digital camera was invented, people were so happy to take their pictures using the grayscale cameras. At that time, having camera was something luxury so it was only being used for important moments, such as graduation, birthday, new baby born, wedding, etc. However, as the [...]
New Web Page Technologies
In addition to HTML pages, a number of new technologies have been developed for Web pages. Even if these technologies don’t apply to your Web site initially, it’s good to know that if you need something more sophisticated than that provided by your Web-authoring tools, the capability exists. The following list describes relevant Web page [...]
Introducing HTML Code Part (4)
Most Web pages, in fact, simply provide text, images, and hyperlinks. Of course, in real life, a Web page would provide considerably more text, several graphic images, and probably numerous hyperlinks. But, boiled down to their very essence, most Web pages are as simple.
Introducing HTML Code Part (3)
Notice also that in the middle of the “hello world” paragraph there is now a hyperlink. The hyperlink tag starts with <a> and ends with </a>, and in between are the attributes of the hyperlink and the text to which the hyperlink is attached.
Introducing HTML Code Part (2)
TIP: All HTML tags begin with a left angle bracket (<) and end with a right angle bracket (>). They usually begin and end similarly to the <html> and <p> tags—the end of the tag is the same as the beginning, except for the addition of a slash (/). For example, </p> closes the <p> [...]
