1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Keywords
Specific words with predefined meanings in a programming language.
HTML
The standard markup language for creating web pages.
Attributes
Provide additional information about HTML elements.
Metadata
Data about data, specified using the <meta>
tag.
CSS
A style sheet language for describing the look and formatting of HTML documents.
Inline CSS
CSS applied directly to HTML elements using the style
attribute.
Internal CSS
CSS defined within the <style>
tag in the <head>
section of an HTML page.
External CSS
CSS defined in separate .css
files and linked to HTML documents using the <link>
tag.
`
Defines a paragraph.
`
`
Defines headings of different levels.
Defines a line break.
Defines an image.