+ 5
What code can link Google Play Store from a website using HTML
7 Answers
+ 10
My suggestion would be open play store in your favourite browser (chrome, Firefox, opera etc) and search for the app.
Once you found the app, copy the link and place it inside your html, e.g. href="play.google.com/...".
Example below
https://code.sololearn.com/WSxg4J5u4Ll7/?ref=app
+ 10
Frontend is the part people see when they open your website, that is the html, CSS and JavaScript...
Most people with this knowledge are called web designer because their job is mainly to beautify and make a website alluring to users.
Backend is the logic to your program, what separates Facebook from Twitter or LinkedIn, what your program can do... There are lots of avenue e.g PHP, Python, Nodejs, Ruby on rails etc.
Database, well no software is complete without data, in fact one of the basis of programming is manipulation of data, SQL, Mongodb are two most popular...
Security... Ah you don't really need that for small business, just make sure your software is updated.
+ 8
How to create a website?
That question depends entirely on your level of knowledge...
For absolute novice, it is possible to create a website by using CMS(e.g. WordPress, Drupal) but you can't create something original, only regular websites like blogs...
If you want to create something unique or more advanced than what CMS can provide you need to master 4 things... Frontend, Backend, Database and Security.
+ 8
/*inside the stylesheet (CSS)*/
body {
background-image: url(example.jpeg);
}
Did I answer your question?
Or is there anymore?
+ 5
but afta d whole code writing, how do u make it a website?
+ 3
oh...thanks a lot...bin thinking of how i wud finish my code
+ 2
And is there a code i can use to make a jpeg picture d background of my website?