NEW
Font size
WorksheetsHTML Revision
Total questions: 14
Worksheet time: 7mins
Break tag is _____
<br>
<hr>
<img>
<p>
HTML stands for:
High Tall Middle large
Hyper Text Markup Language
High Translation Motivate Language
None
...... are commands that HTML understands
Lines
TAGs
Codes
none
< > is for
A closed TAGs
Notes
An open TAGs
None
< /> is for
A closed TAGs
Notes
An open TAGs
None
To Insert a new line
<HR>
<BR>
<I>
<U>
<B>
To make the text Iltalic
<HR>
<BR>
<I>
<U>
<B>
To make the text Underlined
<HR>
<BR>
<I>
<U>
<B>
To make the text Bold
<HR>
<BR>
<I>
<U>
<B>
To draw a line
<HR>
<BR>
<I>
<U>
<B>
<H3> tag
Draws a line
Goes to a new line
has specific font size
nothing
<Pre> tag
Draws a line
Goes to a new line
Adds preformatted text
nothing
<img> tag
Draws a line
Goes to a new line
Insert an image
nothing
<Body bgcolor=" red"> tag
changes background color to yellow
changes background color to Green
changes background color to red
nothing
