Reader small image

You're reading from  Technical Writing for Software Developers

Product typeBook
Published inMar 2024
PublisherPackt
ISBN-139781835080405
Edition1st Edition
Right arrow
Author (1)
Chris Chinchilla
Chris Chinchilla
author image
Chris Chinchilla

Chris Chinchilla spent years as a developer before switching to helping people understand code better instead of writing it. He has worked crafting documentation for many developer-focused projects, from small open-source projects to large and well-known tools and products, tackling everything from tooling to videos. He is known for bringing developers and writers closer with editor and automation-based tools. Outside of tech writing, he publishes fiction, YouTube videos, podcasts, and music. In short, he loves to communicate and find the best medium for the message.
Read more about Chris Chinchilla

Right arrow

A quick primer on the markup language of the web

Without turning this book into a lesson on web development, HTML stands for Hyper Text Markup Language. Every web browser has a suite of tools for web developers, but even without those, you can view the page’s source to see it differently. What you see when you do is an example of a markup language. HTML is a series of tags that surround page elements. These different tags mean different things.

For example, the <p> tag denotes a paragraph:

<p>A paragraph of text.</p>

Similarly, the <b> tab is used for bold text:

<b>Text in bold</b>

You don’t need to worry too much about what’s happening behind the scenes as a documentarian, as most tools handle the conversion between how you write and HTML for you. However, it’s good to have a basic understanding of what’s happening, as often, working as a solo documentarian involves a lot of customizing tools. So,...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Technical Writing for Software Developers
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080405

Author (1)

author image
Chris Chinchilla

Chris Chinchilla spent years as a developer before switching to helping people understand code better instead of writing it. He has worked crafting documentation for many developer-focused projects, from small open-source projects to large and well-known tools and products, tackling everything from tooling to videos. He is known for bringing developers and writers closer with editor and automation-based tools. Outside of tech writing, he publishes fiction, YouTube videos, podcasts, and music. In short, he loves to communicate and find the best medium for the message.
Read more about Chris Chinchilla