<?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: SURESH KUMAR </title>
    <description>The latest articles on DEV Community by SURESH KUMAR  (@sureshnarayanan).</description>
    <link>https://dev.to/sureshnarayanan</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%2F1172842%2F6df30b16-916a-4413-9b36-62ac5c29c89d.jpeg</url>
      <title>DEV Community: SURESH KUMAR </title>
      <link>https://dev.to/sureshnarayanan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sureshnarayanan"/>
    <language>en</language>
    <item>
      <title>CodePen Home Three Dots - CSS loading animations made with single element</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 12:42:40 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/codepen-home-three-dots-css-loading-animations-made-with-single-element-53li</link>
      <guid>https://dev.to/sureshnarayanan/codepen-home-three-dots-css-loading-animations-made-with-single-element-53li</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/suresh-narayanan/embed/bGZNGVo?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>COUNT DOWN | USING HTML &amp; CSS</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:58:53 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/count-down-using-html-css-55l</link>
      <guid>https://dev.to/sureshnarayanan/count-down-using-html-css-55l</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/suresh-narayanan/embed/WNmbebw?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Christmas Whishes !!!</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:57:58 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/christmas-whishes--4gpl</link>
      <guid>https://dev.to/sureshnarayanan/christmas-whishes--4gpl</guid>
      <description>&lt;p&gt;Check out this Pen I made!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/suresh-narayanan/embed/yLwLdoG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Christmas Animated Card</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:55:36 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/christmas-animated-card-2mp9</link>
      <guid>https://dev.to/sureshnarayanan/christmas-animated-card-2mp9</guid>
      <description>&lt;p&gt;Check out this Pen I made!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/suresh-narayanan/embed/QWoWXBJ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Flexing with CSS Flexbox</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:52:05 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/flexing-with-css-flexbox-103</link>
      <guid>https://dev.to/sureshnarayanan/flexing-with-css-flexbox-103</guid>
      <description>&lt;p&gt;Flexbox also known as flexible box is a type of layout model in CSS that makes it super easy to design responsive layouts.&lt;/p&gt;

&lt;p&gt;The whole idea behind the Flexbox layout model is to allow elements to be laid out in any direction, flex their size to either fill up unused space or shrink to avoid overflowing their parent element, either horizontally or vertically.&lt;/p&gt;

&lt;p&gt;To truly be able to flex with Flexbox, we have to understand how it works.&lt;/p&gt;

&lt;p&gt;Let’s break it down into its properties into two namely;&lt;/p&gt;

&lt;p&gt;Flex Container&lt;br&gt;
Flex Items&lt;br&gt;
Flex Container&lt;br&gt;
This is the parent html element that houses the items you want to lay out.&lt;/p&gt;

&lt;p&gt;To use any of the flex properties, this container has to be created.&lt;/p&gt;

&lt;p&gt;It’s what creates the context that allows every other flex properties to work.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/edd01adbf037f51477ed4e68a3f4fd26/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;align-items&lt;br&gt;
This allows you to align the items in the flex container vertically, regardless of the height of the item with respect to their flex container or each other.&lt;/p&gt;

&lt;p&gt;The values it accepts are: flex-start | flex-end | center | baseline | stretch&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/b4398c7e3515668c3424631285fc8bb1/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;justify-content&lt;br&gt;
This is the opposite of align-items, it aligns its item horizontally regardless of the width of the item with respect to their container or each other.&lt;/p&gt;

&lt;p&gt;Values: flex-start | flex-end | center | space-between | space-around | space-evenly&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/3aa0103329264485e83d595e36191706/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;flex-wrap&lt;br&gt;
The flex-wrap property specifies whether the flex items should break to the next line or not.&lt;/p&gt;

&lt;p&gt;By default all flex items will try to fit in a single line, but this property tells the browser to break them into another line when they become way too many to fit in a single line.&lt;/p&gt;

&lt;p&gt;This line we speak of is also known as a F lex line.&lt;/p&gt;

&lt;p&gt;Values: nowrap | wrap | wrap-reverse&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/44ed8e66e4579412b07cffef96dc13c3/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;align-content&lt;br&gt;
This property modifies the behavior of the flex-wrap property.&lt;/p&gt;

