1/25
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Meaning of HTML
“Hyper Text Markup Language”
File Extension of HTML
.html or .htm
What is HTML?
It's a backbone or skeleton of a website
What are texts called in HTML?
Elements
What is special code called in HTML?
Tags
Is HTML case sensitive?
No
Tags have what character?
Arrows or “<>”
What character does the ending tag use?
Forward-slash or ”</Tag>
What are Nesting Tags?
“Tags must be inside tags; Tags should not overlap with other tags”
What do Web Browsers do?
They search and retrieve HTML files
What are some notable HTML Editors
Notepad, Notepad++, Adobe Dreamweaver
<!DOCTYPE> or <!DOCTYPE html>
Used to identify the HTML version and the tags to use
<HTML></HTML>
A Tag used so that text inside it HTML code
Recent HTML version
HTML 5.0
<Head></Head>
Used as a container for metadata
<Title></Title>
Used to add a title in the tab
<Body></Body>
Used to see everything on a website; Front end
<p></p>
Used to contain a paragraph or Element
Where to put <!DOCTYPE> tag?
At the very top; beginning
<b></b>
Used to bold Elements inside
<i><\i>
Used to italicize elements inside
Where to put <HTML> tags?
Right after <!DOCTYPE> Tag
Where to put <Head> Tag?
Right after <html> Tag
Where to put <Body> Tag?
After or inside the <Head> Tag
<h1-6></h1-6>
Used to create a header and the size can change from big to small