Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I need help styling my javascript error messages in strictly javascript . My professor does not want me to mix HTML in my js

Hello, I need help styling my javascript error messages in strictly javascript. My professor does not want me to mix HTML in my js code. How can I style my error messages with strictly javascript?

heres my current code that is breaking the division of concerns by using html in my js code:

JAVASCRIPT CODE:

if (title === "") { errorMessage += "

Title field cannot be empty.
"; }

CSS CODE:

.error-message { color: red; }

thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions