Giter Site home page Giter Site logo

html5-css3-homeworks's Introduction

HTML5 & CSS3

This document defines homework assignments from the Full Stack Web Development Training . Please submit your solution in a seperate branch holding the source code of all below described problems.

Problem 1. Hello HTML

Create a HTML document holding the text "Hello HTML". Ensure you have <doctype>, <html>, <head>, <title> and <body>. Play with the other tags as well.

Problem 2. Paragraphs and Images of Text

Create an HTML page holding a few headings, each with a few paragraphs of text. Insert a few images. Play with formatting tags <b>, <i>, <u>, <strong>, <em>, <sup>, <sub>, <pre>, <br /> etc. Ensure you have <doctype>, <html>, <head>, <title> and <body>.

Problem 3. Code for Kirkuk page

Write an HTML page like the image below (use headings <h1>,<h2>,<h3> ) , <div>, paragraphs <p>, <hr>, and <ul> with <li>).

How to Submit your Solution

  1. Download (clone) this project git clone https://github.com/CodeForKirkuk/html5-css3-homeworks
  2. Then change your directory into downloaded project using cd html5-css3-homeworks
  3. Create new branch and name it with your fullname using git checkout -b <your-full-name>
  4. Create a new html file for each homework / problem for example:
    • problem-1.html
    • problem-2.html
    • problem-3.html
  5. Then git add and git commit to commit to your code
  6. Push your branch up to GitHub git push -u origin your-full-name. That's it ;)

html5-css3-homeworks's People

Contributors

ahmedabdulrahman avatar

Watchers

 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.