Study R. Flashcards
What does HTML stand for?
Hyper Text Mark-up Language
Why do we use HTML?
HTML is one of the coding languages that we will use to build our website.
What are the basic HTML tags?
<p> </p>
<h1> </h1>
…etc.
What is HTML?
Hyper text Mark-up Language, a language used to create web pages.
What does <ul> and </ul> stand for?
It stands for using bullet points.
What does <ol> and </ol> stand for?
It stands for using the numbers.
Do you use <li> </li> in between <ul> and </ul><ol> when using them?</ol>
Yes
Do you have to use <br></br> and <br></br>?
No, just <br></br> to make space in between the text or line.
What does <strong> </strong> tag mean?
It means to surround the text and make the word bold.
What does <em> </em> stand for?
It makes the words tilted when you put it around the text.
What does the tag body mean?
It contains all of the main content of your web page.
How do you put an image with using tag?
<img></img>
What does <p></p> mean?
It means the paragraph.
Does gotta be the first thing in your web page?
Yes
How do you save a file of your web page?
You use .html at the end.