Basic Webpage Flashcards
How do you start a coding page and show where HTML starts?
How do you start a coding page and show where HTML starts?
How to show where the specific coding has finished
How to show the main body?
How to show the different style used?
How to show you are starting a paragraph?
<p> </p>
how to show different headers?
<h1> </h1>
… etc
How to show difference fonts?
P{
Font-family: “times new roman”, times, serif
}
How to show where the specific coding has finished
How to show the main body?
How to show the different style used?
How to show you are starting a paragraph?
<p> </p>
how to show different headers?
<h1> </h1>
… etc
How to show difference fonts?
P{
Font-family: “times new roman”, times, serif
}