HTML Page
Components
Components
What does HTML stand for?
What is Hypertext Markup Language.
DOUBLE JEOPARDY!!! What do the opening and closing tags look like to start and stop a numbered list in a webpage. (say exactly)
What is
<ol> AND </ol>
Say exactly what the code would look like to anchor a hyperlink to http://www.teachertube.com and have the words Link to Teachertube display on the screen.
What is < a href="http://www.teachertube.com">Link to Teachertube</a>