Posts

CSS : Position, absolute, relative ,fixed and sticky(tut25).html

CSS : Position, absolute, relative ,fixed and sticky(tut25).html <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >           .box {             display : inline-block ;             border : 2px solid red ;             width : 150px ;             height : 150px ;             margin : 2px ;         }         #box3     {         /* relative: Position to the element relative to its normal position and will give a gap at i...

computerbasics pdfs

Introduction to Computer(Part-1)  

automation fitness center project synopsis

  1 Project Synopsis MCSP-060 “Automation System of Fitness Center” By SHRUTI RANI (182015660) Under the guidance of AMBIKESH In partial fulfillment of the requirements for the award of the degree Master of Computer Applications (MCA) January 2020 NAME : SHRUTI RANI ENROLLMENT NUMBER: 182015660 PROGRAMME CODE : MCA SEMESTER: 6 th STUDY CENTER CODE: 0769 STUDY CENTER NAME: SHYAM LAL COLLEGE REGIONAL CENTER CODE : 29 (DELHI 2) 2 3 4 5 6 PROJECT SYNOPSIS 7 Table of Contents 1. Introduction 9 1.1 Background 9 1.2 Objective 10 1.3 Purpose And Scope 11-12 1.3.1 Purpose 11 1.3.2 Scope 12 2. Input Of The Project 13 3. Output Of The Project 14 4. Servey Of Technologies 15 5. Requirements And Analysis 16-19 5.1 Problem Definition 16 5.1.1 Project Identification Of Need 16 5.1.2 Problem Statement 17 5.1.3 Existing System 17 5.1.4 Drawbacks Of Existing System 18 5.1.5 Proposed System 18 5.1.6 Advantages Of Proposed System 19 5.2 System Requirements Specification 20-21 5.2.1 Software 20 5.2.2 F...

css display property(tut24)2.html

  <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > CSS Display Property </ title >      < style >          header {              margin : auto ;              border : 2px   solid   red ;              width : 15% ;         }          img {       ...