Posts
- Get link
- X
- Other Apps
Lesson 4 Basic Tags At the end of this session, you will be able to: Ø Use Basic Tags Ø Insert Images The steps given in this session are detailed, comprehensive and carefully thought through. This has been done so that the learning objective are met the understanding of the tool is complete. Please follow the steps carefully. In order to execute the programs follow the steps given below: 1. Create a folder, HTML-DHTML-JS- Examples under D:\ and save all the .html files in this folder only. (If you don’t have D drive, create the folder under C :\) 2. Invoke Notep...
- Get link
- X
- Other Apps
3.5.3 Definition lists Definition lists are used to generate a list of terms and their definitions. Definition lists are enclosed within <DL>... </DL> tag is used to specify the definition term, while the <DD>tag is used to specify the definition itself. Figure 3. 11 of Example 11 3.6 Using Horizontal Tag: <HR> The <HR> (horizontal rule ) tag is used to draw a horizontal line across the page . The following attributes help to control the horizontal line. It has a start tag , ...