&lt;p&gt;It essentially behaves like the align-items property, only that it aligns the flex lines instead of the flex items.&lt;/p&gt;

&lt;p&gt;To make this property work, flex-wrap: wrap has to be set on the flex container and the flex lines have to be more than one.&lt;/p&gt;

&lt;p&gt;Values: flex-start | flex-end | center | space-between | space-around | stretch&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/4e4275b97d9bee94038471c0d269a93b/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;flex-direction&lt;br&gt;
This defines which direction the browser should stack the Flex items i.e vertically or horizontally.&lt;/p&gt;

&lt;p&gt;Values: row | row-reverse | column | column-reverse&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/5c637af5f891b346bf645aa1a76170a0/href"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;flex-flow&lt;br&gt;
This is a shorthand for flex-direction and flex-wrap so instead of writing the below;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.container {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;you can just do this;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.container {
   display: flex;
   flex-flow: column wrap;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>flexbox</category>
      <category>css</category>
      <category>flex</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Getting Started with Angular Material</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:41:20 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/getting-started-with-angular-material-2cj7</link>
      <guid>https://dev.to/sureshnarayanan/getting-started-with-angular-material-2cj7</guid>
      <description>&lt;p&gt;This tutorial will provide an overview of how to get started with Angular Material, a UI component library that implements Material Design in Angular. We will cover how to set up an Angular application to use Angular Material and create content to demonstrate the material components, as seen below.&lt;/p&gt;

&lt;p&gt;The full code from this tutorial is on my GitHub. Each commit aligns to a step in this post.&lt;br&gt;
&lt;a href="https://github.com/melissahoughton/angular-material-blog" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Set up&lt;br&gt;
Generate the app****&lt;/p&gt;

&lt;p&gt;Use Angular CLI to generate a new Angular App&lt;/p&gt;

&lt;p&gt;Run ng new my-app in the command line, replacing my-app with the name of the app.&lt;/p&gt;

&lt;p&gt;Select Y for routing.&lt;/p&gt;

&lt;p&gt;Select SCSS for styles.&lt;/p&gt;

&lt;p&gt;Add Angular Material&lt;/p&gt;

&lt;p&gt;Run the following commands&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd my-app
ng add @angular/material
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Choose any of the prebuilt themes provided.&lt;/p&gt;

&lt;p&gt;Select Y for global typography (font styles).&lt;/p&gt;

&lt;p&gt;Select Y for animations.&lt;/p&gt;

&lt;p&gt;The add command will install @angular/cdk and @angular/material libraries and set up the material fonts, icons and base styles.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Remove defaults&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The current content is auto-generated by Angular in the first step, but we want to create our own.&lt;/p&gt;

&lt;p&gt;Remove everything in app.component.html except for .&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Create the material module&lt;/strong&gt;&lt;br&gt;
To use the material components in the app, we need to import them. Create a separate material.module.ts to import the individual components, and in the next step, we will import the material module into the app.&lt;/p&gt;

&lt;p&gt;While not recommended, the material components can be imported directly into the app.module.ts file.&lt;/p&gt;

&lt;p&gt;We will import all the available components for Angular Material to be ready for use in the app. You can simplify this file later to import only the required components.&lt;/p&gt;

&lt;p&gt;Create a folder called material in src\app.&lt;/p&gt;

&lt;p&gt;Create a file called material.module.ts and copy the below contents into that file. Or copy this material module file from my GitHub into the folder.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import { NgModule } from '@angular/core';
import { A11yModule } from '@angular/cdk/a11y';
import { ClipboardModule } from '@angular/cdk/clipboard';
import { DragDropModule } from '@angular/cdk/drag-drop';
import { PortalModule } from '@angular/cdk/portal';
import { ScrollingModule } from '@angular/cdk/scrolling';
import { CdkStepperModule } from '@angular/cdk/stepper';
import { CdkTableModule } from '@angular/cdk/table';
import { CdkTreeModule } from '@angular/cdk/tree';
import { MatAutocompleteModule } from '@angular/material/autocomplete';
import { MatBadgeModule } from '@angular/material/badge';
import { MatBottomSheetModule } from '@angular/material/bottom-sheet';
import { MatButtonModule } from '@angular/material/button';
import { MatButtonToggleModule } from '@angular/material/button-toggle';
import { MatCardModule } from '@angular/material/card';
import { MatCheckboxModule } from '@angular/material/checkbox';
import { MatChipsModule } from '@angular/material/chips';
import { MatStepperModule } from '@angular/material/stepper';
import { MatDatepickerModule } from '@angular/material/datepicker';
import { MatDialogModule } from '@angular/material/dialog';
import { MatDividerModule } from '@angular/material/divider';
import { MatExpansionModule } from '@angular/material/expansion';
import { MatGridListModule } from '@angular/material/grid-list';
import { MatIconModule } from '@angular/material/icon';
import { MatInputModule } from '@angular/material/input';
import { MatListModule } from '@angular/material/list';
import { MatMenuModule } from '@angular/material/menu';
import { MatNativeDateModule, MatRippleModule } from '@angular/material/core';
import { MatPaginatorModule } from '@angular/material/paginator';
import { MatProgressBarModule } from '@angular/material/progress-bar';
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
import { MatRadioModule } from '@angular/material/radio';
import { MatSelectModule } from '@angular/material/select';
import { MatSidenavModule } from '@angular/material/sidenav';
import { MatSliderModule } from '@angular/material/slider';
import { MatSlideToggleModule } from '@angular/material/slide-toggle';
import { MatSnackBarModule } from '@angular/material/snack-bar';
import { MatSortModule } from '@angular/material/sort';
import { MatTableModule } from '@angular/material/table';
import { MatTabsModule } from '@angular/material/tabs';
import { MatToolbarModule } from '@angular/material/toolbar';
import { MatTooltipModule } from '@angular/material/tooltip';
import { MatTreeModule } from '@angular/material/tree';

@NgModule({
  exports: [
    A11yModule,
    ClipboardModule,
    CdkStepperModule,
    CdkTableModule,
    CdkTreeModule,
    DragDropModule,
    MatAutocompleteModule,
    MatBadgeModule,
    MatBottomSheetModule,
    MatButtonModule,
    MatButtonToggleModule,
    MatCardModule,
    MatCheckboxModule,
    MatChipsModule,
    MatStepperModule,
    MatDatepickerModule,
    MatDialogModule,
    MatDividerModule,
    MatExpansionModule,
    MatGridListModule,
    MatIconModule,
    MatInputModule,
    MatListModule,
    MatMenuModule,
    MatNativeDateModule,
    MatPaginatorModule,
    MatProgressBarModule,
    MatProgressSpinnerModule,
    MatRadioModule,
    MatRippleModule,
    MatSelectModule,
    MatSidenavModule,
    MatSliderModule,
    MatSlideToggleModule,
    MatSnackBarModule,
    MatSortModule,
    MatTableModule,
    MatTabsModule,
    MatToolbarModule,
    MatTooltipModule,
    MatTreeModule,
    PortalModule,
    ScrollingModule,
  ]
})
export class MaterialModule { }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This file imports all the available material components and adds them as exports in a MaterialModule which will expose them to the app.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Import the material module&lt;/strong&gt;&lt;br&gt;
In app.module.ts, an import statement to the material module created in the last step.&lt;/p&gt;

&lt;p&gt;Add MaterialModule to the imports array of the AppModule to import it into the app.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add content&lt;br&gt;
Create a component&lt;/strong&gt;&lt;br&gt;
Generate a component using Angular CLI&lt;/p&gt;

&lt;p&gt;Run ng generate component home&lt;/p&gt;

&lt;p&gt;Set up the routes&lt;/p&gt;

&lt;p&gt;Replace the empty routes in app.routing.module.ts with&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const routes: Routes = [
  { path: '', component: HomeComponent },
  { path: '**', redirectTo: '/', pathMatch: 'full' }
];
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;These steps have created a component called Home and set this as the base page.&lt;/p&gt;

&lt;p&gt;Run ng serve to compile the app and see the text home works!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add basic styles&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Add basic styles to create spacing on the page.&lt;br&gt;
We will use CSS FlexBox.&lt;br&gt;
Angular also provides a robust Flex-Layout API @angular/flex-layout which combines CSS FlexBox and mediaQuery.&lt;/p&gt;

&lt;p&gt;Add the material background style. In index.html add class mat-app-background to the body tag.&lt;/p&gt;

&lt;p&gt;Wrap the  tag in a div with a class container&lt;/p&gt;

&lt;p&gt;Add the following styles into app.component.scss&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.container {
  max-width: 800px;
  margin: 4em auto;
  padding: 0 20px;
}

.container &amp;gt; * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add the following styles into home.component.scss&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.flex-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 16px;
}

button {
  margin: 8px;
}

.mat-radio-button~.mat-radio-button {
  margin-left: 16px;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Add Angular Material Components&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;h1 class="mat-display-1"&amp;gt;Easy, Breezy, Beautiful: Angular Material&amp;lt;/h1&amp;gt;

&amp;lt;p&amp;gt;Here are some random angular material components&amp;lt;/p&amp;gt;

&amp;lt;mat-card&amp;gt;
    &amp;lt;mat-card-header&amp;gt;
        &amp;lt;img mat-card-avatar src="https://cdn.pixabay.com/photo/2018/10/11/12/31/black-cat-3739702_1280.jpg"
            alt="My Photos"&amp;gt;
        &amp;lt;mat-card-title&amp;gt;Easy, Breezy, Beautiful&amp;lt;/mat-card-title&amp;gt;
        &amp;lt;mat-card-subtitle&amp;gt;Angular Material&amp;lt;/mat-card-subtitle&amp;gt;
    &amp;lt;/mat-card-header&amp;gt;
    &amp;lt;mat-card-content&amp;gt;
        &amp;lt;p&amp;gt;
            This is an amazing blog on Angular Material. Here is some awesome text about Angular Material.
            Here is some awesome text about Angular Material. Here is some awesome text about Angular Material.
            Here is some awesome text about Angular Material. Here is some awesome text about Angular Material.
            Here is some awesome text about Angular Material. Here is some awesome text about Angular Material.
        &amp;lt;/p&amp;gt;
    &amp;lt;/mat-card-content&amp;gt;
    &amp;lt;mat-card-actions align="end"&amp;gt;
        &amp;lt;button mat-raised-button color="primary"&amp;gt;Read More&amp;lt;/button&amp;gt;
    &amp;lt;/mat-card-actions&amp;gt;
&amp;lt;/mat-card&amp;gt;

&amp;lt;div class="flex-container"&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;button mat-raised-button color="primary"&amp;gt;Raised Primary&amp;lt;/button&amp;gt;
        &amp;lt;button mat-raised-button color="accent"&amp;gt;Raised Accent&amp;lt;/button&amp;gt;
        &amp;lt;button mat-stroked-button&amp;gt;Basic Stroked&amp;lt;/button&amp;gt;
        &amp;lt;button mat-stroked-button color="primary"&amp;gt;Stroked Primary&amp;lt;/button&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;button mat-fab&amp;gt;
        &amp;lt;mat-icon&amp;gt;thumb_up&amp;lt;/mat-icon&amp;gt;
    &amp;lt;/button&amp;gt;

    &amp;lt;mat-radio-group aria-label="Select an option"&amp;gt;
        &amp;lt;mat-radio-button value="1"&amp;gt;Option 1&amp;lt;/mat-radio-button&amp;gt;
        &amp;lt;mat-radio-button value="2"&amp;gt;Option 2&amp;lt;/mat-radio-button&amp;gt;
    &amp;lt;/mat-radio-group&amp;gt;

    &amp;lt;mat-checkbox&amp;gt;Check me!&amp;lt;/mat-checkbox&amp;gt;

    &amp;lt;mat-form-field&amp;gt;
        &amp;lt;mat-label&amp;gt;Choose a date&amp;lt;/mat-label&amp;gt;
        &amp;lt;input matInput [matDatepicker]="picker"&amp;gt;
        &amp;lt;mat-datepicker-toggle matSuffix [for]="picker"&amp;gt;&amp;lt;/mat-datepicker-toggle&amp;gt;
        &amp;lt;mat-datepicker #picker&amp;gt;&amp;lt;/mat-datepicker&amp;gt;
    &amp;lt;/mat-form-field&amp;gt;

    &amp;lt;mat-slider&amp;gt;&amp;lt;/mat-slider&amp;gt;


    &amp;lt;button mat-flat-button color="primary" matTooltip="Info about the action" matTooltipPosition="after"
        aria-label="Button that displays a tooltip when focused or hovered over"&amp;gt;
        Tooltip
    &amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;mat-paginator [length]="100" [pageSize]="10" [pageSizeOptions]="[5, 10, 25, 100]"&amp;gt;&amp;lt;/mat-paginator&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>angular</category>
      <category>ui</category>
      <category>frontend</category>
    </item>
    <item>
      <title>How to create a web page with HTML</title>
      <dc:creator>SURESH KUMAR </dc:creator>
      <pubDate>Sun, 24 Dec 2023 10:04:12 +0000</pubDate>
      <link>https://dev.to/sureshnarayanan/how-to-create-a-web-page-with-html-1eih</link>
      <guid>https://dev.to/sureshnarayanan/how-to-create-a-web-page-with-html-1eih</guid>
      <description>&lt;p&gt;In this tutorial we’ll build a simple web page using HTML. This is aimed at people who are starting out with HTML but have a basic understanding of the syntax. If you’re completely new to HTML you can still follow along and learn a few things. Make sure to check out the W3C introduction to HTML if you’re interested in a deep dive about HTML.&lt;/p&gt;

&lt;p&gt;You can find the completed code for this tutorial here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Table Of Contents&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How to create an HTML file&lt;/li&gt;
&lt;li&gt;How to create a basic HTML document&lt;/li&gt;
&lt;li&gt;Sections, headings &amp;amp; paragraph text&lt;/li&gt;
&lt;li&gt;How to preview the web page&lt;/li&gt;
&lt;li&gt;Creating a list&lt;/li&gt;
&lt;li&gt;Formatting text&lt;/li&gt;
&lt;li&gt;Hyperlinks&lt;/li&gt;
&lt;li&gt;Basic styling&lt;/li&gt;
&lt;li&gt;Adding images&lt;/li&gt;
&lt;li&gt;Create a new HTML file
First we’ll need to do is create a new document. There are a few ways we can create a document but I’ll be using the text editor VS Code to do this. You can use any text editor you prefer.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here are the steps for creating a new file in VS Code.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Open VS Code&lt;/em&gt;&lt;br&gt;
Select “New File” in the File menu or press Ctrl + N on Windows or Cmd + N on macOS.&lt;br&gt;
Select “Save” in the File menu or press Ctrl + S on Windows or Cmd + S on macOS. You will then be prompted to enter a name of the file.&lt;br&gt;
creating an HTML file&lt;/p&gt;

&lt;p&gt;HTML documents should have .html file extensions.&lt;br&gt;
Generally the homepage of a site is named “index.html”. “index” indicates that this is the default file that the browser will load.&lt;/p&gt;

&lt;p&gt;You should only use alphanumerics, dashes, underscores, or tildes in the page name.&lt;br&gt;
Don’t use spaces in the file name&lt;br&gt;
Use lower case letters when naming HTML files. The name of an HTML resource is typically used in a URL. URLs are generally case-sensitive.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a basic HTML document
Now that we have an HTML file we can start writing some HTML to create our web page. We’ll start by adding a few elements that are typically found in most HTML files.
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
  &amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;body&amp;gt; - The body element represents the contents of the document. There can only be one body element in a document.
Add the body element inside the html element right after the head:
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
  &amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;


 - The title element will represent the name of the document, this is what will appear in the browser tab. The title element is metadata content and so it is used inside the head element. There should only be one title element per document.&lt;br&gt;
Add the title element inside the head element and name it however you’d like:&lt;br&gt;

&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Introduction to winter camping&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;You’ll noticed how some of the elements are now indented, this is done to make the code easier to read. Indenting is an opinionated area of coding. Everyone has there own preferences but as long as it’s consistent and serves to increase readability then use any style you prefer. For this tutorial I’m using a code formatter called Prettier which is set to automatically format the HTML document when I save.&lt;/p&gt;

&lt;p&gt;There is one more element that we’ll add to this basic layout, which you’ll frequently see.&lt;/p&gt;

&lt;p&gt; - The meta element represents different types of metadata. There are many different uses for the meta tag, but there are two which you’ll regularly see (especially if you’re using HTML snippets) and these are the ones we’ll discuss.&lt;br&gt;
Let’s add the two meta elements inside the head element:&lt;br&gt;
&lt;/p&gt;

&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta charset="UTF-8" /&amp;gt;
    &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0" /&amp;gt;
    &amp;lt;title&amp;gt;Introduction to winter camping&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;



&lt;p&gt;The first meta element with the attribute charset="UTF-8" is called a character encoding declaration., this indicates which character encoding is used to store or transmit the document. If you’re just starting out, don’t worry too much about the technical aspects of this element, but it’s a good idea to understand what it does if you see it.&lt;/p&gt;

&lt;p&gt;The second second meta element is called a viewport meta tag and it was introduced by Apple so that developers could modify the viewport size and scale. While this meta tag is very common due to the need to support mobile devices, it is not necessary for all web pages.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sections, headings &amp;amp; paragraph text
If we were to view this page in a browser you wouldn’t actually see anything rendered in the viewport. That’s because we haven’t added any content to the body element. So let’s add some content to this web page.&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;A section element can represent a certain section of the document. In this example the web page is going to have an introduction section, a camping gear section, a photo section.
h1, h2, h3, h4, h5 &amp;amp; h6 elements - These represent headings in the document are an important part of a web page. Headlines have an SEO value and are also important for accessibility. We’ll learn more about semantics and structuring web pages in future tutorials, for now note that headings are important parts of a web page.
&lt;p&gt; - The p element represent paragraph text.
Let’s go ahead and add the first section and it’s elements, feel free to follow along with this example or put your own spin on the web page.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

  &amp;lt;/p&amp;gt;


    Introduction to winter camping


    &amp;lt;h1&amp;gt;Winter Camping for Beginners&amp;lt;/h1&amp;gt;

      &amp;lt;h2&amp;gt;Introduction&amp;lt;/h2&amp;gt;
      &amp;lt;p&amp;gt;
        With careful planning and preparation, winter camping can be an amazing
        experience. If you're thinking about going camping in the winter, this
        page is a great place to start.
      &amp;lt;/p&amp;gt;


&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;




&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&amp;lt;p&amp;gt;&amp;amp;lt;!DOCTYPE html&amp;amp;gt;&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
  &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    Introduction to winter camping&amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
    &amp;lt;h1&amp;gt;Winter Camping for Beginners&amp;lt;/h1&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Introduction&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        With careful planning and preparation, winter camping can be an amazing&amp;lt;br&amp;gt;
        experience. If you're thinking about going camping in the winter, this&amp;lt;br&amp;gt;
        page is a great place to start.&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Winter Camping Gear&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;mark&amp;gt;Winter camping&amp;lt;/mark&amp;gt; requires a bit more gear than a summer&amp;lt;br&amp;gt;
        camping trip would. It's &amp;lt;strong&amp;gt;important to be prepared&amp;lt;/strong&amp;gt; for&amp;lt;br&amp;gt;
        the cold temperatures which &amp;lt;em&amp;gt;can become dangerous.&amp;lt;/em&amp;gt; Here is a&amp;lt;br&amp;gt;
        list of gear that would be helpful when &amp;lt;mark&amp;gt;winter camping.&amp;lt;/mark&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;ul&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Snowshoes&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Winter tent&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Cold-weather sleeping bag&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Insulated sleeping pad&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Handwarmers &amp;amp;amp; footwarmers&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Winter boots&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
      &amp;lt;/ul&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;

&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;

6. Formatting the text
Now that we have a bit more content let’s add some formatting to the text. Formatting will change the appearance of the text and help make the page more readable. There are several different elements we can use to accomplish this:

&amp;amp;lt;b&amp;amp;gt; - This element represents bold text. It’s used to draw attention to or convey extra importance to specific text.
&amp;amp;lt;strong&amp;amp;gt; - This will render the same as the &amp;amp;lt;b&amp;amp;gt; element, however &amp;amp;lt;strong&amp;amp;gt; is semantic and helps describe the text it surrounds.
&amp;amp;lt;i&amp;amp;gt; - This element represents italic text and is used for an alternate mood from the regular text.
&amp;amp;lt;em&amp;amp;gt; - This marks the text to have emphasis
&amp;amp;lt;mark&amp;amp;gt; - This represents text that is highlighted or marked for reference.
&amp;amp;lt;small&amp;amp;gt; - This represents side-comments and the text it surrounds will render smaller.
&amp;amp;lt;del&amp;amp;gt; - This represents deleted text.
&amp;amp;lt;ins&amp;amp;gt; - This is used to represent inserted text. ins and del are both used to help track changes of a document.
&amp;amp;lt;sub&amp;amp;gt; - This element represents subscript text. Subscripts are rendered with a lowered baseline &amp;amp;amp; smaller text.
&amp;amp;lt;sup&amp;amp;gt; - This element represents superscript text. The text is rendered with a raised baseline &amp;amp;amp; smaller text.
Let’s go ahead and add a few of these elements to the previous paragraph section that we added.

7. Create a hyperlink
Start of the World Wide Web is the ability to define links from one page to another, and to follow links at the click of a button. This is Hyperlink.

— World Wide Web Consortium (W3C)

Hyperlinks are what make the web an actual web and are an important part of any web page. Almost any type of content can be converted to a hyperlink so that when a user clicks on that link they are brought to another URL.

We can create a hyperlink using the following element:

&amp;amp;lt;a&amp;amp;gt; - The a elemet or anchor element, has an attribute called href , that when used creates a hyperlink.
Let’s have a look at an example below:
&amp;amp;lt;a href="https://www.w3.org/"&amp;amp;gt;the World Wide Web Consortium homepage&amp;amp;lt;/a&amp;amp;gt;.
Which would result in:

the World Wide Web Consortium homepage.

Okay so know that we know the basics, let’s add a couple of hyperlinks to the list of winter camping gear. When a user activates them they will be brought to another address.



&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&amp;lt;p&amp;gt;&amp;amp;lt;!DOCTYPE html&amp;amp;gt;&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
  &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    Introduction to winter camping&amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
    &amp;lt;h1&amp;gt;Winter Camping for Beginners&amp;lt;/h1&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Introduction&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        With careful planning and preparation, winter camping can be an amazing&amp;lt;br&amp;gt;
        experience. If you're thinking about going camping in the winter, this&amp;lt;br&amp;gt;
        page is a great place to start.&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Winter Camping Gear&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;mark&amp;gt;Winter camping&amp;lt;/mark&amp;gt; requires a bit more gear than a summer&amp;lt;br&amp;gt;
        camping trip would. It's &amp;lt;strong&amp;gt;important to be prepared&amp;lt;/strong&amp;gt; for&amp;lt;br&amp;gt;
        the cold temperatures which &amp;lt;em&amp;gt;can become dangerous.&amp;lt;/em&amp;gt; Here is a&amp;lt;br&amp;gt;
        list of gear that would be helpful when &amp;lt;mark&amp;gt;winter camping.&amp;lt;/mark&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;ul&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Snowshoes&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;
&amp;lt;br&amp;gt;
          &amp;lt;a href="https://www.rei.com/c/backpacking-tents/f/se-4-season"&amp;gt;
            &amp;amp;gt;Winter tent&amp;lt;/a&amp;gt;
          &amp;amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;
&amp;lt;br&amp;gt;
          &amp;lt;a href="https://www.rei.com/c/sleeping-bags-and-accessories"&amp;gt;
            &amp;amp;gt;Cold-weather sleeping bag&amp;lt;/a&amp;gt;
          &amp;amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Insulated sleeping pad&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Handwarmers &amp;amp;amp; footwarmers&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Winter boots&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
      &amp;lt;/ul&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;

&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;


8. Style the web page
If we have preview the web page right now we’ll see that it’s not the most exciting to look at. We can change that by adding some basic styles to the HTML document. To do this we’ll add a &amp;amp;lt;style&amp;amp;gt; element which allow us to embed CSS in the HTML document.

We’ll add the style element in the head element of the HTML document. I won’t go into detial about the CSS that I’ve included, if you’re curious about anything specific check out the MDN CSS reference docs.




&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&amp;lt;p&amp;gt;&amp;amp;lt;!DOCTYPE html&amp;amp;gt;&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
  &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    Introduction to winter camping&amp;lt;br&amp;gt;
    &amp;amp;lt;br&amp;amp;gt;
      html {&amp;amp;lt;br&amp;amp;gt;
        max-width: 800px;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
      body {&amp;amp;lt;br&amp;amp;gt;
        background-color: white;&amp;amp;lt;br&amp;amp;gt;
        margin: 0 4rem;&amp;amp;lt;br&amp;amp;gt;
        font-family: Arial, Helvetica, sans-serif;&amp;amp;lt;br&amp;amp;gt;
        font-size: 1.15rem;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
      section {&amp;amp;lt;br&amp;amp;gt;
        border-bottom: lightblue solid 2px;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
      h1 {&amp;amp;lt;br&amp;amp;gt;
        font-size: 3em;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
      ul,&amp;amp;lt;br&amp;amp;gt;
      li {&amp;amp;lt;br&amp;amp;gt;
        list-style: square;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
      em {&amp;amp;lt;br&amp;amp;gt;
        color: red;&amp;amp;lt;br&amp;amp;gt;
      }&amp;amp;lt;br&amp;amp;gt;
    &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
    &amp;lt;h1&amp;gt;Winter Camping for Beginners&amp;lt;/h1&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Introduction&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        With careful planning and preparation, winter camping can be an amazing&amp;lt;br&amp;gt;
        experience. If you're thinking about going camping in the winter, this&amp;lt;br&amp;gt;
        page is a great place to start.&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
      &amp;lt;h2&amp;gt;Winter Camping Gear&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;mark&amp;gt;Winter camping&amp;lt;/mark&amp;gt; requires a bit more gear than a summer&amp;lt;br&amp;gt;
        camping trip would. It's &amp;lt;strong&amp;gt;important to be prepared&amp;lt;/strong&amp;gt; for&amp;lt;br&amp;gt;
        the cold temperatures which &amp;lt;em&amp;gt;can become dangerous.&amp;lt;/em&amp;gt; Here is a&amp;lt;br&amp;gt;
        list of gear that would be helpful when &amp;lt;mark&amp;gt;winter camping.&amp;lt;/mark&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;ul&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Snowshoes&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;
&amp;lt;br&amp;gt;
          &amp;lt;a href="https://www.rei.com/c/backpacking-tents/f/se-4-season"&amp;gt;
            &amp;amp;gt;Winter tent&amp;lt;/a&amp;gt;
          &amp;amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;
&amp;lt;br&amp;gt;
          &amp;lt;a href="https://www.rei.com/c/sleeping-bags-and-accessories"&amp;gt;
            &amp;amp;gt;Cold-weather sleeping bag&amp;lt;/a&amp;gt;
          &amp;amp;gt;&amp;lt;br&amp;gt;
        &amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Insulated sleeping pad&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Handwarmers &amp;amp;amp; footwarmers&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
        &amp;lt;li&amp;gt;Winter boots&amp;lt;/li&amp;gt;
&amp;lt;br&amp;gt;
      &amp;lt;/ul&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;

&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;



Let’s have a look at what the web page looks like now.

web page with image inserted

As the The Net Ninja would say, it’s not going to win any design awards but for our first web page it’s starting to take shape.

Wrap up
In this tutorial we learned how to create an HTML document, we learned about some commonly used elements such as lists, images, hyperlinks, headings and paragraphs. We applied some basic styles and formatting to the text to make the design a bit more appealing.

From here I’d suggest to roll up your sleeves and start coding your own HTML page from scratch. Once you’re a bit more confident, build something more complex using just HTML. There are a ton of trendy frameworks, libraries and other tooling out there to help you build web pages but you can build some incredible things just with HTML and sharpening your HTML skills will make you a better developer and the web a better place.


&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>codenewbie</category>
      <category>learning</category>
      <category>webdev</category>
      <category>html</category>
    </item>
  </channel>
</rss>
