Basic Html - Study Mode

[#111] ALL HTML tags are enclosed in what ?
Correct Answer

(C) < and >

[#112] and are the tags used for
Correct Answer

(D) Adding links to your page

[#113] To add a plain color background to your web page, use which of the following ? 1. <body bgcolor= “36,24,35”> 2. <body color= “# FF000”> 3. <body bgcolor= “# FF000”>
Correct Answer

(C) Option 3

[#114] The BODY tag is usually used after
Correct Answer

(D) HEAD tag

[#115] Choose the correct HTML tag to make a text italic. 1. <i> 2. <italic> 3. <it> 4. <il>
Correct Answer

(A) Option 1