17/11/2021 14h:00 INTRO TO WEB DEVELOPEMENT -- BASIC 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 |
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 |
we learn about how structure your html code and how anybody can understand
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 mediheb.codes@gmail.com