Category Archives: WEB Development

HTML03 Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style.

Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style. Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style. Html code: [codesyntax lang=”html4strict”] hh<!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML 3</TITLE> </HEAD> <BODY> <H1>CSSimplified.com</H1> <P ALIGN=”justify”><B><I><BIG>About Us</BIG></I></B><BR> Computer Science… 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 »

HTML01 Write HTML code to develop a Web page having the background in red and title “My First Page” in any other colour

Write HTML code to develop a Web page having the background in red and title “My First Page” in any other colour. HTML stands for HyperText Markup Language. HTML provides a way of displaying Web pages with text and images or multimedia content. HTML is not a programming language, but a markup language. An HTML… Read More »