October 2011
Beginner
432 pages
10h 18m
English
Applets are placed on a web page by using HTML, the markup language used to create web pages. HTML is a way to combine formatted text, images, sound, and other elements together and present them in a web browser. HTML uses markup commands called tags that are surrounded by < and > marks, including <img> for the display of images, <p> for the insertion of a paragraph mark, and <h1> and </h1> to indicate the text that they surround is a heading.
The performance of HTML tags can be affected by attributes that determine how they function. The src attribute of an img tag provides the name of the image file that should be displayed, as in this example of HTML markup:
<img src="graduation.jpg">
This markup causes a web ...
Read now
Unlock full access