Building Profile Page with HTML

     In this lesson, i learned about HTML. There are lots of HTML tags out there however in this lesson i learned 8 new tags. Below are the tags i learned.

  1. Heading
  2. Paragraph
  3. List
  4. Link (Hyperlink)
  5. Image
  6. Table
  7. Form
    With those tags, i built a simple profile page with just using HTML. With only using HTML, i know the page will look a bit stiff. Actually, if you want to make it nifty, you need to apply the style with CSS. Though in this lesson i only got subjected only using HTML. So, below is my shot of profile page with only using HTML.


    See, the page looks a bit stiff and the alignment only to the left of the screen. Actually i already learned about CSS before, therefore in order to make it nifty, i arranged myself to style it with simple CSS. 

    Here's what it looks like with CSS.




You can check out the code through my github: https://github.com/farrasnazhif/profile-page-html.git

Comments

Popular posts from this blog

Typewriting Speed for Coders

Learning by Doing: Web Development Course Landing Page