0

I'm working currently in editing css files of a LMS theme and I need to change the page title by inserting it in css files. I want to know the css code that should be written in this case.

2 Answers 2

3

CSS is for formatting. HTML is for data. This can't and shouldn't be done.

Sign up to request clarification or add additional context in comments.

1 Comment

This is correct but you could use the content property to set data for an page element.
1

CSS is for telling a web browser how to display data while HTML is to tell the web browser what to display.

Therefor this can not be done in CSS

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.