> For the complete documentation index, see [llms.txt](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/html-1/font-attributes.md).

# Font Attributes

In Other words - making your letters look different on the screen

Paragraphs  - as your web pages contain more content, it is time to use formatting to help make things  more organized and easier for the user to read. The paragraph tag works just like you want - by separating different paragraphs by a break&#x20;

```
<p> So i can type a paragraph here - the information is contained, and 
can be formatted as a group instead of by a line. 
</p>

<p> and then I can make a 2nd paragraph  </p>
```

For other formatting we will start with the original text formatting options that were developed with  HTMTL

![List copied from w3 schools](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LyEmDNbU16nzDtNZnnG%2F-LyEmSJwRGp5iSL1C8X6%2Fimage.png?alt=media\&token=5ef8544d-c9b7-4429-b656-8dcfeca294f3)

Go into our "first" web page that we have been  using to learn and test tags and add some paragraphs and a few of these text formatting tags. All of these tags should be closed when you are finished with them

TIP: If you forgot how to open your file in html go here  <https://app.gitbook.com/@dhs-room-112/s/room-112-dhs/html-1/color>

The lowly Center tag was part of the original HTML text formatting set. However, as  HTML has evolved  (we are currently in HTML 5) this  tag is no longer supported. Like Pluto it exists but is not recognized `<center>`&#x20;

![](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LyEuPyRWRi4OYKMKSNl%2F-LyEuVZrHaLtQvMxT__Y%2Fimage.png?alt=media\&token=402d4223-9e9a-42e3-abc9-d12bd1c34420)

Now go back to your Hobby &  Interest Web page and make it look  fancier with all of your amazing  new font  attributes&#x20;
