<?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: Seungjin Lee</title>
    <description>The latest articles on DEV Community by Seungjin Lee (@jane021013).</description>
    <link>https://dev.to/jane021013</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2700062%2Fc0c95cb9-24b9-4aa7-9a26-4f1e3fe93de1.jpg</url>
      <title>DEV Community: Seungjin Lee</title>
      <link>https://dev.to/jane021013</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jane021013"/>
    <language>en</language>
    <item>
      <title>Building the Foundations: A Beginner’s Guide to HTML</title>
      <dc:creator>Seungjin Lee</dc:creator>
      <pubDate>Mon, 13 Jan 2025 10:26:31 +0000</pubDate>
      <link>https://dev.to/jane021013/building-the-foundations-a-beginners-guide-to-html-532o</link>
      <guid>https://dev.to/jane021013/building-the-foundations-a-beginners-guide-to-html-532o</guid>
      <description>&lt;p&gt;“The concepts covered in this article are based on the HTML basics course offered by Codecademy.”&lt;/p&gt;

&lt;p&gt;I am restarting to practice html. Please keep watching me :) &lt;br&gt;
And I hope my blog is helpful and cheerful to html beginners like me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML structure&lt;/li&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;li&gt;Divs&lt;/li&gt;
&lt;li&gt;Attributes (using id = “”)&lt;/li&gt;
&lt;li&gt;Styling Text ('em' and 'strong' )&lt;/li&gt;
&lt;li&gt;Line Breaks ('br')&lt;/li&gt;
&lt;li&gt;Unordered Lists ('ul' and 'li' tag)&lt;/li&gt;
&lt;li&gt;Ordered Lists ('ol')&lt;/li&gt;
&lt;li&gt;Images (img src = “” /)&lt;/li&gt;
&lt;li&gt;Image Alts (img src=”” alt=”” /)&lt;/li&gt;
&lt;li&gt;Videos&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Don’t forget the “opening tag” and “closing tag”.&lt;/li&gt;
&lt;li&gt;'h1' used for main headings and all other smaller headings are used for subheadings.&lt;/li&gt;
&lt;li&gt;'p' is ‘paragraphs’ ; a block of plain text’&lt;/li&gt;
&lt;li&gt;'span' is short pieces of text or other HTML.&lt;/li&gt;
&lt;li&gt;'em' tag will render as italic.&lt;/li&gt;
&lt;li&gt;'strong' tag will render as bold.&lt;/li&gt;
&lt;li&gt;'br': line breaks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML structure code:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;body&amp;gt;
  &amp;lt;h1&amp;gt;Hello World&amp;lt;/h1&amp;gt;
  &amp;lt;p&amp;gt;This paragraph is a child of the body &amp;lt;/p&amp;gt;
  &amp;lt;div&amp;gt;
    &amp;lt;h1&amp;gt; Sibling to p, but also grandchild of body&amp;lt;/h1&amp;gt;
    &amp;lt;p&amp;gt;Sibling to h1, but also grandchild of body&amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;HTML Basic code:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;body&amp;gt; 
 &amp;lt;h1&amp;gt;The Brown Bear&amp;lt;/h1&amp;gt;
  &amp;lt;div id="introduction"&amp;gt;
    &amp;lt;h2&amp;gt;About Brown Bears&amp;lt;/h2&amp;gt;
    &amp;lt;p&amp;gt;The brown bear (&amp;lt;em&amp;gt;Ursus arctos&amp;lt;/em&amp;gt;) is native to parts of northern Eurasia and North America. Its conservation status is currently &amp;lt;strong&amp;gt;Least Concern&amp;lt;/strong&amp;gt;.&amp;lt;br/&amp;gt; There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.&amp;lt;/p&amp;gt;
    &amp;lt;h3&amp;gt;Species&amp;lt;/h3&amp;gt;
    &amp;lt;ul&amp;gt;
      &amp;lt;li&amp;gt;Arctos&amp;lt;/li&amp;gt;
      &amp;lt;li&amp;gt;Collarus&amp;lt;/li&amp;gt;
      &amp;lt;li&amp;gt;Horribilis&amp;lt;/li&amp;gt;
      &amp;lt;li&amp;gt;Nelsoni (extinct)&amp;lt;/li&amp;gt;
    &amp;lt;/ul&amp;gt;
    &amp;lt;h3&amp;gt;Features&amp;lt;/h3&amp;gt;
    &amp;lt;p&amp;gt;Brown bears are not always completely brown. Some can be reddish or yellowish. They have very large, curved claws and huge paws. Male brown bears are often 30% larger than female brown bears. They can range from 5 feet to 9 feet from head to toe.&amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;div id="habitat"&amp;gt;
    &amp;lt;h2&amp;gt;Habitat&amp;lt;/h2&amp;gt;
    &amp;lt;h3&amp;gt;Countries with Large Brown Bear Populations&amp;lt;/h3&amp;gt;
    &amp;lt;ol&amp;gt;
      &amp;lt;li&amp;gt;Russia&amp;lt;/li&amp;gt;
      &amp;lt;li&amp;gt;United States&amp;lt;/li&amp;gt;
      &amp;lt;li&amp;gt;Canada&amp;lt;/li&amp;gt;
    &amp;lt;/ol&amp;gt;
    &amp;lt;h3&amp;gt;Countries with Small Brown Bear Populations&amp;lt;/h3&amp;gt;
    &amp;lt;p&amp;gt;Some countries with smaller brown bear populations include Armenia, Belarus, Bulgaria, China, Finland, France, Greece, India, Japan, Nepal, Poland, Romania, Slovenia, Turkmenistan, and Uzbekistan.&amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;div id="media"&amp;gt;
    &amp;lt;h2&amp;gt;Media&amp;lt;/h2&amp;gt;
    &amp;lt;img src="https://content.codecademy.com/courses/web-101/web101-image_brownbear.jpg" alt="A Brown Bear"/&amp;gt;
    &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;video src="https://content.codecademy.com/courses/freelance-1/unit-1/lesson-2/htmlcss1-vid_brown-bear.mp4" width="320" height="240" controls&amp;gt;
    Video not supported &amp;lt;/video&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt;&lt;/p&gt;

 &lt;br&gt;
 &lt;h1&gt;The Brown Bear&lt;/h1&gt;
