logo

modern front end tech

first code

in this chapter you are going to learn your first code

html code structure

a html code is like this :- <p>some text</p>
it has two parts :- opening tag and closing tag
these are like this :-

parts of a code

how to add a button in html

we use <button>button</button> to add a clickable button in a website
let's see what is the result :=

how to add text paragraphs in html

we use <p>text paragraph</p> to add a text paragraph in a website
let's see it's results :-

text paragraph

how to add headings in html

we have <h1></h1>,<h2></h2>,<h3></h3>,<h4></h4>,<h5><h5>,<h6></h6>
let's all their results :-

heading1

heading2

heading3

heading4

heading5
heading6
our youtube channel