Tag Archives: attributes

HTML06 Design a page having background colour yellow, giving text colour red and using all the attributes of font tab.

Design a page having background colour yellow, giving text colour red and using all the attributes of font tab.   Design a page having background colour yellow, giving text colour red and using all the attributes of font tab. Html code: [codesyntax lang=”html4strict”] <!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML5</TITLE> </HEAD> <BODY> <FONT><B>CSSimplified.com</B></FONT> <P><FONT><I>CSSimplified.com</I></FONT> </P> <P><FONT><U>CSSimplified.com</U></FONT>… Read More »

HTML05 Create a page to show different attributes: italics, bold, underline.

Create a page to show different attributes: italics, bold, underline.   FORMATTING The ability to make text bold, italicized, or underlined; these are just three of the ten options available to indicate how text can appear in HTML and XHTML. The <B>, <I> and <U> tags are used to mark the text as bold, italics… Read More »