HTML Css and Javascript: For Beginners
HTML Css and Javascript: For Beginners
for Beginners
Web Design Course
How the internet works
● Web pages are written using HTML, Hypertext Markup
Language. Set of instructions on what content should be
rendered out as well as basic structure of that content.
● The Web browsers render the page according to the HTML
code
● CSS allows for styling and customized look and feel with
your HTML code
‘editor’
‘browser’
Editor
Lots of editors
Brackets.io
● Basic syntax - all the common tags used to develop web content
● How and where you can write HTML - top resources and links
included
● Learn about HTML structure within web pages
● Explore HTML5 semantic elements
● Build your own HTML template
● Create HTML lists, hyperlinks, and add images
● Build tables for even more HTML structure
● Create Forms with in depth form examples and HTML tag
explanations
● Add iframes and more cool HTML elements
● Create your own mini HTML site using only HTML
CSS Section
Course covers everything you need to know about CSS