Tag Archives: html

How can I use a Custom Font on my website?

Using custom fonts for your website: A step-by-step guide Custom fonts can add a unique and personal touch to your website. They can help your website stand out from the competition and make it more memorable. If you’re not sure … Continue reading

Posted in Ask David!, Website Design | Tagged , , , , , | Leave a comment

I’ve learned the basics of HTML and CSS. What type of websites should I try to build to test myself?

You can build informational websites with HTML and CSS. You can also use your HTML and CSS knowledge to customize interactive websites you build with a website builder, like UltimateWB. UltimateWB lets you add/edit HTML and CSS in the CMS … Continue reading

Posted in Ask David! | Tagged , , , , , | Leave a comment

How do you make a website responsive (HTML, CSS, and development)?

Google “@media query” to learn the coding – you put those in css, and connect it to your html. You can also do it very fast and easy with UltimateWB – the built-in styles manager has a responsive app and … Continue reading

Posted in Ask David! | Tagged , , , , , , | Leave a comment

Is HTML and CSS enough to create a website?

For a basic website, yes. For a website with a contact form, or for more advanced features like a login system, you will also need php/mysql and javascript. Alternatively, you can also use a website builder that does the coding … Continue reading

Posted in Ask David! | Tagged , , , , , | Leave a comment

Can HTML, CSS and JavaScript create a website?

Short Answer: Yes, for a basic website. If you want something that talks to the server – i.e. for posting comments, a login system, etc. – you also need something like php and mysql for a database. Or you can … Continue reading

Posted in Ask David! | Tagged , , , , , , , , , | Leave a comment