1. Domain & Hosting
The domain is your website's name (e.g. yourbrand.com). Hosting is the place where your website actually runs.
- Buying a domain: Namecheap, Cloudflare
- Hosting: Netlify, Vercel, Wix, Squarespace
- DNS basics: A-record, CNAME
A few practical tips in two parts – so you understand your own website before you hand it to a professional.
What's worth knowing before you launch a website – no coding required.
The domain is your website's name (e.g. yourbrand.com). Hosting is the place where your website actually runs.
No-code website building for small businesses.
Mandatory in the EU and UK.
HTML, CSS, and the developer tools websites are actually built with.
HTML gives a website its skeleton – every element is marked with an opening and closing "tag".
<h1>Title</h1>
<p>Paragraph</p>
<a href="#">Link</a>
<img src="image.jpg" alt="Image">
<p>...</p>alt text is mandatory for images (SEO + accessibility)<h1> per pageCSS handles the appearance: colours, typography, layout.
body {
background: #0b1120;
color: #e5e7eb;
}
h1 {
font-size: 2rem;
color: #38bdf8;
}
.card) for repeated elements, IDs (#header) for unique ones@media) viewVisual Studio Code is a free, easy-to-learn code editor – it's what most developers use.
Once your website is ready, it needs to be uploaded somewhere so anyone can reach it.
Inserting video, maps or social media content with an <iframe> – no coding required.
<iframe
src="https://www.youtube.com/embed/VIDEO_ID"
width="560" height="315"
allowfullscreen>
</iframe>
If you don't have the time or the desire to do it yourself, I'll design and build it for you – from design to launch.