<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ryan Sternberg</title>
    <description>The latest articles on DEV Community by Ryan Sternberg (@ryan_sternberg_54e520a75b).</description>
    <link>https://dev.to/ryan_sternberg_54e520a75b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1503723%2Fcde90040-770d-4775-86e0-82fb17d6e2f1.png</url>
      <title>DEV Community: Ryan Sternberg</title>
      <link>https://dev.to/ryan_sternberg_54e520a75b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ryan_sternberg_54e520a75b"/>
    <language>en</language>
    <item>
      <title>Learning HTML for Technical Writing</title>
      <dc:creator>Ryan Sternberg</dc:creator>
      <pubDate>Sun, 19 May 2024 07:14:51 +0000</pubDate>
      <link>https://dev.to/ryan_sternberg_54e520a75b/learning-html-for-technical-writing-18f9</link>
      <guid>https://dev.to/ryan_sternberg_54e520a75b/learning-html-for-technical-writing-18f9</guid>
      <description>&lt;h2&gt;
  
  
  Learning HTML for Technical Writing 😁
&lt;/h2&gt;

&lt;p&gt;Markdown allows us to write HTML in a quick and fluid way. &lt;br&gt;
We use this on the regular for our code reviews, comment sections and README files again and again.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bold, Italic, and Strikethrough
&lt;/h2&gt;

&lt;p&gt;not bold &lt;strong&gt;bold 1&lt;/strong&gt; &lt;strong&gt;bold 2&lt;/strong&gt;&lt;br&gt;
not italic &lt;em&gt;italic 1&lt;/em&gt; &lt;em&gt;italic 2&lt;/em&gt;&lt;br&gt;
not strikethrough &lt;del&gt;striked&lt;/del&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  HTML Challenge - Using Bold, Italic, and Strikethrough in a Paragraph
&lt;/h2&gt;

&lt;p&gt;The teacher is having me write a paragraph and use &lt;strong&gt;bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, and &lt;del&gt;strikethrough&lt;/del&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Block Quotes and Horizontal Rules
&lt;/h2&gt;




&lt;blockquote&gt;
&lt;p&gt;"Jump up, jump up to get down"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Add a Line Break
&lt;/h2&gt;







&lt;p&gt;Scrimba really is the perfect platform for teaching something like Markdown. The interactive challenges and custom technology has been designed with this in mind. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"You do you. I'm doing me" -RWS&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Lists Ordered and Unordered
&lt;/h2&gt;




&lt;h3&gt;
  
  
  Ordered List
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Fill a 3 quart pot with 1.5 quarts of water.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bring water to boil.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Keep the temperature below 180.&lt;/li&gt;
&lt;li&gt;Stir frequently.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add 1 lbs peeled shrimp.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Unordered List
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Socks&lt;/li&gt;
&lt;li&gt;Shoes&lt;/li&gt;
&lt;li&gt;Shoe laces&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenge: 3 Pieces of Information
&lt;/h2&gt;

&lt;p&gt;Ok gang, it's time to pack for our camping trip. I'll provide you with a list of items you should think about bringing along. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tent&lt;/li&gt;
&lt;li&gt;hiking poles&lt;/li&gt;
&lt;li&gt;toothpaste&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's the order of boarding the bus:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Lineup by height.&lt;/li&gt;
&lt;li&gt;Allow smallest students to board first.&lt;/li&gt;
&lt;li&gt;The oldest kids will sit in the front. &lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Code Blocks
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
youtubeChannel: 'https://www.youtube.com/@espn26'  
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dut4zt0nuiwrmj35gh9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dut4zt0nuiwrmj35gh9.png" alt="Image description" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/@espn"&gt;YouTube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="mailto:ryansternbergworks@gmail.com"&gt;ryansternbergworks@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm Ryan Sternberg a seasoned technical writer looking to become more familiar with coding. I'm a man. Here's a link to my website [&lt;a href="http://www.aiwriterhire.com"&gt;www.aiwriterhire.com&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F90rt1pb28xq0g78erw47.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F90rt1pb28xq0g78erw47.png" alt="Image description" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Extended Syntax - Tables
&lt;/h1&gt;




&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Left&lt;/th&gt;
&lt;th&gt;Center&lt;/th&gt;
&lt;th&gt;Right&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h1&gt;
  
  
  Extended Syntax - Automatic URLs
&lt;/h1&gt;




&lt;p&gt;&lt;a href="//www.YouTube.com/CodingTutorials360"&gt;My Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.YouTube.com/CodingTutorials360"&gt;www.YouTube.com/CodingTutorials360&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;www.YouTube.com/CodingTutorials360&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
