status: #doc
Tags:
links:
Date: 2023-07-25
___
# start web page
## bare bone
```html
title of site
```
### charset
its for encoding of characters so for best compatibility use
```html
```
### Setting The Viewport
because of phone and laptops screen size we need to scale text and image base on width of
device so we use --> [w3](https://www.w3schools.com/css/css_rwd_viewport.asp) [mdn](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag)
```html
```
---
# References