How to use HTML and CSS in one web page?

Asked By 20 points N/A Posted on -
qa-featured

Hi guys I want to know whether both html and CSS can be used to create a single web page or web site.I f so then do I have to write the CSS format and next html programming values in order to make the site more responsive as the html does not give much options to do it.

SHARE
Answered By 590495 points N/A #188053

How to use HTML and CSS in one web page?

qa-featured

Yes, you are right. You can create a website by simply using HTML and CSS if you don’t know how to use PHP. There are many websites that run purely on HTML and some of them use templates to make it easier and more manageable. A CSS file or the Cascading Style Sheet file is used together with the HTML document to give style and shape to the web page.

Without CSS or if you will not use CSS in your web page, it would be hard to construct a web page because most of the effects and styles you can see in a web page are done by the CSS file. And especially now that HTML5 is being used, previous HTML tags are now obsolete and can’t be applied. As an alternative, CSS is used.

If you are a beginner and you want to create your own website, the easiest way to do it is to use a template. But even if you use this to create your web page, you still need to learn how to use HTML tags, JavaScript commands, and especially CSS. To help you with HTML, JavaScript, and CSS coding, visit W3Schools Online Development.

Related Questions