Wednesday, September 1, 2021

CSS Is Important Web development


 CSS Is by Cascading-Style-sheets. It is a style sheet language which describe Colorful page and format, style font, Size of images , background color, border, margin & padding. It is make beautiful and amazing site. CSS is Also used with HTML. 

<Html> 

<head>

<style>

. body { background-color:red;

}        /* here body color is red */

</Style>

</head>

<body>

<h1> Hello World</h1>

<p style=" Color:blue"> This blog specially CSS Reader and make Good site</p> <-- here CSS apply to paragraph & paragraph color is blue. -->

</Body>

</Html>


CSS selectors are used there you want apply style. CSS is (1) Element (2) ID (3) Class (4) Universal (5) Group.

HTML to insert CSS document's

1> Inline.

2> Internal

3> External.

Inline CSS apply to in body paragraph , heading and font-size etc. 

<p style=" font-size:15p;"> this css in Inline </p>

Internal CSS apply in head side 

<Html>

<head>

<style>

.body { background-color: black;} This is internal css

</Style>

</Head>

<body>

<h1> hi Good Morning

</H1>

</Body>

</Html>

> External CSS is apply other side or folder. That style sheets link with HTML main pages. Easily apply to css there.

CSS also Apply to heights, width, position, spaces and borders.

CSS is make responsible website all media.

CSS thousands color display on screen & make beautiful Look of media & website.

Friday, August 27, 2021

HTML Important for web development


 HTML is stand by Hyper-text mark-up language. It language is used For web-pages and Layout of website.

HTML was created by berners-lee 1991 and Currently version of HTML is 4.0.1/HTML-5 Published in 2012.

HTML is design to website of layout & structure of site. Tags are main role create structure of site.

HTML start tag is <html> end with Slash <\html>.

<Body>

In body tag are all visible message/paragraph. It can be see by publicly. Always remember body closed is tag

 <\body>

 <Head>

 Head is header file. It not visible to public this represent document of site.

 <\head>

 <H1> is used heading tag.

 <P> is used paragraph tag.

 <Title> is used title of site tag.

 Always remember tag close <\name of tag>

 HTML language all browser support such as google chrome, Firefox and internet explorer etc.

 HTML language build up structure of website page. Example is building structure and car structure.

 Also used with CSS language because css use for colorful & amazing site.

Thursday, August 5, 2021

Database management System

 #database management system

Oracle is big data storage system and also more secure system,

our pakistan also use oracle database and application such nadra system , public salary & govt employees.

database easy manageable and achievable system.

Wednesday, July 14, 2021

 #Wordpress

The wordpress is open resource & you can create your site & E-commerce website, many people create shops & store in Wordpress

  WordPress – A Powerful Open-Source Website Platform WordPress is a free, open-source content management system (CMS) that allows users to...