NEW
Font size
WorksheetsHTML text formatting
Total questions: 33
Worksheet time: 17mins
from the code above, which of the following stands for folder.
What does every HTML tag begin and end with?
()
<>
=
:
What is HTML?
how to be a web designer
the language of the web
the language of MacBooks
all of the above
What does the closing tag have that the opening tag does not?
=
:
;
/
What does the <html> tag do?
gives information about our web page
tells the browser which version of HTML we are using
says everything in between the html tags is the actual content of our page
contains metadata
The _________________ tag contains the title of our web page, while the ________________ tag contains the actual content of our web page.
<header>;<footer>
<head>;<body>
<title>;<content>
<body>;<head>
What is HTML formatting?
the language of the web
provides several tags that change the style of text on our web page
the markup language
an Google application
Select the correct tag use to add image to our webpage
<IMG SRC=""FILE NAME"" ALT="" alternate text"">
<IMG >""FILE NAME"</IMG>
<IMG SRC=""FILE NAME"" ALT=""ALTERNATE TEXT""></IMG>
<A HREF></A> Tag is used to
Add image
Add link
Change font style
<BR> tag is
Empty Tag
Container Tag
None
<MARQUEE> tag is used to
Underline text
scrolling text
Mark text
the main heading in a web document?
TRUE OR FALSE: HTML is used to style web pages.
True
False
What symbol should you use to target a class name in css?
#
()
.
class
