HTML Elements Flashcards
what are html tags
codes inside angle brackets that tell the browser how to format and arrange text
what two types of html tags are there
opening and closing tags
what are two sided html tags
tags that enclose text between an opening and closing tag
what differentiates an opening and closing tag
a forward slash (/)
what are html elements
tags that define the content in web pages
html element: b
represents a span of text stylistically different from normal text, without conveying any special importance or relevance
html element: img
represents an image in the web page
html element: a
defines a hyperlink to a location on the same page or any other page on the Web
html element: html
represents the root of an HTML document
html element: body
represents the content of an HTML document
html element: head
provides metadata about the document
html element: p
represents a paragraph of text
html element: h1
a level 1 heading
html element: h2
a level 2 heading
html element: h3
a level 3 heading
html element: h4
a level 4 heading
html element: h5
a level 5 heading
html element: h6
a level 6 heading
html element: title
defines the title of the document
html element: DOCTYPE
informs the browser which html version the document uses
html element: link
specifies relationships between the current document and an external resource
html element: meta
represents metadata information
html element: script
used to embed or reference an executable script within an html document
html element: br
produces a line break in text