Created by Jennifer Olivas
almost 8 years ago
|
||
Question | Answer |
How would you create a link to another webpage name "page2.html"? | <a href+"page2.html"> link to page 2 </a> |
A CSS class is defined by which character? | A period .C |
What is the syntax for a comment? | <!--This is a comment--> |
Internal style sheets are defined where? | Inside the <head> tag |
What does the <p> stand for? | Paragraph |
How do you create a bullet-ed list? | <ul> |
What should be the first tag of any website? | <html> |
Name a self closing tag. | <hr> <img> <br> |
What does HTML stand for? | Hyper Text Markup Language |
What does CSS stand for? | Cascading Style Sheets |
How do you add an image using html? | By using the <img> tag. |
How do you add Background colors? | <h2 style="background-color:red"> or <h2 style="background-color:blue"> |
How do you add a table? | <table style="width:100%"> |
How do you change the color of words? | <p style="color:red;">I am red</p> |
How do you change the font? | <p style="font-size:36px;">I am big</p> |
Want to create your own Flashcards for free with GoConqr? Learn more.