
Learn the basics of the html language and how websites work, and begin your path toward becoming a web designer.
Introduce the hypertext markup language as the standard language for creating web pages, and show how to view source code in browsers using tags.
Learn how browsers read html5 source code and render markup, then build your first web page with doctype, head, and body, save as .html and view hello world.
Learn to format HTML text using line breaks with br, bold and italic tags, horizontal rules, and headings from h1 to h6, plus the title tag.
Learn how to change text color and background in HTML using the style attribute, applying color and background-color properties to see blue text and green backgrounds.
Learn to insert images into your website by searching for an image, saving it in the same folder, using the img tag with src, and adjusting the background color.
Create and navigate between pages using hyperlinks; learn local links with file names and external links to sites like Google by using the anchor tag with href.
Learn to create HTML forms with form tags, action and method, input types such as text, hidden, checkbox, radio, along with labels, placeholders, textareas, and submit controls.
In this course, you will learn the basic of the HTML language. HTML (Hypertext Markup Language) is a language used for the construction of Internet pages. HTML defines a set of rules that allows the formatting of web pages. With the knowledge gained in this course, you will be ready to build your first web page.