How do you link a stylesheet?
What is <link rel="stylesheet" href="">
What does SRC stand for?
What is source?
What is <center></center>?
What does "HTML" stand for?
What is Hypertext Markup Language.
What is <tr></tr>?
What does "CSS" stand for?
What is Cascading Style Sheets
What does the SRC in image code specify?
What is specifying location of image?
What is <h1></h1>?
What two sets of codes are needed to establish an html webpage?
What is <html></html>?
What is the code for table cells?
What is <td></td>?
How do you add CSS in an HTML document Internally?
What is <style>?
What linking code is used to add images into an HTML webpage?
What is src?
What line of code establishes a paragraph in a webpage?
What is <p></p>?
What two sets of code is needed to establish a body in a webpage?
What is <body></body>?
What is the code for table headers?
What is <th></th>?
How do you add CSS to an HTML document externally?
What is <link>?
What code allows for the user to rename the image in html webpages?
What is alt?
What line of code sets a text alignment?
What line of code is used to create a page break in a webpage?
What is <br>?
What does the code <table> define in html tables?
What brackets are used in CSS style sheets to define text style?
What is {}?
What are the code tags to establishing an image in an html webpage?
What is <img>?
What line of code sets different text fonts?
What is style="font-family"?
What tag in html specifies the URL of the page a link goes to?
What is href?
How do you add horizontal dividers to table codes?
What is border-bottom:?