Git Product home page Git Product logo

task-intro-html's Introduction

Profile Website

  • Fork and clone this repository and open it in VSCode

Instructions

You are going to create a profile website from scratch using HTML only.

Section 1:

  • Start section with a separator comment <!-- Section 1 -->
  • Create a division using the tag <div> and give a style attribute of background-color:antiquewhite
  • Type your name using <h1>...</h1> tag in the top
  • Change the title of the website using the <title>...</title> tag to your name e.g. (Ahmad Hasan)
  • Type a description about yourself using the tag <p>...</p>
  • Include your image using the tag <img src="URL HERE" />
  • End the sections using the <hr/>

Section 2:

  • Start section with a separator comment <!-- Section 2 -->

  • Create a division using the tag <div> and give a style attribute of background-color: azure;

  • H2 with text "My hobbies"

  • list 5 of your hobbies in a list from your choice (ul / ol).

  • Don't forget to use the tag li to add each hobby to the list

    <ul>
      <li>Hobby</li>
      <li>Hobby</li>
      <li>Hobby</li>
    </ul>
  • If you click on any hobby, it should take you to an image that represents it

  • Make your first hobby bold using the tag <strong>

  • End the sections using the <hr/>

Section 3:

  • Start section with a separator comment <!-- Section 3 -->
  • Create a footer using div with a style attribute background-color: black; color: white;
  • Using the tag <a href="link">...</a>, add inside the footer links with titles for your social media account (e.g. twitter). Where if you click on it, it will redirect to your account directly. (It should open in a new tab!)
  • Using the tag <a>, add a link with title "whatsapp me", where if you click on it, it will open Whatsapp web to directly contact your number. Learn how
  • Each link should be in a separate line

Section 4: Bonus!

  • Use 4 new tags that are not explained and not included in this task. Check out w3schools.com for more information.

task-intro-html's People

Contributors

omsi96 avatar zeesairafi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.