Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rating: Thread Rating: 57 votes, 2.67 average. Display Modes
Old 02-06-2015, 09:29 AM   #106
Technoedit
Registered User
 
Join Date: Feb 2015
Posts: 6
you can learn html and css from some best sites like htmllearn, w3 shcooles
__________________
Harsh Raichura

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Technoedit is offline   Reply With Quote
Old 02-10-2015, 03:34 AM   #107
kathyrose
Registered User
 
Join Date: Feb 2015
Posts: 126
To Style webpages we need both html and css.
kathyrose is offline   Reply With Quote
Old 03-03-2015, 12:42 AM   #108
kathyrose
Registered User
 
Join Date: Feb 2015
Posts: 126
CSS and html are good languages to design websites.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kathyrose is offline   Reply With Quote
Old 04-22-2015, 05:03 AM   #109
rizwan
Registered User
 
Join Date: Jun 2014
Posts: 209
We use CSS with html for styling the page content structure of the page..
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
rizwan is offline   Reply With Quote
Old 11-12-2016, 12:04 AM   #110
phamdung
Registered User
 
Join Date: Oct 2016
Posts: 23
It's because you want your website more beautifully and css will make your website more colorful and people will very happy when go to your website. It's very comfortable when you come to a website have a " color " .
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
phamdung is offline   Reply With Quote
Old 01-02-2017, 04:29 AM   #111
Nandu41
Registered User
 
Join Date: Sep 2016
Posts: 65
The purpose of CSS is to provide webmasters more control over page layout and display than HTML offers. With HTML alone, there are various coding tricks that are used to help achieve the desired page layout.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Nandu41 is offline   Reply With Quote
Old 01-03-2017, 05:34 AM   #112
vwebdevelopment
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 41
CSS is the style sheet that is used to keep same design in the website. It contains many classes and methods which is just called in the web page and easily create the design. In the design the common language is HTML and CSS is also created by using HTML and support by all major browsers . If you want to change design element than you can easily use CSS and it is changed in whole website. You can also create the styles of objects in the CSS through which your website looks professional and more responsive.

__________________________________________________ ____________________________
Website Development Company in United States

Last edited by vwebdevelopment; 01-03-2017 at 05:35 AM.. Reason: link
vwebdevelopment is offline   Reply With Quote
Old 01-03-2017, 10:18 PM   #113
Claire_Anderson
Registered User
 
Join Date: Aug 2016
Posts: 40
HTML is used to create the contents of the webpage and CSS is used to adding styles on the web pages like font size, text color, spacing etc. There are three types of CSS:

1. External Cascading Style Sheet:
In External Cascading Style Sheet, you create separate CSS file and write the CSS code in that file.

2.Internal Cascading Style Sheet:
In Internal Cascading Style Sheet, You write the CSS code in the head section of HTML code. which makes it easier to apply styles likes classes to reuse the code.

3. In line Cascading Style Sheet:
The Inline style is specific to the tag itself. The inline style uses the HTML "style" attribute to style a specific tag
__________________
Claire

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Claire_Anderson is offline   Reply With Quote
Old 01-04-2017, 04:58 AM   #114
vwebdevelopment
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 41
CSS provide webmasters more control over page layout than HTML, when we are using CSS at that time, design of website align, vertical line will maintain same height and wight in the website. The font of website will remain same.
__________________________________________________ ________________________

Website Development Company in United States
vwebdevelopment is offline   Reply With Quote
Old 01-16-2017, 10:14 PM   #115
Claire_Anderson
Registered User
 
Join Date: Aug 2016
Posts: 40
HTML is used to define the contents of the web pages like scroll bar,menu bar, video player but CSS is used to define the style of the contents like the color of text, text font etc. HTML and CSS both are necessary to create the contents of the webpages.
__________________
Claire

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Claire_Anderson is offline   Reply With Quote
Old 01-19-2017, 04:02 AM   #116
varindergoyal
Registered User
 
Join Date: Jan 2017
Posts: 13
HTML tag are used to which define there different properties like color, size, background, font color, border, padding, margin etc
varindergoyal is offline   Reply With Quote
Old 01-24-2017, 09:45 PM   #117
tyagi
Registered User
 
Join Date: Jan 2017
Posts: 102
Usage of css

Css is the sister of Html and you have to embed this language with html because it's makes the content of html more Interactive,Stylish,make the layout more dynamics.
tyagi is offline   Reply With Quote
Old 04-13-2017, 11:24 PM   #118
anitatiwari01
Registered User
 
Join Date: Apr 2017
Posts: 314
CSS is an extremely powerful style sheet language which is used to control the look and feel of the content written in HTML.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
anitatiwari01 is offline   Reply With Quote
Old 04-04-2018, 04:30 PM   #119
Loan Cash
Registered User
 
Join Date: Mar 2018
Posts: 27
zpowtziv

personal loans for people with bad credit <a href="https://personalloan.store">best online loans</a> personal loan interest rates personal loan
Loan Cash is offline   Reply With Quote
Old 04-07-2018, 01:33 PM   #120
Speedycash
Registered User
 
Join Date: Mar 2018
Posts: 38
bzadahyn

personal loan <a href="https://personalloan.store">personal loans for people with bad credit</a> loan application pdf personal loan
Speedycash is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:41 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.