Manpreet Sandhu Portfolio

Web Design Using HTML5 and CSS3

Unit A: Getting Started with HTML
Web pages are written in Hypertext Markup Language (HTML), which is a standardized format for specifying the structure of a web page. An HTML document consists solely of text.
Unit B: Structuring Content in a Web Document
Once you make a web page publicly available on the internet, users can access it using a wide variety of user agents, which are programs and devices that interpret web documents.
Unit C: Getting Started with CSS
Cascading Style Sheets (CSS) is a language used to specify how web page elements should be rendered in a browser.
Unit C Challenge 1: More on CSS
More practice with less instructions.
Unit D: Laying Out Elements with CSS
CSS represents the characteristics of every web page element using the box model, which treats each element as a rectangular box having several global properties.
New Semantic Elements, and Web Page Layout Using CSS: Project 1 and Project 2
Introducing 7 elements that are new to HTML (article, aside, footer, header, main, nav, and section).
Unit E: Formatting Text with CSS
When you create a web document in an editor, you can use CSS to format web page text with different fonts.
Unit F: Inserting and Working with Links
While a website is made up of a collection of web pages, another important element sets a website apart from a simple group of pages: linking.
Unit G: Inserting and Working with Images
You can use HTML to incorporate images into your web pages and specify CSS properties to affect the way user agents display the images.
Unit H: Organizing Content with Lists and Tables
HTML unables you to create a list in which the content can be organized using ordered, unordered, and description lists.
Unit I: Implementing Responsive Design
Web pages and applications can be viewed on a variety of devices, with screen sizes ranging from pocket-sized smartphones to large monitors.
Unit I Challenge 1: Practice on Responsive Design
More practice on making web pages for smart-phones.
ACME Project
Build a clean coded responsive mobile friendly HTML5 website for a fictional web design company.