Web Designing

Welcome to the web designing page, here is a huge collection of HTML, HTML + CSS, and HTML + javascript pages with source code. Here we also provide the solution for the lab assignment. Try to modify all the web pages yourself, this will help you to better understand the tags that are used in HTML, CSS, and javascript. Basically, you can learn table creation, frameset and frame in HTML you can also learn about various types of tags like an image, audio, video, anchor, navigation, an ordered list, unordered list, checkbox, and radio button.

We also provide an android project ( app design ) at a minimum price ( all over India ). If you want an android app, just send me your requirement. I will definitely provide the app at a minimum price. For more details.

Email: programmingwithbasics[at]gmail[dot]com

Web Designing Projects- Table of Content


Web Designing Projects


HTML + CSS Examples


Now come to CSS, the full form of CSS is cascading style sheet and we use CSS in web pages for decorating web pages CSS ( cascading style sheet ) are three types.

  • Inline
  • Internal
  • External

1. Inline CSS

 
inline CSS is mostly used when you have used less CSS on your web pages like you are designing a table or registration form so no need to write CSS separately you can use CSS in HTML tags.

Syntax

<[element or tag name] STYLE="[CSS property]:[property value]">

2. Internal CSS


Internal CSS is used when you are designing a full web page and you are using the same property of CSS again and again so need to write the same CSS in each tag in HTML just write a code once and used the same CSS effects again and again.

3. External CSS


We can say that internal CSS or external CSS is the same instead of writing CSS code on the same web page we create a new file with an extension. CSS (dot.css) and write all the CSS and link the CSS by giving the link of CSS on our web page. So when HTML interpret our web page automatically fetches the request CSS from the CSS file location and performs the desired action. Below are some examples of web pages with CSS.


HTML + Javascript Examples


Javascript is a script, javascript is completely different from Java language, Java is a language while javascript is a Script. Javascript is used to perform special tasks like validation of registration forms, finding an element of a page and performing some events in HTML or web design