About css attributes and selectors [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I am learning web development, HTML and CSS too, but many times I don't remember CSS attributes etc. and it's a lot of trouble to use it. A solution should be found
And secondly how many of his projects etc. and then move on boostraps and javascripts and which platform will be suitable for me to learn web development and what will be the method to learn it. Confused please guide me.

Related

should i fully master basic css first before I continue onto tailwind? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 days ago.
Improve this question
I'm still a beginner in web dev, I know basic js, HTML and am still yet to be fluent with CSS topics like positioning.
tailwind has been helping me quite alot and I love the simplicity in it. I've learned a lot about CSS through tailwind as I've spent more time using it than using actual CSS. what should be my course of learning right now? as of now i am just replicating simpler websites from the web

Which is the best language for building a website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 months ago.
Improve this question
I would like to make a website. I just wanted to get recommendations on which language I should use? Or if I need to use multiple languages, which ones should I use? I don't have any experience in website programming.
Well, first of all you can learn HTML and CSS, those are the basic for building a website.
Then, when you will be confortable with HTML and CSS, you can add a layer of difficulty and add some Javascript in it.
And then, when you will be ready, you can learn a back end language, but by the time you reach this, you will have your preferences about which one to learn.

Problems adding chatvoice in html [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I've been working on a website for about 5 months and i have been testing a lot of features like
posts, downvotes and upvotes, etc
One the features was chatvoice
The problem is that i haven't found any relevant information about making chatvoice a thing in an html website
I believe you asking how to convert speech to text (Speech recognition). You can use python Library for performing speech recognition, with support for several engines and APIs, online and offline.
Please find this link for installation.

How do I create beautiful HTML5 webpages [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I do server-side and client-side developments pretty well , however, my designs are apparently not catchy enough. Is there anything I need to know to assist me do this?
Thanks.
You can use plugins like Bootstrap and skeleton and design platforms like SqaureSpace. There are many jquery stuff and many libraries out there it depends on what you want to build and use jquery and css. That will make your website responsive and beautiful.
You can use bootstrap,bootswatch and get aware of css,jquery
they can be learnt in a day and sites having catchy UI can be created

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)