Tag Archives: Create

HTML07 Write an HTML code to create a Web page of blue color and display links in red colour.

Write an HTML code to create a Web page of blue color and display links in red colour. Write an HTML code to create a Web page of blue color and display links in red colour. Html code: [codesyntax lang=”html4strict”] <!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML7</TITLE> </HEAD> <BODY BGCOLOR=”blue” TEXT=”red”> <P ALIGN=”center”><FONT FACE=”verdana” COLOR=”white” SIZE=”5″><B>CSSimplified.com… 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 »

HTML02 Create an HTML document giving details of your name, age, telephone etc. aligned in proper order

Create an HTML document giving details of your name, age, telephone number, address, TLC code & enrolment number aligned in proper order. Special Characters You have seen that there are certain characters that have special meaning in HTML code. For example, the “< ” and “ > ” characters delimit tags. If you want to… Read More »

Create a Website for a City in HTML and VBScript – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCSL-016 Course Title : Internet Concepts and Web Design (Lab Course) Assignment Number : MCA(I)/L-016/Assignment/15-16 Maximum Marks : 50 Weightage : 25% Create a website that provides information about historical tourist places around your city. Your site should include the following pages. a. The Home page should consist… Read More »

Draw the logic diagram of a full adder. Create a 2-bit adder-subtractor circuit using the block diagram of the full adder 6m Jun2006

Draw the logic diagram of a full adder. Create a 2-bit adder-subtractor circuit using the block diagram of the full adder 6m Jun2006 A combinational circuit which performs addition of two bits is called a half adder, while the combinational circuit which performs arithmetic addition of three bits (the third bit is the previous carry bit)… Read More »

Create a Website for a School in HTML and VBScript – IGNOU MCA Assignment 2014-15

MASTER OF COMPUTER APPLICATIONS Course Code : MCSL-016 Course Title : Internet Concepts and Web Design (Lab Course) Assignment Number : MCA(1)/L016/Assign/2014-15 Maximum Marks : 100 Weightage : 25%   Create a web site for a School consisting of the following pages: a)The Home page should consists of four areas containing the following information: Header… Read More »