1 / 31

Introduction to web design discussing which languages is used for website designing

This PPT on web design gives you a brief introduction to web design discussing which languages is used for website designing<br><br>This PPT covers the following topics: <br><br>• What is website design<br>• Languages for web design<br>• Html (Hypertext markup language)<br>• Html elements<br>• Tables in HTML<br>• Html forms<br>• Tags of HTML<br>• Introduction to CSS<br>• CSS (Cascading Stylesheet)<br>• Types of stylesheet<br>• CSS selectors<br>• CSS background property<br>• CSS images<br>• CSS links<br>• CSS position<br><br>MAAN Software Inc. is a leading software firm generating its services since a long time in the domain of digital solution. It has successfully managed to aid hundreds of entrepreneurs and small businessmen to launch their endeavors and turn them into successful digital units.<br>

Download Presentation

Introduction to web design discussing which languages is used for website designing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web design is referred to presenting the content on web browsers • A web page contain some information’s which are rendered through markup languages like:- HTML • HTML is the most important element in web site deign . Because HTML render our contents on the web browser’s

  2. Html • CSS Languages for web design There are several kinds of languages using for web designing Some of those are :-

  3. HTML is most useful language in web design. It is use to render the content on web browser • HTML stands for “hyper text markup language” in which hyper text refers to a text which has a link for another page or content and markup means to structure of contents on web page HTML( Hyper text markup language)

  4. Block level elements A block level element contains the full width oaf an web page and start with new line. Html Elements • Inline elements An inline element contain space only where they exist in the page. There are two types of elements in html

  5. The HTML tables allow web authors to arrange data like text, images, links, other tables, etc. into rows and columns of cells. The HTML tables are created using the <table> tag in which the <tr> tag is used to create table rows and <td> tag is used to create data cells. Tables in HTML

  6. A html form contains form elements . Forms are basically use to submit user’s data on the database by using some methods “GET” and “POST” Html forms

  7. HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content. Most tags must have two parts, an opening and a closing part. For example, <html> is the opening tag and </html> is the closing tag. Tags of HTML

  8. CSS stands for cascading style sheet . CSS is use to style the simple HTML contents like font-style, color, back-ground-color, positioning of a element and much more thing that we ca do with CSS CSS(Cascading Stylesheet)

  9. Inline stylesheet An inline stylesheet are declare in the opening tag of the specific element. • Internal stylesheet An internal stylesheet is declare within the HTML document <head> section between <style></tag> Types of stylesheet • External stylesheet External stylesheet are some text file whose are saves by the extension name “style.css” external style is most useable then any of them. There are three types of stylesheet in CSS

  10. A CSS selector is the part of a CSS rule set that actually selects the content you want to style. Let's look at all the different kinds of selectors available, with a brief description of each. CSS selectors

  11. The background property is use to set the background-color of a web content like background-color, background-image background-attachment , background-position. CSS background property

  12. Images are the important content of any web site. • CSS makes it easy to control for display images in our web page. CSS images

  13. CSS provides the freedom to create styled links in many ways. • There are four states of links:- CSS links • a:link (link have URL of other page) • a:active (user currently on the link) • a:hover (move mouse curser over the link) • a:visited (user has visited the link)

  14. Position property allow the element to alien the content anywhere in the website from top , bottom ,left ,right, center CSS position

  15. www.Maansoftwares.com

More Related