1/30
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are 5 the HTML Basic Tags?
Heading tag
Paragraph tag
Line break tag
Preformatted tag
Horizontal Rule tag
An HTML document has a __________. There are six level of it in HTML.
Headings
What is the syntax/tags of heading? Give one example
<h1> <\h1>
Browsers automatically add one line before and one line after the ______?
Paragraph
What is the syntax/tags of Paragraph?
<p> <\p>
it produces a new line with starting a new paragraph. It does not need open and closing tags because there is nothing in between it.
Line break tag
Syntax/tag of line break
<br/>
It preserves the formatting of the spaces and line breaks of text in HTML document.
Preformatted tag
Syntax of Preformatted tag
<pre> </pre>
It creates a _________ to divide the section of a web page
Horizontal rule tag
Syntax of Horizontal Rule tag
<hr/>
It is a non-Breaking Space. HTML removes the extra spaces in our text in the HTML doccument to add the ______?
example of
<p> your text your text again <\p>
It used to insert ______ In the HTML source code
Comment tag
What is the syntax of comment tag?
<! - - comments - ->
What are the 7 Formatting tags?
Bold Tag
Strong tag
italic tag
emphasized tag
Superscript tag
Subscript tag
Nested tag
Bold tag syntax
<b>text</b>
Strong syntax
<Strong>text<\strong>
Italic syntax
<i>text<\i>
Empahsized tsg syntax
<em>text<\em>
Superscripted
<sup>text<\sup>
Subscripted
<sub>text<\sub>
Html list tags
Unordered list
Ordered list
Definition list
Unordered list
Syntax: <ul><\ul>
Means: no specific order or sequence.
Ordered list
Syntax: <ol><\ol>
Means: a specific order or sequence
Definition
Syntax:<dl><\dl>
What tags creates hyperlinks on web page?
Anchor<a>
What attribute indicates the URL or the address of the web page or document you are linking to?
Href
What attribute creates a named anchor?
Name
What should be the value of the target attribute so that link can be opened in a new browser?
_blank
What should be the value of href attribute to create an email link ?
-maitto