Html Flashcards
What does DOCTYPE html stand for?
It is what you start with when your writing a website.
What does HTML stand for?
Hyper Text Mark-up Language
What does the tag title stand for?
it is the title that shows up when people search up your web site.
What does the p /p tag stand for?
It stands for paragraph.
What does h1 /h1 stand for stand for?
It stands for heading and it goes from 1 to 6 1 is the biggest 6 is the smallest.
How to do an unordered list?
you do <ul> tag then do <li> and a sentence then end he sentence with </li><li></ul>
How to do an ordered list?
To do an ordered list you use the tag ol and then use li and make an sentence and end it with /li
How do you put a picture in html?
you do img scr= “image/ the name” alt=””
How to make a text bold?
you use the tag <strong> then a sentence then end it with</strong>
What does the tag body stand for?
The tag body means Contains the main context of your webpage.
How to space lines in html?
you use the tag br to space lines when you don’t want one sentence to be so long.
how to make your text slanted?
you use the tag em.
What does the tag head mean?
it means information of your web page.