Web Design & Development Flashcards
HTML
Hypertext Markup Language a programming language used to create the content and basic structure of a web page
CSS
Cascading Stylesheets are used to define the way the web page will look.
Javascript
Javascript code provides interactivity to web pages not achievable with simple HTML
head
Contains information relating to the whole page
title
Text to be displayed in the browser tab
body
Start of the page content
h1 to h6
Used for headings and sub-headings
p
Spaces out a paragraph of text
DIV
Divides the HTML code into sections for formatting
link
Provides a link to an external file
a
The anchor tag, used with href attribute to display text on the page that provides a hyperlink to another document or web page
IMG
Used with src attribute to display an image from specified file
audio
Embeds sound content from an audio file on the web page
video
Embeds video content from a video file on the web page
ol
Indicates the start of a numbered list
ul
Indicates the start of a bulleted list
li
Identifies each element in a list
style
Indicates internal style sheet formatting