answersLogoWhite

0


Best Answer

Javascript is much harder. HTML doesn't have logic in it, it's more just a way to organize data. Javascript is a language with logic and many different levels of understanding. In web programming you use html to layout the page, make boxes, add images, etc. Javascript and CSS is then used when your page needs to get smarter and look better.

It depends on what your are trying to do. Generally, JavaScript is more difficult than HTML.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Javascript is much harder. HTML doesn't have logic in it, it's more just a way to organize data. Javascript is a language with logic and many different levels of understanding. In web programming you use html to layout the page, make boxes, add images, etc. Javascript and CSS is then used when your page needs to get smarter and look better.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

I would say JavaScript.

CSS - body{background-color:red;}

JS - document.getElementById('something').style.display='none';

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

It depends on what your are trying to do. Generally, JavaScript is more difficult than HTML.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is more complicated CSS or javascript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What languages can a browser understand?

HTML, CSS, & JavaScript.


How do you create a registration form using css and javascript in HTML?

Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below:


Why does't run javascript programs in explrer6.0?

You may not have JavaScript enabled in your browser. Also Internet Explorer is an inferior browser, Firefox, Opera, etc. are all better suited for things such as JavaScript and CSS.


How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.


What is the difference between css HTML and dhtml?

* HTML is used to actually build the structure of a webpage. The text, tables, divisions, links, images, and so on. * CSS takes what HTML gives a browser, and makes it look nicer by adding color, borders, and perhaps even hiding things a user shouldn't see. * dHTML isn't a language, but a combination of HTML, CSS, and JavaScript working together. HTML builds the actual element(s), JavaScript uses scripts that makes things happen (Such as changing the colour of the background when you click a button), and CSS makes things such as changing colours actually happen (JavaScript must change the CSS, though).

Related questions

What languages can a browser understand?

HTML, CSS, & JavaScript.


How do you use javascript in css document?

JavaScript is primarily used for adding interactivity and dynamic behavior to web pages and is not typically embedded directly in CSS documents. However, you can use JavaScript to manipulate CSS properties and styles dynamically. Here's how JavaScript interacts with CSS: Changing CSS Properties Dynamically: JavaScript can be used to change the CSS properties of HTML elements dynamically. For example, you can change an element's color, size, position, or visibility based on user interactions or other events. This is often done using the style property of HTML elements. CSS Classes and Styles: JavaScript can add or remove CSS classes from HTML elements, which can trigger predefined styles. This is a common approach for creating dynamic effects or animations. Inline Styles: JavaScript can set inline styles directly on HTML elements. While not typically recommended for larger-scale applications, this approach is useful for quick, small changes. CSS Transitions and Animations: JavaScript can be used to trigger CSS transitions and animations based on events. This allows you to create smooth animations and interactive effects. HTML: Responsive Design: JavaScript can be used to change CSS styles dynamically based on various factors, like screen size or user preferences, enabling responsive web design. In summary, JavaScript and CSS are closely related and work together to create dynamic and interactive web experiences. While JavaScript is not directly embedded within CSS files, it is used to manipulate and control CSS properties and styles on HTML elements dynamically. and if you are looking for the JavaScript Online Training then, my suggestion is to contact Croma Campus. For more information contact :- +91-9711526942


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


How does you call javascript file in css?

In your HTML add in the tags


Is it necessary to learn css to learn javascript?

yes its necessarry to learn css basis .... refer w3c shool css tutorials.. all the best


What are some good learning websites?

If you want to learn more about HTML CSS and JavaScript please look at the related links.


How to design webpage using java script?

JavaScript is not very useful in web page design, JavaScript is used more for page functionality. For web page design; look up CSS.


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/


How do you create a registration form using css and javascript in HTML?

Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below:


How can you disable clicks with CSS?

You don't disable clicks with CSS. That takes a more active language like JavaScript, JQuery, Ajax, PHP, etc.. You can hide any text/image link those with one of these CSS properties: visibility: hidden; display: none;


What does ASP script return to the browser?

HTML (or JavaScript, CSS, PDF, CSV, whatever)


What code does MySpace use?

you can use html, dhtml, or css !! do not use javascript though!