Web Development
• Construct markup that uses metadata elements.
Understand o Script; no script; style; link; meta tags, including encoding,
HTML keywords, viewport and translate
• Construct well-formed markup that confirms to industry best
Fundamentals
practices.
o DOCTYPE declaration; HTML; head; body; proper syntax,
including closing tags and commonly used symbols; comments
• Analyze the impact of using inline styles, internal style sheets, and
Understand external style sheets.
CSS o When to use each; precedence when using a combination of
inline styles and style sheets
Fundamentals
• Construct and analyze rule sets.
o Valid Syntax for the CSS rule set; selectors, including class, id,
elements and pseudo-class
• Construct well-formed style sheets that conform to industry best
practices.
o Reusing rules and rule sets, commenting, testing on multiple
browsers, web safe fonts
• Construct and analyze markup to structure content and organize
Structure data.
Documents o Table tags; h1-h6; p; br; hr; div; span; ul; ol; li
Using HTML
• Construct and analyze markup that uses HTML5 semantic
elements.
o Semantic tags; header; nav; section; article; aside; footer;
details; summary; figure; caption
• Construct and analyze markup that implement navigation.
o Image links; a; target; bookmark; relative vs absolute links;
navigation simple folder hierarchies
• Construct and analyze markup that uses form elements.
o Form attributes action; method; submission methods;
accessibility; input types and restrictions; select; textarea;
button; button; output; option; datalist; fieldset
• Construct and analyze markup that displays images.
Presents o Img and picture elements and their attributes
Multimedia
• Describe the appropriate use of the img, svg and canvas
Using HTML elements.
• Construct and analyze markup that plays video and audio.
o Video; audio; track; source; simple; iframe
implementations
• Construct and analyze styles that position content.
Style Web o Positioning, including float, relative, absolute, max-width,
Pages Using overflow, height, width, and align; inline vs block;
CSS visibility; box model, including margins and padding
• Construct and analyze styles that format text.
o Font-family; color; font-style; font-size; font-weight; link
colors; text formatting, including text alignments, text
decoration and indentation
• Construct and analyze styles that format background and
borders.
o Border-color; border-style; border-width;backgrounds;
divs; colors
• Analyze styles that implement a simple responsive layout
o Units of measure; responsive effects with CSS, including
viewport and media query; percentages vs pixels;
frameworks and templates; max-width
Making web
page live using
• Introduction to java script.
JAVA SCRIPT
• Working on java script frameworks.
• Introduction to NODE-JS.
Back-end
• Advanced concepts related to NODE-JS.