HTML − Basic

 0    10 flashcards    sir
download mp3 print play test yourself
 
Question Answer
Defines the document type
start learning
≪! DOCTYPE≫
Defines an HTML document
start learning
≪html≫
Contains metadata/information for the document
start learning
≪head≫
Defines a title for the document
start learning
≪title≫
Defines the document's body
start learning
≪body≫
Defines HTML headings
start learning
≪h1≫ to ≪h6≫
Defines a paragraph
start learning
≪p≫
Inserts a single line break
start learning
≪br≫
Defines a thematic change in the content
start learning
≪hr≫
Defines a comment
start learning
≪!--...--≫

You must sign in to write a comment