Html+css web layout

15
Webdesignin g By: Vijay Kumar Verma (VJY) Roll No-1326910 HTML+CSS </> { } Layout Creation 1 28-Feb-2014

description

Creating Web Layout using HTML and CSS

Transcript of Html+css web layout

Page 1: Html+css web layout

Webdesigning

By:

Vijay Kumar Verma (VJY)Roll No-1326910

HTML+CSS

</> { }

Layout Creation

128-Feb-2014

Page 2: Html+css web layout

PurposeUnderstand HTML+CSS

What is Class & ID

How to work with DIV

Layout From scratch

BY: VJY 204/10/2023

Page 3: Html+css web layout

What is HTML & CSS| A Markup Language to Create Website.| CSS is used to describing the look and

formatting of webpages.| Pure HTML is just responsible to create

simple webpages| XHTML have strict rules for their syntax.| DHTML= HTML+CSS+DOM+JS| The DOM defines a standard for accessing

documents.BY: VJY 304/10/2023

Page 4: Html+css web layout

NowUnderstand HTML+CSS

What is Class & ID

How to work with DIV

Layout From scratch

BY: VJY 404/10/2023

Page 5: Html+css web layout

CSS Class & ID

| Id selector: style for a single, unique element.

| (#) dot is used for Id

| Class selector: style for a group of elements.

| (.) dot is used for class

BY: VJY 504/10/2023

{ color: #fff; font-face:Arial; }

.myid

DeclarationSelector

Property Value

Page 6: Html+css web layout

NowUnderstand HTML+CSS

What is Class & ID

How to work with DIV

Layout From scratch

BY: VJY 604/10/2023

Page 7: Html+css web layout

DIV Tag| Defining a section of your document.

| Group elements

| Block Level Tag.

| It create layers.

| Faster Loading

| Smaller file size

BY: VJY 704/10/2023

Page 8: Html+css web layout

DIV Tag (Cont..)

<body>

<div> <!—Wrapper-->

<div>First Block</div>

<div>Second Block</div>

</div>

</body>

BY: VJY 804/10/2023

Page 9: Html+css web layout

NowUnderstand HTML+CSS

What is Class & ID

How to work with DIV

Layout From scratch

BY: VJY 904/10/2023

Page 10: Html+css web layout

Web Layout| Web layouts ensure that art is

properly oriented to match the design scheme and specification of form and fill equipment.

| Types:a. Fixed

b. Liquid

c. ElasticBY: VJY 1004/10/2023

Page 11: Html+css web layout

Example

BY: VJY 1104/10/2023

Page 12: Html+css web layout

How to create?

BY: VJY 1204/10/2023

Page 13: Html+css web layout

Requirements| A text editor (Notepad++)

| An image editor (Photoshop)

| Browser (Firefox)

| Some passion and mind

BY: VJY 1304/10/2023

Page 14: Html+css web layout

Have Any Question?

Just Ask!

Post Query On

Email@

facebook.com/groups/sviet.mca

[email protected]

Page 15: Html+css web layout

Thank You!