&lt;br&gt;
  &lt;br&gt;
    &lt;h2&gt;About Brown Bears&lt;/h2&gt;
&lt;br&gt;
    &lt;p&gt;The brown bear (&lt;em&gt;Ursus arctos&lt;/em&gt;) is native to parts of northern Eurasia and North America. Its conservation status is currently &lt;strong&gt;Least Concern&lt;/strong&gt;.&lt;br&gt;&lt;br&gt; There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.&lt;/p&gt;
&lt;br&gt;
    &lt;h3&gt;Species&lt;/h3&gt;
&lt;br&gt;
    &lt;ul&gt;

      &lt;li&gt;Arctos&lt;/li&gt;

      &lt;li&gt;Collarus&lt;/li&gt;

      &lt;li&gt;Horribilis&lt;/li&gt;

      &lt;li&gt;Nelsoni (extinct)&lt;/li&gt;

    &lt;/ul&gt;
&lt;br&gt;
    &lt;h3&gt;Features&lt;/h3&gt;
&lt;br&gt;
    &lt;p&gt;Brown bears are not always completely brown. Some can be reddish or yellowish. They have very large, curved claws and huge paws. Male brown bears are often 30% larger than female brown bears. They can range from 5 feet to 9 feet from head to toe.&lt;/p&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
    &lt;h2&gt;Habitat&lt;/h2&gt;
&lt;br&gt;
    &lt;h3&gt;Countries with Large Brown Bear Populations&lt;/h3&gt;
&lt;br&gt;
    &lt;ol&gt;

      &lt;li&gt;Russia&lt;/li&gt;

      &lt;li&gt;United States&lt;/li&gt;

      &lt;li&gt;Canada&lt;/li&gt;

    &lt;/ol&gt;
&lt;br&gt;
    &lt;h3&gt;Countries with Small Brown Bear Populations&lt;/h3&gt;
&lt;br&gt;
    &lt;p&gt;Some countries with smaller brown bear populations include Armenia, Belarus, Bulgaria, China, Finland, France, Greece, India, Japan, Nepal, Poland, Romania, Slovenia, Turkmenistan, and Uzbekistan.&lt;/p&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
    &lt;h2&gt;Media&lt;/h2&gt;
&lt;br&gt;
    &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcontent.codecademy.com%2Fcourses%2Fweb-101%2Fweb101-image_brownbear.jpg" alt="A Brown Bear" width="250" height="250"&gt;&lt;br&gt;
    &lt;br&gt;
    Video not supported &lt;br&gt;
  &lt;br&gt;


&lt;p&gt;Guys, can you share what sources are helpful to beginners who wants to learn html and build portfolio?&lt;/p&gt;

&lt;p&gt;If you guys know more basic knowledge or have some feedback, please let me know and share your ideas in the comment!! 😊&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>beginners</category>
      <category>database</category>
    </item>
  </channel>
</rss>
