Skip to content

Esen-Android-Club/Intro-web-v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Intro-web-v1.0

MOHAMED IHBE HICHRI & ESEN-ANDROID-CLUB

17/11/2021 14h:00 INTRO TO WEB DEVELOPEMENT -- BASIC HTML

What-We-Learn-Today

Forms ( HTML)

Tag Description
<form> starting of your form code , all forms should be under this tag
<input type="text"> the field when the user should type anything

More Resources About Forms :

Intro Css ( HTML)

Tag Description
<h1 class="name-class"> here you should add an class name for every tag that you want to style

steps for start in css : 1- Create new file styles.css 2- call it in the file html :

  <head>
    <link href="styles.css" alt="stylessheet">
  </head>

3- now you can start add styles in css

style of code in css :

  .name-of-your-class-in-the-tag-html{
    color: red ;
  }

4- Some elements that we learn it

style type
color put any color with HEX or RGB etc
font-size, font-family, font-style, font-weight style for the text
background-color color of the background
border cadre for our section

More Resources About CSS :

Semntic HTML

we learn about how structure your html code and how anybody can understand

EXERCISES

build an page web with your name and image and description and a link and don't forget to style it in css with what we learn

send me your work in my email before saturday [email protected]

About

workshop about introduction in web development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published